Merge "[config-ref] use openstack command instead of indiviaul commands"

This commit is contained in:
Jenkins 2016-11-06 23:37:47 +00:00 committed by Gerrit Code Review
commit 2d84795f34
5 changed files with 7 additions and 6 deletions

View File

@ -117,7 +117,7 @@ pairs and associate them with a volume type, run the following command:
.. code-block:: console
$ cinder help type-key
$ openstack help volume type
.. note::

View File

@ -96,7 +96,7 @@ command:
.. code-block:: console
$ cinder help type-key
$ openstack help volume type
* The following keys require the HPE LeftHand/StoreVirtual storage
array be configured for:

View File

@ -73,7 +73,8 @@ system labeled ``newfs`` and direct IO enabled:
.. code-block:: console
$ cinder create --metadata fstype=ext4 fslabel=newfs dio=yes --display-name volume_1 50
$ openstack volume create --property fstype=ext4 fslabel=newfs dio=yes \
--size 50 VOLUME
Operational notes for GPFS driver
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -126,7 +126,7 @@ This example assumes access to the following NFS servers and mount points:
.. code-block:: console
$ nova volume-create --display-name myvol 5
$ openstack volume create --size 5 MYVOLUME
# ls /var/lib/cinder/nfs/46c5db75dc3a3a50a10bfd1a456a9f3f
volume-a8862558-e6d6-4648-b5df-bb84f31c8935

View File

@ -225,8 +225,8 @@ To create a volume type that specifies replication to remote back ends:
.. code-block:: console
$ cinder type-create "ReplicationType"
$ cinder type-key "ReplicationType" set replication_enabled='<is> True'
$ openstack volume type create ReplicationType
$ openstack volume type set --property replication_enabled='<is> True' ReplicationType
The following table contains the optional configuration parameters available
for replication configuration with the Pure Storage array.