ead05120ab
A customer has requested the ability to selectively enable NFS versions 3, 4, and 4.1 in the cDOT multi-SVM drivers. This can be accomplished via a config option. Change-Id: Ia16a3bde81568096c118d61e808614d630616d0d Implements: blueprint netapp-cdot-configure-nfs-versions
11 lines
491 B
YAML
11 lines
491 B
YAML
---
|
|
features:
|
|
- NFS Versions can be configured when using the NetApp cDOT driver with
|
|
driver mode ``driver_handles_share_servers = True``.
|
|
upgrade:
|
|
- Added new configuration option ``netapp_enabled_share_protocols``
|
|
to configure NFS versions with the NetApp cDOT driver operating in
|
|
driver mode ``driver_handles_share_servers = True``. If this option is not
|
|
specified, new share servers (NetApp vServers) will be created supporting
|
|
NFS Version 3 and NFS Version 4.0.
|