Merge "Refactoring HP LeftHand Cinder Driver to be HPE"
This commit is contained in:
commit
9a45431e83
@ -1955,28 +1955,28 @@
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Options defined in cinder.volume.drivers.san.hp.hp_lefthand_rest_proxy
|
# Options defined in cinder.volume.drivers.hpe.hpe_lefthand_rest_proxy
|
||||||
#
|
#
|
||||||
|
|
||||||
# HP LeftHand WSAPI Server Url like https://<LeftHand
|
# HPE LeftHand WSAPI Server Url like https://<LeftHand
|
||||||
# ip>:8081/lhos (string value)
|
# ip>:8081/lhos (string value)
|
||||||
#hplefthand_api_url=<None>
|
#hpelefthand_api_url=<None>
|
||||||
|
|
||||||
# HP LeftHand Super user username (string value)
|
# HPE LeftHand Super user username (string value)
|
||||||
#hplefthand_username=<None>
|
#hpelefthand_username=<None>
|
||||||
|
|
||||||
# HP LeftHand Super user password (string value)
|
# HPE LeftHand Super user password (string value)
|
||||||
#hplefthand_password=<None>
|
#hpelefthand_password=<None>
|
||||||
|
|
||||||
# HP LeftHand cluster name (string value)
|
# HPE LeftHand cluster name (string value)
|
||||||
#hplefthand_clustername=<None>
|
#hpelefthand_clustername=<None>
|
||||||
|
|
||||||
# Configure CHAP authentication for iSCSI connections
|
# Configure CHAP authentication for iSCSI connections
|
||||||
# (Default: Disabled) (boolean value)
|
# (Default: Disabled) (boolean value)
|
||||||
#hplefthand_iscsi_chap_enabled=false
|
#hpelefthand_iscsi_chap_enabled=false
|
||||||
|
|
||||||
# Enable HTTP debugging to LeftHand (boolean value)
|
# Enable HTTP debugging to LeftHand (boolean value)
|
||||||
#hplefthand_debug=false
|
#hpelefthand_debug=false
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||||
###################################################################
|
###################################################################
|
||||||
-->
|
-->
|
||||||
<table rules="all" xml:id="config_table_cinder_hplefthand">
|
<table rules="all" xml:id="config_table_cinder_hpelefthand">
|
||||||
<caption>Description of HP LeftHand/StoreVirtual driver configuration options</caption>
|
<caption>Description of HPE LeftHand/StoreVirtual driver configuration options</caption>
|
||||||
<col width="50%"/>
|
<col width="50%"/>
|
||||||
<col width="50%"/>
|
<col width="50%"/>
|
||||||
<thead>
|
<thead>
|
||||||
@ -36,28 +36,28 @@
|
|||||||
<th colspan="2">[DEFAULT]</th>
|
<th colspan="2">[DEFAULT]</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>hplefthand_api_url</option> = <replaceable>None</replaceable></td>
|
<td><option>hpelefthand_api_url</option> = <replaceable>None</replaceable></td>
|
||||||
<td>(StrOpt) HP LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos</td>
|
<td>(StrOpt) HPE LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>hplefthand_clustername</option> = <replaceable>None</replaceable></td>
|
<td><option>hpelefthand_clustername</option> = <replaceable>None</replaceable></td>
|
||||||
<td>(StrOpt) HP LeftHand cluster name</td>
|
<td>(StrOpt) HPE LeftHand cluster name</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>hplefthand_debug</option> = <replaceable>False</replaceable></td>
|
<td><option>hpelefthand_debug</option> = <replaceable>False</replaceable></td>
|
||||||
<td>(BoolOpt) Enable HTTP debugging to LeftHand</td>
|
<td>(BoolOpt) Enable HTTP debugging to LeftHand</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>hplefthand_iscsi_chap_enabled</option> = <replaceable>False</replaceable></td>
|
<td><option>hpelefthand_iscsi_chap_enabled</option> = <replaceable>False</replaceable></td>
|
||||||
<td>(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)</td>
|
<td>(BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Disabled)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>hplefthand_password</option> = <replaceable>None</replaceable></td>
|
<td><option>hpelefthand_password</option> = <replaceable>None</replaceable></td>
|
||||||
<td>(StrOpt) HP LeftHand Super user password</td>
|
<td>(StrOpt) HPE LeftHand Super user password</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><option>hplefthand_username</option> = <replaceable>None</replaceable></td>
|
<td><option>hpelefthand_username</option> = <replaceable>None</replaceable></td>
|
||||||
<td>(StrOpt) HP LeftHand Super user username</td>
|
<td>(StrOpt) HPE LeftHand Super user username</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
@ -1,47 +1,46 @@
|
|||||||
<section xml:id="HP-LeftHand-StoreVirtual-driver" xmlns="http://docbook.org/ns/docbook"
|
<section xml:id="HPE-LeftHand-StoreVirtual-driver" xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
version="5.0">
|
version="5.0">
|
||||||
<title>HP LeftHand/StoreVirtual driver</title>
|
<title>HPE LeftHand/StoreVirtual driver</title>
|
||||||
<para>
|
<para>
|
||||||
The
|
The
|
||||||
<filename>HPLeftHandISCSIDriver</filename>
|
<filename>HPELeftHandISCSIDriver</filename>
|
||||||
is based on the
|
is based on the
|
||||||
Block Storage service (Cinder) plug-in architecture. Volume operations
|
Block Storage service (Cinder) plug-in architecture. Volume operations
|
||||||
are run by communicating with the HP LeftHand/StoreVirtual system over
|
are run by communicating with the HPE LeftHand/StoreVirtual system over
|
||||||
HTTPS, or SSH connections. HTTPS communications use the
|
HTTPS, or SSH connections. HTTPS communications use the
|
||||||
<package>hplefthandclient</package>,
|
<package>python-lefthandclient</package>,
|
||||||
which is part of the Python standard library.
|
which is part of the Python standard library.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The
|
The
|
||||||
<filename>HPLeftHandISCSIDriver</filename>
|
<filename>HPELeftHandISCSIDriver</filename>
|
||||||
can be configured
|
can be configured
|
||||||
to run using a REST client to communicate with the array. No new
|
to run using a REST client to communicate with the array. For
|
||||||
functionality has been, or will be, supported in legacy mode. For
|
performance improvements and new functionality the <package>python-lefthandclient</package>
|
||||||
performance improvements and new functionality the <package>hplefthandclient</package>
|
|
||||||
must be downloaded, and HP LeftHand/StoreVirtual Operating System
|
must be downloaded, and HP LeftHand/StoreVirtual Operating System
|
||||||
software version 11.5 or
|
software version 11.5 or
|
||||||
higher is required on the array. To configure
|
higher is required on the array. To configure
|
||||||
the driver see
|
the driver, see
|
||||||
<xref linkend="hp-lefthand-rest-driver" />.
|
<xref linkend="hpe-lefthand-rest-driver" />.
|
||||||
</para>
|
</para>
|
||||||
<para>For information about how to manage HP LeftHand/StoreVirtual
|
<para>For information about how to manage HPE LeftHand/StoreVirtual
|
||||||
storage systems, see the HP LeftHand/StoreVirtual user documentation.
|
storage systems, see the HPE LeftHand/StoreVirtual user documentation.
|
||||||
</para>
|
</para>
|
||||||
<section xml:id="hp-lefthand-rest-driver">
|
<section xml:id="hpe-lefthand-rest-driver">
|
||||||
<title>HP LeftHand/StoreVirtual REST driver</title>
|
<title>HPE LeftHand/StoreVirtual REST driver</title>
|
||||||
<para>This section describes how to configure the HP
|
<para>This section describes how to configure the HPE
|
||||||
LeftHand/StoreVirtual Cinder driver.
|
LeftHand/StoreVirtual Cinder driver.
|
||||||
</para>
|
</para>
|
||||||
<section xml:id="hp-lefthand-sys-reqs">
|
<section xml:id="hpe-lefthand-sys-reqs">
|
||||||
<title>System requirements</title>
|
<title>System requirements</title>
|
||||||
<para>To use the HP LeftHand/StoreVirtual driver,
|
<para>To use the HPE LeftHand/StoreVirtual driver,
|
||||||
do the following:
|
do the following:
|
||||||
</para>
|
</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Install LeftHand/StoreVirtual Operating System
|
<para>Install LeftHand/StoreVirtual Operating System
|
||||||
software version 11.5 or higher on the HP
|
software version 11.5 or higher on the HPE
|
||||||
LeftHand/StoreVirtual storage system.
|
LeftHand/StoreVirtual storage system.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -50,14 +49,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Install the <package>hplefthandclient</package> version
|
Install the <package>python-lefthandclient</package> version
|
||||||
1.0.2 from the Python Package Index on the system with the
|
2.0.0 from the Python Package Index on the system with the
|
||||||
enabled Block Storage service volume drivers.
|
enabled Block Storage service volume drivers.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="hp-lefthand-supported-ops-rest">
|
<section xml:id="hpe-lefthand-supported-ops-rest">
|
||||||
<title>Supported operations</title>
|
<title>Supported operations</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -96,8 +95,8 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<para>When you use back-end assisted volume
|
<para>When you use back-end assisted volume
|
||||||
migration, both source and destination clusters must be in
|
migration, both source and destination clusters must be in
|
||||||
the same HP LeftHand/StoreVirtual management group.
|
the same HPE LeftHand/StoreVirtual management group.
|
||||||
The HP LeftHand/StoreVirtual array will use native LeftHand
|
The HPE LeftHand/StoreVirtual array will use native LeftHand
|
||||||
APIs to migrate the volume. The volume cannot be attached
|
APIs to migrate the volume. The volume cannot be attached
|
||||||
or have snapshots to migrate.
|
or have snapshots to migrate.
|
||||||
</para>
|
</para>
|
||||||
@ -110,24 +109,24 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>hplh:provisioning</literal>
|
<literal>hpelh:provisioning</literal>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>hplh:ao</literal>
|
<literal>hpelh:ao</literal>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>hplh:data_pl</literal>
|
<literal>hpelh:data_pl</literal>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<para>
|
<para>
|
||||||
To work with the default filter scheduler, the key-value pairs
|
To work with the default filter scheduler, the key-value pairs
|
||||||
are case-sensitive and scoped with
|
are case-sensitive and scoped with
|
||||||
<literal>'hplh:'</literal>.
|
<literal>'hpelh:'</literal>.
|
||||||
For information about how to set the key-value pairs and
|
For information about how to set the key-value pairs and
|
||||||
associate them with a volume type, run the following
|
associate them with a volume type, run the following
|
||||||
command:
|
command:
|
||||||
@ -135,15 +134,15 @@
|
|||||||
<screen> <prompt>$</prompt> <userinput>cinder help type-key</userinput></screen>
|
<screen> <prompt>$</prompt> <userinput>cinder help type-key</userinput></screen>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The following keys require the HP LeftHand/StoreVirtual
|
<para>The following keys require the HPE LeftHand/StoreVirtual
|
||||||
storage array be configured for</para>
|
storage array be configured for</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry><term>hplh:ao</term>
|
<varlistentry><term>hpelh:ao</term>
|
||||||
<listitem><para>The HP LeftHand/StoreVirtual storage array
|
<listitem><para>The HPE LeftHand/StoreVirtual storage array
|
||||||
must be configured for Adaptive Optimization.</para></listitem>
|
must be configured for Adaptive Optimization.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry><term>hplh:data_pl</term>
|
<varlistentry><term>hpelh:data_pl</term>
|
||||||
<listitem><para>The HP LeftHand/StoreVirtual storage array
|
<listitem><para>The HPE LeftHand/StoreVirtual storage array
|
||||||
must be able to support the Data Protection level
|
must be able to support the Data Protection level
|
||||||
specified by the extra spec.</para></listitem>
|
specified by the extra spec.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -155,19 +154,19 @@
|
|||||||
<para>If volume types are not used or a particular key is not
|
<para>If volume types are not used or a particular key is not
|
||||||
set for a volume type, the following defaults are used:</para>
|
set for a volume type, the following defaults are used:</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry><term>hplh:provisioning</term>
|
<varlistentry><term>hpelh:provisioning</term>
|
||||||
<listitem><para>Defaults to <literal>thin</literal> provisioning, the valid values are,
|
<listitem><para>Defaults to <literal>thin</literal> provisioning, the valid values are,
|
||||||
<literal>thin</literal>
|
<literal>thin</literal>
|
||||||
and
|
and
|
||||||
<literal>full</literal></para></listitem>
|
<literal>full</literal></para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry><term>hplh:ao</term>
|
<varlistentry><term>hpelh:ao</term>
|
||||||
<listitem><para>Defaults to <literal>true</literal>, the valid values are,
|
<listitem><para>Defaults to <literal>true</literal>, the valid values are,
|
||||||
<literal>true</literal>
|
<literal>true</literal>
|
||||||
and
|
and
|
||||||
<literal>false</literal>.</para></listitem>
|
<literal>false</literal>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry><term>hplh:data_pl</term>
|
<varlistentry><term>hpelh:data_pl</term>
|
||||||
<listitem><para>Defaults to
|
<listitem><para>Defaults to
|
||||||
<literal>r-0</literal>,
|
<literal>r-0</literal>,
|
||||||
Network RAID-0 (None), the valid values are,</para>
|
Network RAID-0 (None), the valid values are,</para>
|
||||||
@ -202,26 +201,26 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="enable-hp-lefthand">
|
<section xml:id="enable-hpe-lefthand">
|
||||||
<title>Enable the HP LeftHand/StoreVirtual iSCSI driver
|
<title>Enable the HPE LeftHand/StoreVirtual iSCSI driver
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
The
|
The
|
||||||
<filename>HPLeftHandISCSIDriver</filename>
|
<filename>HPELeftHandISCSIDriver</filename>
|
||||||
is installed with the OpenStack software.
|
is installed with the OpenStack software.
|
||||||
</para>
|
</para>
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
<para>
|
<para>
|
||||||
Install the
|
Install the
|
||||||
<filename>hplefthandclient</filename>
|
<filename>python-lefthandclient</filename>
|
||||||
Python package on the OpenStack Block Storage system.
|
Python package on the OpenStack Block Storage system.
|
||||||
</para>
|
</para>
|
||||||
<screen><prompt>#</prompt> <userinput>pip install 'hplefthandclient>=1.0.2,<2.0'</userinput></screen>
|
<screen><prompt>#</prompt> <userinput>pip install 'python-lefthandclient>=2.0,<2.0'</userinput></screen>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>If you are not using an existing cluster, create a
|
<para>If you are not using an existing cluster, create a
|
||||||
cluster on the HP LeftHand storage system to be used as
|
cluster on the HPE LeftHand storage system to be used as
|
||||||
the cluster for creating volumes.
|
the cluster for creating volumes.
|
||||||
</para>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
@ -234,27 +233,27 @@
|
|||||||
<programlisting><emphasis role="bold">## REQUIRED SETTINGS</emphasis>
|
<programlisting><emphasis role="bold">## REQUIRED SETTINGS</emphasis>
|
||||||
|
|
||||||
# LeftHand WS API Server URL
|
# LeftHand WS API Server URL
|
||||||
hplefthand_api_url=<replaceable>https://10.10.0.141:8081/lhos</replaceable>
|
hpelefthand_api_url=<replaceable>https://10.10.0.141:8081/lhos</replaceable>
|
||||||
|
|
||||||
# LeftHand Super user username
|
# LeftHand Super user username
|
||||||
hplefthand_username=<replaceable>lhuser</replaceable>
|
hpelefthand_username=<replaceable>lhuser</replaceable>
|
||||||
|
|
||||||
# LeftHand Super user password
|
# LeftHand Super user password
|
||||||
hplefthand_password=<replaceable>lhpass</replaceable>
|
hpelefthand_password=<replaceable>lhpass</replaceable>
|
||||||
|
|
||||||
# LeftHand cluster to use for volume creation
|
# LeftHand cluster to use for volume creation
|
||||||
hplefthand_clustername=<replaceable>ClusterLefthand</replaceable>
|
hpelefthand_clustername=<replaceable>ClusterLefthand</replaceable>
|
||||||
|
|
||||||
# LeftHand iSCSI driver
|
# LeftHand iSCSI driver
|
||||||
volume_driver=cinder.volume.drivers.san.hp.hp_lefthand_iscsi.HPLeftHandISCSIDriver
|
volume_driver=cinder.volume.drivers.hpe.hpe_lefthand_iscsi.HPELeftHandISCSIDriver
|
||||||
|
|
||||||
<emphasis role="bold">## OPTIONAL SETTINGS</emphasis>
|
<emphasis role="bold">## OPTIONAL SETTINGS</emphasis>
|
||||||
|
|
||||||
# Should CHAPS authentication be used (default=false)
|
# Should CHAPS authentication be used (default=false)
|
||||||
hplefthand_iscsi_chap_enabled=false
|
hpelefthand_iscsi_chap_enabled=false
|
||||||
|
|
||||||
# Enable HTTP debugging to LeftHand (default=false)
|
# Enable HTTP debugging to LeftHand (default=false)
|
||||||
hplefthand_debug=false
|
hpelefthand_debug=false
|
||||||
|
|
||||||
# The ratio of oversubscription when thin provisioned volumes are involved.
|
# The ratio of oversubscription when thin provisioned volumes are involved.
|
||||||
# Default ratio is 20.0, this means that a provisioned capacity can be 20 times of the total
|
# Default ratio is 20.0, this means that a provisioned capacity can be 20 times of the total
|
||||||
@ -271,10 +270,10 @@ reserved_percentage=15
|
|||||||
feature.
|
feature.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If the <option>hplefthand_iscsi_chap_enabled</option>
|
If the <option>hpelefthand_iscsi_chap_enabled</option>
|
||||||
is set to <literal>true</literal>, the driver will
|
is set to <literal>true</literal>, the driver will
|
||||||
associate randomly-generated CHAP secrets with all
|
associate randomly-generated CHAP secrets with all
|
||||||
hosts on the HP LeftHand/StoreVirtual system. OpenStack Compute
|
hosts on the HPE LeftHand/StoreVirtual system. OpenStack Compute
|
||||||
nodes use these secrets when creating iSCSI connections.
|
nodes use these secrets when creating iSCSI connections.
|
||||||
<important>
|
<important>
|
||||||
<para>CHAP secrets are passed from OpenStack Block
|
<para>CHAP secrets are passed from OpenStack Block
|
||||||
@ -301,7 +300,7 @@ reserved_percentage=15
|
|||||||
</para>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
</procedure>
|
</procedure>
|
||||||
<para>The HP LeftHand/StoreVirtual driver is now enabled on your
|
<para>The HPE LeftHand/StoreVirtual driver is now enabled on your
|
||||||
OpenStack system. If you experience problems, review the Block
|
OpenStack system. If you experience problems, review the Block
|
||||||
Storage service log files for errors.
|
Storage service log files for errors.
|
||||||
</para>
|
</para>
|
@ -28,7 +28,7 @@
|
|||||||
<xi:include href="../../common/tables/cinder-emc.xml"/>
|
<xi:include href="../../common/tables/cinder-emc.xml"/>
|
||||||
<xi:include href="../../common/tables/cinder-flashsystem.xml"/>
|
<xi:include href="../../common/tables/cinder-flashsystem.xml"/>
|
||||||
<xi:include href="../../common/tables/cinder-hgst.xml"/>
|
<xi:include href="../../common/tables/cinder-hgst.xml"/>
|
||||||
<xi:include href="../../common/tables/cinder-hplefthand.xml"/>
|
<xi:include href="../../common/tables/cinder-hpelefthand.xml"/>
|
||||||
<xi:include href="../../common/tables/cinder-hpxp.xml"/>
|
<xi:include href="../../common/tables/cinder-hpxp.xml"/>
|
||||||
<xi:include href="../../common/tables/cinder-huawei.xml"/>
|
<xi:include href="../../common/tables/cinder-huawei.xml"/>
|
||||||
<xi:include href="../../common/tables/cinder-images.xml"/>
|
<xi:include href="../../common/tables/cinder-images.xml"/>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<xi:include href="drivers/hds-hnas-driver.xml"/>
|
<xi:include href="drivers/hds-hnas-driver.xml"/>
|
||||||
<xi:include href="drivers/hitachi-storage-volume-driver.xml"/>
|
<xi:include href="drivers/hitachi-storage-volume-driver.xml"/>
|
||||||
<xi:include href="drivers/hp-3par-driver.xml"/>
|
<xi:include href="drivers/hp-3par-driver.xml"/>
|
||||||
<xi:include href="drivers/hp-lefthand-driver.xml"/>
|
<xi:include href="drivers/hpe-lefthand-driver.xml"/>
|
||||||
<xi:include href="drivers/hp-msa-driver.xml"/>
|
<xi:include href="drivers/hp-msa-driver.xml"/>
|
||||||
<xi:include href="drivers/huawei-storage-driver.xml"/>
|
<xi:include href="drivers/huawei-storage-driver.xml"/>
|
||||||
<xi:include href="drivers/ibm-gpfs-volume-driver.xml"/>
|
<xi:include href="drivers/ibm-gpfs-volume-driver.xml"/>
|
||||||
|
@ -203,12 +203,12 @@ hpe3par_password hpe3par
|
|||||||
hpe3par_snapshot_expiration hpe3par
|
hpe3par_snapshot_expiration hpe3par
|
||||||
hpe3par_snapshot_retention hpe3par
|
hpe3par_snapshot_retention hpe3par
|
||||||
hpe3par_username hpe3par
|
hpe3par_username hpe3par
|
||||||
hplefthand_api_url hplefthand
|
hpelefthand_api_url hpelefthand
|
||||||
hplefthand_clustername hplefthand
|
hpelefthand_clustername hpelefthand
|
||||||
hplefthand_debug hplefthand
|
hpelefthand_debug hpelefthand
|
||||||
hplefthand_iscsi_chap_enabled hplefthand
|
hpelefthand_iscsi_chap_enabled hpelefthand
|
||||||
hplefthand_password hplefthand
|
hpelefthand_password hpelefthand
|
||||||
hplefthand_username hplefthand
|
hpelefthand_username hpelefthand
|
||||||
hpmsa_api_protocol hpmsa
|
hpmsa_api_protocol hpmsa
|
||||||
hpmsa_backend_name hpmsa
|
hpmsa_backend_name hpmsa
|
||||||
hpmsa_backend_type hpmsa
|
hpmsa_backend_type hpmsa
|
||||||
|
@ -21,7 +21,7 @@ hds-hus HDS HUS iSCSI driver
|
|||||||
hgst HGST volume driver
|
hgst HGST volume driver
|
||||||
hitachi-hbsd Hitachi storage volume driver
|
hitachi-hbsd Hitachi storage volume driver
|
||||||
hpe3par HPE 3PAR Fibre Channel and iSCSI drivers
|
hpe3par HPE 3PAR Fibre Channel and iSCSI drivers
|
||||||
hplefthand HP LeftHand/StoreVirtual driver
|
hpelefthand HPE LeftHand/StoreVirtual driver
|
||||||
hpmsa HP MSA volume driver
|
hpmsa HP MSA volume driver
|
||||||
hpxp HP XP volume driver
|
hpxp HP XP volume driver
|
||||||
huawei Huawei storage driver
|
huawei Huawei storage driver
|
||||||
|
Loading…
Reference in New Issue
Block a user