Update multi-initiator extra-spec in Nimble doc
This patch updates the Nimble volume documentation to include the multi-initiator extra spec as updated by https://review.openstack.org/#/c/234422/. Change-Id: I3df1e1d23a4e37726f71d7872d7d7be019c6d9d8 Closes-Bug: #1514005
This commit is contained in:
parent
364d041a16
commit
608cb67ecd
@ -4,6 +4,7 @@
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
xml:id="nimble-storage-volume-driver">
|
||||
<title>Nimble Storage volume driver</title>
|
||||
<?dbhtml stop-chunking?>
|
||||
<para>Nimble Storage fully integrates with the OpenStack platform through
|
||||
the Nimble Cinder driver, allowing a host to configure and manage Nimble
|
||||
Storage array features through Block Storage interfaces.</para>
|
||||
@ -124,12 +125,15 @@ volume_backend_name = <replaceable>NIMBLE_BACKEND_NAME</replaceable>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>After updating the <filename>cinder.conf</filename>, the cinder-api,
|
||||
cinder-scheduler, and cinder-volume needs to be restarted.</para>
|
||||
<note>
|
||||
<para>Restart the cinder-api, cinder-scheduler, and cinder-volume
|
||||
services after updating the <filename>cinder.conf</filename>.</para>
|
||||
</note>
|
||||
</section>
|
||||
<section xml:id="nimble-storage-driver-extra-specs">
|
||||
<title>Nimble driver extra specs</title>
|
||||
<para>The Nimble volume driver also supports the following extra spec options:
|
||||
<title>Nimble driver extra spec options</title>
|
||||
<para>The Nimble volume driver also supports the following extra spec
|
||||
options:
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@ -147,6 +151,12 @@ volume_backend_name = <replaceable>NIMBLE_BACKEND_NAME</replaceable>
|
||||
volume-type</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>'nimble:multi-initiator'='true'</term>
|
||||
<listitem>
|
||||
<para>Used to enable multi-initiator access for a volume-type</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>These extra-specs can be enabled by using the following command:
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user