From c96c0846705b0e08b85e729fefcc063228788c17 Mon Sep 17 00:00:00 2001 From: Yury Kulazhenkov Date: Thu, 27 Dec 2018 16:27:22 +0300 Subject: [PATCH] ScaleIO: Fix Extra Spec parameter name in driver doc Valid Extra Spec property name is "pool_name" not "pool". Change-Id: Icae85f8a8f2489fc78efd940af29be4779b423ef --- .../block-storage/drivers/dell-emc-vxflex-driver.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration/block-storage/drivers/dell-emc-vxflex-driver.rst b/doc/source/configuration/block-storage/drivers/dell-emc-vxflex-driver.rst index 7f354533fe8..2ddf1783d2c 100644 --- a/doc/source/configuration/block-storage/drivers/dell-emc-vxflex-driver.rst +++ b/doc/source/configuration/block-storage/drivers/dell-emc-vxflex-driver.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~