{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description:" %}

{% blocktrans trimmed %} Change the volume type of a volume after its creation. This is equivalent to the cinder retype command. {% endblocktrans %}

{% blocktrans trimmed %} The "Volume Type" selected must be different from the current volume type. {% endblocktrans %}

{% blocktrans trimmed %} The "Migration Policy" is only used if the volume retype cannot be completed. If the "Migration Policy" is "On Demand", the back end will perform volume migration. Note that migration may take a significant amount of time to complete, in some cases hours. {% endblocktrans %}

{% endblock %}