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
This commit is contained in:
Helen Walsh 2019-03-11 15:59:29 +00:00
parent 1ac6370943
commit 9aac703672
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_password = <password>
emc_nas_login = <user>
driver_handles_share_servers = True
vmax_server_container = <Data Mover name>
vmax_share_data_pools = <Comma separated pool names>
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.