openstack-manuals/doc/user-guide/section_dashboard_manage_volumes.xml
Karin Levenstein fca88670a4 Edits to the End User Guide dashboard chapter with corrections from Anne G
Change-Id: Ia9961bbdab446e15930d0b31176c37fe1d532b8f
2014-04-14 10:16:06 -05:00

224 lines
9.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section [
<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!ENTITY plusmn "&#xB1;">
]>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="dashboard_manage_volumes">
<title>Manage volumes</title>
<?dbhtml stop-chunking?>
<para>Volumes are block storage devices that you attach to
instances to enable persistent storage. You can attach a
volume to a running instance or detach a volume and attach it
to another instance at any time. You can also create a
snapshot from or delete a volume. Only administrative users
can create volume types.</para>
<section xml:id="dashboard_create_volumes">
<title>Create a volume</title>
<procedure>
<!-- <title>To create or delete a volume</title> -->
<step>
<para>Log in to the dashboard, choose a project, and
click <guibutton>Volumes</guibutton>.</para>
</step>
<step>
<para>Click <guibutton>Create Volume</guibutton>.</para>
<para>In the dialog box that opens, enter or select
the following values.</para>
<informaltable rules="all" width="75%">
<col width="30%"/>
<col width="70%"/>
<tbody>
<tr>
<td>
<para>
<guilabel>Volume Name</guilabel>
</para>
</td>
<td>
<para>Specify a name for the
volume.</para>
</td>
</tr>
<tr>
<td>
<para>
<guilabel>Description</guilabel>
</para>
</td>
<td>
<para>Optionally, provide a brief
description for the volume.</para>
</td>
</tr>
<tr>
<td>
<para>
<guilabel>Type</guilabel>
</para>
</td>
<td>
<para>Leave this field blank.</para>
</td>
</tr>
<tr>
<td>
<para>
<guilabel>Size (GB)</guilabel>
</para>
</td>
<td>
<para>The size of the volume in
gigabytes.</para>
</td>
</tr>
<tr>
<td>
<para>
<guilabel>Volume Source</guilabel>
</para>
</td>
<td>
<para>Select one of the following
options:</para>
<itemizedlist>
<listitem>
<para><guilabel>No source, empty
volume</guilabel>: creates an empty
volume.</para><para>Note: An empty volume does not contain a file system or a
partition table.</para>
</listitem>
<listitem>
<para>
<guilabel>Image</guilabel>: creates
a volume from an image. Select the
image from the list.</para>
</listitem>
</itemizedlist>
</td>
</tr>
</tbody>
</informaltable>
</step>
<step>
<para>Click <guibutton>Create
Volume</guibutton>.</para>
</step>
</procedure>
<para>The dashboard shows the volume on the
<guilabel>Volumes</guilabel> tab.</para>
</section>
<section xml:id="attach_volumes_to_instances">
<title>Attach a volume to an instance</title>
<para>After you create one or more volumes, you can attach
them to instances. You can attach a volume to one instance
at a time.</para>
<procedure>
<!--<title>To attach volumes to instances</title>-->
<step>
<para>Log in to the dashboard, choose a project, and
click <guibutton>Volumes</guibutton>.</para>
</step>
<step>
<para>Select the volume to add to an instance and
click <guibutton>Edit Attachments</guibutton>.</para>
</step>
<step>
<para>In the Manage Volume
Attachments dialog box, select an
instance.</para>
</step>
<step>
<para>Enter the name of the device from which the
volume is accessible by the instance.</para>
<note>
<para>The actual device name might differ from the
volume name because of hypervisor
settings.</para>
</note>
</step>
<step>
<para>Click <guibutton>Attach Volume</guibutton>.</para>
<para>The dashboard shows the instance to which the
volume is now attached and the device name.</para>
</step>
</procedure>
<para>You can view the status of a volume in the
<guilabel>Volumes</guilabel> tab of the dashboard. The
volume is either Available or In-Use.</para>
<para>Now you can log in to the instance and mount,
format, and use the disk.</para>
</section>
<section xml:id="dashboard_detach_volume">
<title>Detach a volume from an instance</title>
<procedure>
<step>
<para>Log in to the dashboard, choose a project, and
click <guibutton>Volumes</guibutton>.</para>
</step>
<step>
<para>Select the volume and click <guibutton>Edit
Attachments</guibutton>.</para>
</step>
<step>
<para>Click <guibutton>Detach Volume</guibutton> and
confirm your changes.</para>
</step>
</procedure>
<para>A message indicates whether the action was
successful.</para>
</section>
<section xml:id="create_volume_snapsnots">
<title>Create a snapshot from a volume</title>
<procedure>
<step>
<para>Log in to the dashboard, choose a project, and
click <guilabel>Volumes</guilabel>.</para>
</step>
<step>
<para>Select a volume from which to create a snapshot.</para>
</step>
<step>
<para>From the <guilabel>More</guilabel> list, select
<guilabel>Create Snapshot</guilabel>.</para>
</step>
<step>
<para>In the dialog box that opens, enter a snapshot
name and a brief description.</para>
</step>
<step>
<para>Confirm your changes.</para>
<para>The dashboard shows the new volume snapshot in
<guilabel>Images &amp;
Snapshots</guilabel>.</para>
</step>
</procedure>
</section>
<section xml:id="dashboard_delete_volume">
<title>Delete a volume</title>
<para>When you delete an instance, the data in its attached
volumes is not destroyed.</para>
<procedure>
<step>
<para>Log in to the dashboard, choose a project, and
click <guibutton>Volumes</guibutton>.</para>
</step>
<step>
<para>Select the check boxes for the volumes that you
want to delete.</para>
</step>
<step>
<para>Click <guibutton>Delete Volumes</guibutton> and
confirm your choice.</para>
<para>A message indicates whether the action was
successful.</para>
</step>
</procedure>
</section>
</section>