Update documentation for HDS HUS cinder driver
This change propose an update in HUS documentation. - remove unused information - adds more details about the configuration of HUS volumes - rename driver files: as we there are new HDS drivers in the road, we rename the driver to avoid confusions Change-Id: I0030b115d921f228881d3ce529d590f25f79f20a Implements: blueprint hds-hus-update
This commit is contained in:
parent
16021a7fb0
commit
fff915174d
@ -4,8 +4,8 @@
|
||||
The tool to do so lives in the tools directory of this
|
||||
repository -->
|
||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
||||
<table rules="all" xml:id="config_table_cinder_hds">
|
||||
<caption>Description of configuration options for hds</caption>
|
||||
<table rules="all" xml:id="config_table_cinder_hds-hus">
|
||||
<caption>Description of configuration options for hds-hus</caption>
|
||||
<col width="50%"/>
|
||||
<col width="50%"/>
|
||||
<thead>
|
@ -8,8 +8,8 @@
|
||||
xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||
<title>HDS iSCSI volume driver</title>
|
||||
<para>This Cinder volume driver provides iSCSI support for <link
|
||||
<title>HDS HUS iSCSI driver</title>
|
||||
<para>This Block Storage volume driver provides iSCSI support for <link
|
||||
xlink:href="http://www.hds.com/products/storage-systems/hitachi-unified-storage-100-family.html"
|
||||
>HUS (Hitachi Unified Storage) </link> arrays such as,
|
||||
HUS-110, HUS-130, and HUS-150.</para>
|
||||
@ -19,11 +19,11 @@
|
||||
communicate with an HUS array. You can download this
|
||||
utility package from the HDS support site (<link
|
||||
xlink:href="https://HDSSupport.hds.com"
|
||||
>https://HDSSupport.hds.com</link>.</para>
|
||||
>https://HDSSupport.hds.com</link>).</para>
|
||||
<para>Platform: Ubuntu 12.04LTS or newer.</para>
|
||||
</section>
|
||||
<section xml:id="hds-supported-operations">
|
||||
<title>Supported Cinder operations</title>
|
||||
<title>Supported operations</title>
|
||||
<para>These operations are supported:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@ -60,23 +60,18 @@
|
||||
<para>Create volume from snapshot</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>get_volume_stats</para>
|
||||
<para>Get statistics</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Thin provisioning, also known as Hitachi Dynamic Pool
|
||||
(HDP), is supported for volume or snapshot creation.
|
||||
Cinder volumes and snapshots do not have to reside in the
|
||||
same pool.</para>
|
||||
</section>
|
||||
<section xml:id="hds-config">
|
||||
<title>Configuration</title>
|
||||
<para>The HDS driver supports the concept of differentiated
|
||||
services, where volume type can be associated with the
|
||||
fine-tuned performance characteristics of HDP—the
|
||||
the dynamic pool where volumes shall be created<footnote
|
||||
xml:id="hds-fn-svc-1">
|
||||
services, where a volume type can be associated with the
|
||||
fine-tuned performance characteristics of an HDP—
|
||||
the dynamic pool where volumes are created<footnote xml:id="hds-fn-svc-1">
|
||||
<para>Do not confuse differentiated services with the
|
||||
Cinder volume service.</para>
|
||||
OpenStack Block Storage volume services.</para>
|
||||
</footnote>. For instance, an HDP can consist of fast SSDs
|
||||
to provide speed. HDP can provide a certain reliability
|
||||
based on things like its RAID level characteristics. HDS
|
||||
@ -93,23 +88,28 @@
|
||||
back-end and for multi-back-end cases.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>It is not recommended to manage a HUS array
|
||||
simultaneously from multiple Cinder instances
|
||||
<para>It is not recommended to manage an HUS array
|
||||
simultaneously from multiple OpenStack Block Storage instances
|
||||
or servers. <footnote
|
||||
xml:id="hds-one-instance-only">
|
||||
<para>It is okay to manage multiple HUS
|
||||
arrays by using multiple Cinder
|
||||
arrays by using multiple OpenStack Block Storage
|
||||
instances (or servers).</para>
|
||||
</footnote></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</note>
|
||||
<xi:include href="../../../common/tables/cinder-hds.xml"/>
|
||||
<xi:include href="../../../common/tables/cinder-hds-hus.xml"/>
|
||||
<simplesect>
|
||||
<title>HUS setup</title>
|
||||
<para>Before using iSCSI services, use the HUS UI to create an
|
||||
iSCSI domain for each EVS providing iSCSI services.</para>
|
||||
</simplesect>
|
||||
<simplesect>
|
||||
<title>Single back-end</title>
|
||||
<para>In a single back-end deployment, only one Cinder
|
||||
instance runs on the Cinder server and controls one
|
||||
HUS array: this setup requires these configuration
|
||||
<para>In a single back-end deployment, only one OpenStack Block Storage
|
||||
instance runs on the OpenStack Block Storage server and controls one
|
||||
HUS array: this deployment requires these configuration
|
||||
files:</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
@ -120,8 +120,8 @@
|
||||
file to use the HDS volume driver. This option
|
||||
points to a configuration file.<footnote
|
||||
xml:id="hds-no-fixed-location-1">
|
||||
<para>The configuration file location is
|
||||
not fixed.</para>
|
||||
<para>The configuration file location
|
||||
may differ.</para>
|
||||
</footnote></para>
|
||||
<programlisting language="ini">volume_driver = cinder.volume.drivers.hds.hds.HUSDriver
|
||||
hds_cinder_config_file = /opt/hds/hus/cinder_hds_conf.xml</programlisting>
|
||||
@ -134,31 +134,32 @@ hds_cinder_config_file = /opt/hds/hus/cinder_hds_conf.xml</programlisting>
|
||||
<filename>/opt/hds/hus/cinder_hds_conf.xml</filename>:</para>
|
||||
<programlisting language="xml"><?xml version="1.0" encoding="UTF-8" ?>
|
||||
<config>
|
||||
<mgmt_ip0>172.17.44.16</mgmt_ip0>
|
||||
<mgmt_ip1>172.17.44.17</mgmt_ip1>
|
||||
<username>system</username>
|
||||
<password>manager</password>
|
||||
<svc_0>
|
||||
<volume_type>default</volume_type>
|
||||
<iscsi_ip>172.17.39.132</iscsi_ip>
|
||||
<hdp>9</hdp>
|
||||
</svc_0>
|
||||
<snapshot>
|
||||
<hdp>13</hdp>
|
||||
</snapshot>
|
||||
<lun_start>
|
||||
3000
|
||||
</lun_start>
|
||||
<lun_end>
|
||||
4000
|
||||
</lun_end>
|
||||
<mgmt_ip0>172.17.44.16</mgmt_ip0>
|
||||
<mgmt_ip1>172.17.44.17</mgmt_ip1>
|
||||
<hus_cmd>hus-cmd</hus_cmd>
|
||||
<username>system</username>
|
||||
<password>manager</password>
|
||||
<svc_0>
|
||||
<volume_type>default</volume_type>
|
||||
<iscsi_ip>172.17.39.132</iscsi_ip>
|
||||
<hdp>9</hdp>
|
||||
</svc_0>
|
||||
<snapshot>
|
||||
<hdp>13</hdp>
|
||||
</snapshot>
|
||||
<lun_start>
|
||||
3000
|
||||
</lun_start>
|
||||
<lun_end>
|
||||
4000
|
||||
</lun_end>
|
||||
</config></programlisting>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</simplesect>
|
||||
<simplesect>
|
||||
<title>Multi back-end</title>
|
||||
<para>In a multi back-end deployment, more than one Cinder
|
||||
<para>In a multi back-end deployment, more than one OpenStack Block Storage
|
||||
instance runs on the same server. In this example, two
|
||||
HUS arrays are used, possibly providing different
|
||||
storage performance:</para>
|
||||
@ -176,10 +177,12 @@ hds_cinder_config_file = /opt/hds/hus/cinder_hds_conf.xml</programlisting>
|
||||
each back-end to
|
||||
<literal>cinder.volume.drivers.hds.hds.HUSDriver</literal></para>
|
||||
<programlisting language="ini">enabled_backends=hus1,hus2
|
||||
|
||||
[hus1]
|
||||
volume_driver = cinder.volume.drivers.hds.hds.HUSDriver
|
||||
hds_cinder_config_file = /opt/hds/hus/cinder_hus1_conf.xml
|
||||
volume_backend_name=hus-1
|
||||
|
||||
[hus2]
|
||||
volume_driver = cinder.volume.drivers.hds.hds.HUSDriver
|
||||
hds_cinder_config_file = /opt/hds/hus/cinder_hus2_conf.xml
|
||||
@ -190,24 +193,25 @@ volume_backend_name=hus-2</programlisting>
|
||||
<filename>/opt/hds/hus/cinder_hus1_conf.xml</filename>:</para>
|
||||
<programlisting language="xml"><?xml version="1.0" encoding="UTF-8" ?>
|
||||
<config>
|
||||
<mgmt_ip0>172.17.44.16</mgmt_ip0>
|
||||
<mgmt_ip1>172.17.44.17</mgmt_ip1>
|
||||
<username>system</username>
|
||||
<password>manager</password>
|
||||
<svc_0>
|
||||
<volume_type>regular</volume_type>
|
||||
<iscsi_ip>172.17.39.132</iscsi_ip>
|
||||
<hdp>9</hdp>
|
||||
</svc_0>
|
||||
<snapshot>
|
||||
<hdp>13</hdp>
|
||||
</snapshot>
|
||||
<lun_start>
|
||||
3000
|
||||
</lun_start>
|
||||
<lun_end>
|
||||
4000
|
||||
</lun_end>
|
||||
<mgmt_ip0>172.17.44.16</mgmt_ip0>
|
||||
<mgmt_ip1>172.17.44.17</mgmt_ip1>
|
||||
<hus_cmd>hus-cmd</hus_cmd>
|
||||
<username>system</username>
|
||||
<password>manager</password>
|
||||
<svc_0>
|
||||
<volume_type>regular</volume_type>
|
||||
<iscsi_ip>172.17.39.132</iscsi_ip>
|
||||
<hdp>9</hdp>
|
||||
</svc_0>
|
||||
<snapshot>
|
||||
<hdp>13</hdp>
|
||||
</snapshot>
|
||||
<lun_start>
|
||||
3000
|
||||
</lun_start>
|
||||
<lun_end>
|
||||
4000
|
||||
</lun_end>
|
||||
</config></programlisting>
|
||||
</step>
|
||||
<step>
|
||||
@ -216,24 +220,25 @@ volume_backend_name=hus-2</programlisting>
|
||||
file:</para>
|
||||
<programlisting language="xml"><?xml version="1.0" encoding="UTF-8" ?>
|
||||
<config>
|
||||
<mgmt_ip0>172.17.44.20</mgmt_ip0>
|
||||
<mgmt_ip1>172.17.44.21</mgmt_ip1>
|
||||
<username>system</username>
|
||||
<password>manager</password>
|
||||
<svc_0>
|
||||
<volume_type>platinum</volume_type>
|
||||
<iscsi_ip>172.17.30.130</iscsi_ip>
|
||||
<hdp>2</hdp>
|
||||
</svc_0>
|
||||
<snapshot>
|
||||
<hdp>3</hdp>
|
||||
</snapshot>
|
||||
<lun_start>
|
||||
2000
|
||||
</lun_start>
|
||||
<lun_end>
|
||||
3000
|
||||
</lun_end>
|
||||
<mgmt_ip0>172.17.44.20</mgmt_ip0>
|
||||
<mgmt_ip1>172.17.44.21</mgmt_ip1>
|
||||
<hus_cmd>hus-cmd</hus_cmd>
|
||||
<username>system</username>
|
||||
<password>manager</password>
|
||||
<svc_0>
|
||||
<volume_type>platinum</volume_type>
|
||||
<iscsi_ip>172.17.30.130</iscsi_ip>
|
||||
<hdp>2</hdp>
|
||||
</svc_0>
|
||||
<snapshot>
|
||||
<hdp>3</hdp>
|
||||
</snapshot>
|
||||
<lun_start>
|
||||
2000
|
||||
</lun_start>
|
||||
<lun_end>
|
||||
3000
|
||||
</lun_end>
|
||||
</config></programlisting>
|
||||
</step>
|
||||
</procedure>
|
||||
@ -253,9 +258,9 @@ cinder type-key platinum set volume_backend_name=hus-2</programlisting>
|
||||
</simplesect>
|
||||
<simplesect>
|
||||
<title>Non differentiated deployment of HUS arrays</title>
|
||||
<para>You can deploy multiple Cinder instances that each
|
||||
<para>You can deploy multiple OpenStack Block Storage instances that each
|
||||
control a separate HUS array. Each instance has no
|
||||
volume type associated with it. The Cinder filtering
|
||||
volume type associated with it. The OpenStack Block Storage filtering
|
||||
algorithm selects the HUS array with the largest
|
||||
available free space. In each configuration file, you
|
||||
must define the <literal>default</literal>
|
||||
@ -295,13 +300,13 @@ cinder type-key platinum set volume_backend_name=hus-2</programlisting>
|
||||
<para>An iSCSI port dedicated to the service.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>Typically a Cinder volume instance has only one such
|
||||
<para>Typically a OpenStack Block Storage volume instance has only one such
|
||||
service label. For example, any <literal>svc_0</literal>,
|
||||
<literal>svc_1</literal>, <literal>svc_2</literal>, or
|
||||
<literal>svc_3</literal> can be associated with it.
|
||||
But any mix of these service labels can be used in the
|
||||
same instance <footnote xml:id="hds-stats-all-hdp">
|
||||
<para>get_volume_stats() always provides the available
|
||||
<para>The get_volume_stats() always provides the available
|
||||
capacity based on the combined sum of all the HDPs
|
||||
that are used in these services labels.</para>
|
||||
</footnote>.</para>
|
||||
@ -336,6 +341,18 @@ cinder type-key platinum set volume_backend_name=hus-2</programlisting>
|
||||
<td><para>Management Port 1 IP address</para>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><option>hus_cmd</option></para>
|
||||
</td>
|
||||
<td><para>Optional</para></td>
|
||||
<td><para/></td>
|
||||
<td>
|
||||
<para><option>hus_cmd</option> is the command used to
|
||||
communicate with the HUS array. If it is not
|
||||
set, the default value is
|
||||
<command>hus-cmd</command>.</para>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><para><option>username</option></para>
|
||||
</td>
|
@ -19,7 +19,7 @@
|
||||
<xi:include href="drivers/emc-vnx-direct-driver.xml"/>
|
||||
<xi:include href="drivers/emc-volume-driver.xml"/>
|
||||
<xi:include href="drivers/glusterfs-driver.xml"/>
|
||||
<xi:include href="drivers/hds-volume-driver.xml"/>
|
||||
<xi:include href="drivers/hds-hus-driver.xml"/>
|
||||
<xi:include href="drivers/hp-3par-driver.xml"/>
|
||||
<xi:include href="drivers/hp-lefthand-driver.xml"/>
|
||||
<xi:include href="drivers/hp-msa-driver.xml"/>
|
||||
|
@ -85,7 +85,7 @@ gpfs_max_clone_depth storage_gpfs
|
||||
gpfs_mount_point_base storage_gpfs
|
||||
gpfs_sparse_volumes storage_gpfs
|
||||
gpfs_storage_pool storage_gpfs
|
||||
hds_cinder_config_file hds
|
||||
hds_cinder_config_file hds-hus
|
||||
host common
|
||||
hp3par_api_url hp3par
|
||||
hp3par_cpg hp3par
|
||||
|
Loading…
Reference in New Issue
Block a user