Merge "Correct ProphetStor storage driver name"
This commit is contained in:
commit
7a2cf97a3a
@ -5,7 +5,7 @@
|
||||
repository -->
|
||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
||||
<table rules="all" xml:id="config_table_cinder_prophetstor_dpl">
|
||||
<caption>Description of configuration options for prophetstor_dpl</caption>
|
||||
<caption>Description of configuration options for ProphetStor storage</caption>
|
||||
<col width="50%"/>
|
||||
<col width="50%"/>
|
||||
<thead>
|
||||
@ -20,15 +20,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>san_ip = </td>
|
||||
<td>(StrOpt) IP address of ProphetStor DPL storage server.</td>
|
||||
<td>(StrOpt) IP address of SAN controller.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>san_login = </td>
|
||||
<td>(StrOpt) Username of ProphetStor DPL storage server.</td>
|
||||
<td>(StrOpt) Username for SAN controller.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>san_password = </td>
|
||||
<td>(StrOpt) Password of ProphetStor DPL storage server.</td>
|
||||
<td>(StrOpt) Password for SAN controller.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>san_thin_provision = True</td>
|
||||
|
@ -3,10 +3,10 @@
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="5.0"
|
||||
xml:id="prophetstor-dpl-driver">
|
||||
<title>ProphetStor DPL Fibre Channel and iSCSI drivers</title>
|
||||
<title>ProphetStor Fibre Channel and iSCSI drivers</title>
|
||||
<para>The <literal>DPLFCDriver</literal> and
|
||||
<literal>DPLISCSIDriver</literal> drivers run
|
||||
volume operations by communicating with the ProphetStor DPL storage
|
||||
volume operations by communicating with the ProphetStor storage
|
||||
system over HTTPS.</para>
|
||||
<section xml:id="prophetstor-dpl-driver-ops">
|
||||
<title>Supported operations</title>
|
||||
@ -47,13 +47,13 @@
|
||||
with the OpenStack software.</para>
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Query DPL pool id for configure <literal>dpl_pool</literal> of the
|
||||
<para>Query storage pool id for configure <literal>dpl_pool</literal> of the
|
||||
<filename>cinder.conf</filename>.</para>
|
||||
<substeps>
|
||||
<step>
|
||||
<para>Logon onto the DPL storage system with administrator
|
||||
<para>Logon onto the storage system with administrator
|
||||
access.</para>
|
||||
<screen><prompt>$</prompt> <userinput>ssh root@<replaceable>DPL IP ADDRESS</replaceable></userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>ssh root@<replaceable>STORAGE IP ADDRESS</replaceable></userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>View the current usable pool id.</para>
|
||||
@ -74,7 +74,7 @@
|
||||
<filename>/etc/cinder/cinder.conf</filename>
|
||||
file.</para>
|
||||
<programlisting language="ini"># IP address of SAN controller (string value)
|
||||
san_ip=<replaceable>DPL IP ADDRESS</replaceable>
|
||||
san_ip=<replaceable>STORAGE IP ADDRESS</replaceable>
|
||||
|
||||
# Username for SAN controller (string value)
|
||||
san_login=<replaceable>USERNAME</replaceable>
|
||||
@ -109,7 +109,7 @@ dpl_port=8357
|
||||
problems, review the Block Storage service log files for
|
||||
errors.</para>
|
||||
<para>The following table contains the options supported
|
||||
by the ProphetStor DPL driver.</para>
|
||||
by the ProphetStor storage driver.</para>
|
||||
<xi:include
|
||||
href="../../../common/tables/cinder-prophststor_dpl.xml"/>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user