No storage pool detected
Select volumes to create storage pool
{% if error %}
×
Error: {{ error }}
{% endif %}
{% if disks|length == 0 %}
No volume available to create the storage pool
Please attach block volume(s) to this instance and reload this page.
{% else %}
{% endif %}
{% if not_available_disks|length > 0 %}
{% for disk in not_available_disks%}
-
{{disk.name|capitalize}} ({{disk.wwn}}) : {{disk.msg}}
{% endfor %}
{% endif %}
{% endblock %}
{% block footer %}
{% endblock %}