{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:project:volumes:volumes:retype' volume.id %}{% endblock %} {% block modal_id %}retype_volume_modal{% endblock %} {% block modal-header %}{% trans "Change Volume Type" %}{% endblock %} {% block modal-body %}
{% blocktrans %} Change the volume type of a volume after its creation. This is equivalent to the cinder retype command. {% endblocktrans %}
{% blocktrans %} The "Volume Type" selected must be different from the current volume type. {% endblocktrans %}
{% blocktrans %} 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 %}