Merge "Updates to the 'Create and manage volumes' section"
This commit is contained in:
commit
d32e63e8ad
@ -3,7 +3,7 @@
|
||||
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>
|
||||
<title>Create and 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
|
||||
@ -14,7 +14,6 @@
|
||||
<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>
|
||||
@ -45,8 +44,8 @@
|
||||
</para>
|
||||
</td>
|
||||
<td>
|
||||
<para>Optionally, provide a brief
|
||||
description for the volume.</para>
|
||||
<para>Optionally, provide a brief description for the
|
||||
volume.</para>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -77,30 +76,52 @@
|
||||
</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>
|
||||
<para>Select one of the following options:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><guilabel>No source, empty volume</guilabel></term>
|
||||
<listitem><para>Creates an empty volume.</para>
|
||||
<note><para>An empty volume does not contain a file
|
||||
system or a partition table.</para></note></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><guilabel>Snapshot</guilabel></term>
|
||||
<listitem><para>If you choose this option, a new field
|
||||
for <guilabel>Use snapshot as a source</guilabel>
|
||||
displays. You can select the snapshot from the list.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><guilabel>Image</guilabel></term>
|
||||
<listitem><para>If you choose this option, a new field
|
||||
for <guilabel>Use image as a source</guilabel>
|
||||
displays. You can select the image from the list.</para>
|
||||
<para>Select the <guilabel>Availability Zone</guilabel>
|
||||
from the list. By default, this value is set to the
|
||||
availability zone given by the cloud provider
|
||||
(for example, <literal>us-west</literal> or
|
||||
<literal>apac-south</literal>). For some cases, it
|
||||
could be <literal>nova</literal>.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><guilabel>Volume</guilabel></term>
|
||||
<listitem><para>If you choose this option, a new field
|
||||
for <guilabel>Use volume as a source</guilabel>
|
||||
displays. You can select the volume from the list.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<note><para>Options to use a snapshot or a volume as the
|
||||
source for a volume are displayed only if there are
|
||||
existing snapshots or volumes.</para>
|
||||
</note>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</informaltable>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click <guibutton>Create
|
||||
Volume</guibutton>.</para>
|
||||
<para>Click <guibutton>Create Volume</guibutton>.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
<para>The dashboard shows the volume on the
|
||||
@ -108,31 +129,27 @@
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<para>In the <guilabel>Manage Volume Attachments</guilabel> 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>
|
||||
<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>
|
||||
<para>The actual device name might differ from the volume name
|
||||
because of hypervisor settings.</para>
|
||||
</note>
|
||||
</step>
|
||||
<step>
|
||||
@ -141,37 +158,34 @@
|
||||
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>
|
||||
<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>
|
||||
<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>
|
||||
<para>Select the volume and click <guibutton>Edit Attachments</guibutton>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click <guibutton>Detach Volume</guibutton> and
|
||||
confirm your changes.</para>
|
||||
<para>Click <guibutton>Detach Volume</guibutton> and confirm your
|
||||
changes.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
<para>A message indicates whether the action was
|
||||
successful.</para>
|
||||
<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>
|
||||
<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>
|
||||
@ -181,17 +195,53 @@
|
||||
<guilabel>Create Snapshot</guilabel>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the dialog box that opens, enter a snapshot
|
||||
name and a brief description.</para>
|
||||
<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 &
|
||||
Snapshots</guilabel>.</para>
|
||||
<guilabel>Volume Snapshots</guilabel> tab.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</section>
|
||||
<section xml:id="dashboard_edit_volume">
|
||||
<title>Edit a volume</title>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Log in to the dashboard, choose a project, and click
|
||||
<guibutton>Volumes</guibutton>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>From the <guilabel>CURRENT PROJECT</guilabel> on the
|
||||
<guilabel>Project</guilabel> tab, select the appropriate
|
||||
project.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>On the <guilabel>Project</guilabel> tab, click
|
||||
<guilabel>Volumes</guilabel>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>Select the image that you want to edit.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <guilabel>Actions</guilabel> column, click
|
||||
<guilabel>Edit Volume</guilabel>.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <guilabel>Edit Volume</guilabel> dialog box, update the
|
||||
name and description of the image.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>Click <guibutton>Edit Volume</guibutton>.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
<note>
|
||||
<para>You can extend a volume by using the <guilabel>Extend Volume</guilabel>
|
||||
option available in the <guibutton>More</guibutton> dropdown list
|
||||
and entering the new value for volume size.</para>
|
||||
</note>
|
||||
</section>
|
||||
<section xml:id="dashboard_delete_volume">
|
||||
<title>Delete a volume</title>
|
||||
<para>When you delete an instance, the data in its attached
|
||||
|
Loading…
Reference in New Issue
Block a user