small change on hds-hnas-driver xml file
added “the” where necessary restructured sentence removed capitalization - Confirm Change-Id: I88ca4661d252d613b87f398410dc6a186ef20f17
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<screen><prompt>#</prompt> <userinput>apt-get install libc6-i386</userinput></screen>
|
||||
</step>
|
||||
<step><para>Configure the driver as described in the "Driver
|
||||
Configuration" section.</para></step>
|
||||
configuration" section.</para></step>
|
||||
<step><para>Restart all cinder services (volume, scheduler and
|
||||
backup).</para></step>
|
||||
</procedure>
|
||||
@@ -595,11 +595,11 @@ volume_backend_name = <replaceable>HNAS-NFS</replaceable></programlisting>
|
||||
The manage and unmanage are two new API extensions that add some new features to the driver. The manage action on an existing volume is very similar to a volume creation. It creates a volume entry on OpenStack Block Storage DB, but instead of creating a new volume in the back end, it only adds a 'link' to an existing volume. Volume name, description, volume_type, metadata and availability_zone are supported as in a normal volume creation.
|
||||
</para>
|
||||
<para>
|
||||
The unmanage action on an existing volume removes the volume from OpenStack Block Storage DB, but keeps the actual volume in the back-end. From an OpenStack Block Storage perspective the volume would be deleted, but it would still exist for use outside of it.
|
||||
The unmanage action on an existing volume removes the volume from the OpenStack Block Storage DB, but keeps the actual volume in the back-end. From an OpenStack Block Storage perspective the volume would be deleted, but it would still exist for outside use.
|
||||
</para>
|
||||
<note>
|
||||
<title>How to Manage:</title>
|
||||
<para>On Dashboard:</para>
|
||||
<para>On the Dashboard:</para>
|
||||
<para>For NFS:</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
@@ -674,7 +674,7 @@ volume_backend_name = <replaceable>HNAS-NFS</replaceable></programlisting>
|
||||
<para>On the volume options, choose <guibutton>[ +Unmanage Volume ]</guibutton></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Check the data and Confirm.</para>
|
||||
<para>Check the data and confirm.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>By CLI:</para>
|
||||
|
||||
Reference in New Issue
Block a user