ScaleIO: Fix Extra Spec parameter name in driver doc
Valid Extra Spec property name is "pool_name" not "pool". Change-Id: Icae85f8a8f2489fc78efd940af29be4779b423ef
This commit is contained in:
parent
84d268d9a0
commit
c96c084670
@ -234,7 +234,7 @@ VxFlex OS Protection Domain and Storage Pool
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
When multiple storage pools are specified in the Cinder configuration,
|
||||
users can specify which pool should be utilized by adding the ``pool``
|
||||
users can specify which pool should be utilized by adding the ``pool_name``
|
||||
Extra Spec to the volume type extra-specs and setting the value to the
|
||||
requested protection_domain:storage_pool.
|
||||
|
||||
@ -242,7 +242,7 @@ requested protection_domain:storage_pool.
|
||||
|
||||
$ openstack volume type create sio_type_1
|
||||
$ openstack volume type set --property volume_backend_name=scaleio sio_type_1
|
||||
$ openstack volume type set --property pool=Domain2:Pool2 sio_type_1
|
||||
$ openstack volume type set --property pool_name=Domain2:Pool2 sio_type_1
|
||||
|
||||
VxFlex OS thin provisioning support
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user