From 20937bc64ef13a5ca4e59bb1ccf76d946c869fdf Mon Sep 17 00:00:00 2001 From: Helen Walsh Date: Mon, 11 Mar 2019 15:59:29 +0000 Subject: [PATCH] Manila VMAX docs - clarify driver_handles_share_servers Clarify that only driver_handles_share_servers = True is supported in the VMAX manila driver. Change-Id: Iac40b4d250a87d8c993ec2db5ad1d7e03eab189b (cherry picked from commit 9aac703672230a1acabdada94f4db16b3151fc58) --- .../shared-file-systems/drivers/dell-emc-vmax-driver.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/configuration/shared-file-systems/drivers/dell-emc-vmax-driver.rst b/doc/source/configuration/shared-file-systems/drivers/dell-emc-vmax-driver.rst index 50247c3921..34291bebf2 100644 --- a/doc/source/configuration/shared-file-systems/drivers/dell-emc-vmax-driver.rst +++ b/doc/source/configuration/shared-file-systems/drivers/dell-emc-vmax-driver.rst @@ -209,6 +209,7 @@ The following parameters need to be configured in the emc_nas_server = emc_nas_password = emc_nas_login = + driver_handles_share_servers = True vmax_server_container = vmax_share_data_pools = share_driver = manila.share.drivers.dell_emc.driver.EMCShareDriver @@ -226,6 +227,10 @@ The following parameters need to be configured in the The fields that are used to provide credentials to the VMAX system. Only local users of VMAX File is supported. +- `driver_handles_share_servers` + VMAX only supports True, where the share driver handles the provisioning + and management of the share servers. + - `vmax_server_container` Name of the Data Mover to serve the share service. @@ -341,6 +346,8 @@ Restrictions The VMAX driver has the following restrictions: +- Only ``driver_handles_share_servers`` equals True is supported. + - Only IP access type is supported for NFS. - Only user access type is supported for CIFS.