diff --git a/docs/docker/install/ndvp_ontap_config.rst b/docs/docker/install/ndvp_ontap_config.rst index 77158a4b2..208fbe13b 100644 --- a/docs/docker/install/ndvp_ontap_config.rst +++ b/docs/docker/install/ndvp_ontap_config.rst @@ -53,9 +53,11 @@ In addition to the global configuration values above, when using ONTAP these top | ``aggregate`` | Aggregate for provisioning (optional; if set, must be assigned to the SVM) | aggr1 | +-----------------------+----------------------------------------------------------------------------+------------+ -A fully-qualified domain name (FQDN) can be specified for the managementLIF and dataLIF options. The ontap-san driver -selects an IP address from the FQDN lookup for the dataLIF. The ontap-nas, ontap-nas-economy, and ontap-nas-flexgroup -drivers use the provided FQDN as the dataLIF for NFS mount operations. +A fully-qualified domain name (FQDN) can be specified for the managementLIF option. For the ontap-nas* +drivers only, a FQDN may also be specified for the dataLIF option, in which case the FQDN will +be used for the NFS mount operations. For the ontap-san driver, the default is to use all data LIF IPs from +the SVM and to use iSCSI multipath. Specifying an IP address for the dataLIF for the ontap-san driver forces +the driver to disable multipath and use only the specified address. For the ontap-nas and ontap-nas-economy drivers, an additional top level option is available. For NFS host configuration, see also: http://www.netapp.com/us/media/tr-4067.pdf diff --git a/docs/kubernetes/operations/tasks/backends/ontap.rst b/docs/kubernetes/operations/tasks/backends/ontap.rst index e16e07c40..cb436e52b 100644 --- a/docs/kubernetes/operations/tasks/backends/ontap.rst +++ b/docs/kubernetes/operations/tasks/backends/ontap.rst @@ -127,9 +127,11 @@ password Password to connect to the cluster/SVM storagePrefix Prefix used when provisioning new volumes in the SVM "trident" ================== ======================================================================= ================================================ -A fully-qualified domain name (FQDN) can be specified for the managementLIF and dataLIF options. The ontap-san driver -selects an IP address from the FQDN lookup for the dataLIF. The ontap-nas, ontap-nas-economy, and ontap-nas-flexgroup -drivers use the provided FQDN as the dataLIF for NFS mount operations. +A fully-qualified domain name (FQDN) can be specified for the managementLIF option. For the ontap-nas* +drivers only, a FQDN may also be specified for the dataLIF option, in which case the FQDN will +be used for the NFS mount operations. For the ontap-san driver, the default is to use all data LIF IPs from +the SVM and to use iSCSI multipath. Specifying an IP address for the dataLIF for the ontap-san driver forces +the driver to disable multipath and use only the specified address. You can control how each volume is provisioned by default using these options in a special section of the configuration. For an example, see the