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 9b90bc385a..c9b04a6889 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. @@ -368,6 +373,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.