manila-ui/manila_ui/dashboards/admin/shares/templates/shares/_migration_start.html

15 lines
418 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% blocktrans trimmed %}
Migrate an existing share to another Manila host.
This will move all your share data from one host to another.
<br>
<br>
This is equivalent to the <tt>'manila migration-start'</tt> command.
{% endblocktrans %}
</p>
{% endblock %}