Merge "Update Volume Backup hint"
This commit is contained in:
commit
cfe03529c3
@ -2,6 +2,15 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block modal-body-right %}
|
{% block modal-body-right %}
|
||||||
<p><strong>{% trans "Volume Backup:" %}</strong> {% trans "Volume Backups are stored using the Object Storage service. You must have this service activated in order to create a backup." %}</p>
|
<p><strong>{% trans "Volume Backup:" %}</strong>
|
||||||
<p>{% trans "If no container name is provided, a default container named volumebackups will be provisioned for you. Backups will be the same size as the volume they originate from." %}</p>
|
{% blocktrans %}
|
||||||
|
Volume Backups are stored using one of cinder-backup drivers
|
||||||
|
(object storage service, Ceph, NFS, etc ...).
|
||||||
|
You must have one of these services activated in order to create a backup.
|
||||||
|
{% endblocktrans %}</p>
|
||||||
|
<p>{% blocktrans %}
|
||||||
|
If no container name is provided, a default container named volumebackups
|
||||||
|
will be provisioned for you.
|
||||||
|
Backups will be the same size as the volume they originate from.
|
||||||
|
{% endblocktrans %}</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user