Merge "Manila VMAX docs - clarify driver_handles_share_servers" into stable/rocky

This commit is contained in:
Zuul 2019-03-15 18:45:50 +00:00 committed by Gerrit Code Review
commit 8855a25f89
1 changed files with 7 additions and 0 deletions

View File

@ -209,6 +209,7 @@ The following parameters need to be configured in the
emc_nas_server = <IP address> emc_nas_server = <IP address>
emc_nas_password = <password> emc_nas_password = <password>
emc_nas_login = <user> emc_nas_login = <user>
driver_handles_share_servers = True
vmax_server_container = <Data Mover name> vmax_server_container = <Data Mover name>
vmax_share_data_pools = <Comma separated pool names> vmax_share_data_pools = <Comma separated pool names>
share_driver = manila.share.drivers.dell_emc.driver.EMCShareDriver 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 The fields that are used to provide credentials to the
VMAX system. Only local users of VMAX File is supported. 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` - `vmax_server_container`
Name of the Data Mover to serve the share service. Name of the Data Mover to serve the share service.
@ -368,6 +373,8 @@ Restrictions
The VMAX driver has the following 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 IP access type is supported for NFS.
- Only user access type is supported for CIFS. - Only user access type is supported for CIFS.