{% extends "base.html" %} {% block headerjs %} {% endblock %} {% block breadcrumb %}{{ block.super }}
View all volumes. See size, status, and mount point. Detach and destroy volumes.
Volume ID | Size | Status | Device | Operations |
---|---|---|---|---|
{{volume.id}} | {{volume.size}}GB | {% if volume.attach_data.status != None %} Attached to Instance: {{volume.instance}} {% else %} {{volume.status_str}} {% endif %} | {{volume.attach_data.device}} | {% if volume.attach_data.status == None %} Destroy | {% else %} Detach {% endif %}