Skip to content

Commit

Permalink
Correct ProphetStor storage driver name
Browse files Browse the repository at this point in the history
Change-Id: I5e4ff7522c2d1bb45f9445a2273813264152e737
Closes-Bug: 1357207
  • Loading branch information
Rick Chen committed Aug 15, 2014
1 parent d8c951c commit eae44b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions doc/common/tables/cinder-prophststor_dpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit eae44b9

Please sign in to comment.