{% extends "lsa_layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

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 %}
{% for disk in disks %} {% endfor %}
{{disk.type|upper()}}
{{ disk.name }}
{{ disk.wwn }}
Total size: No disk selected
{% 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 %}