{% extends "django_nova/volumes/base.html" %} {% block title %} - Cloud Computing{% endblock %} {% block content %}
Volumes provide persistent block storage. Creating a new volume gives you a raw block device which you may format with your choice of filesystems (ext3 is recommended). A volume may only be attached to a single instance at a time.
ID | Size | Status | ||
---|---|---|---|---|
{{ volume.id }} {{ volume.displayName }} | {{ volume.size }}GB | {% if volume.status == "in-use" %} {% if volume.attachment_state == "attached" %} attached: {{ volume.attach_data.instance_id }} {% else %} {{ volume.attachment_state }} {% endif %} {% else %} {{ volume.status }} {% endif %} | {% if volume.attachment_state == "attached" %}{% else %} | {% endif %} |