Skip to main content

Setting IPv4 or IPv6

There is a new option added to the preference file kaminoprefs.xmlthat you can set to enable support for IPv4 or IPv6 for all storage systems added to VSC.

  • The default.override.option.provision.mount.datastore.address.family parameter has been added to the kaminoprefs.xml preference file to set a preferred data LIF protocol for datastore provisioning.

    This preference is applicable for all of the storage systems added to VSC.

  • The values for the new option are IPv4, IPv6, and NONE.

  • By default the value is set to NONE.

ValueDescription
NONE
  • Provisioning happens using the same IPv6 or IPv4 address type of data LIF as the type of cluster or SVM management LIF used for adding the storage.
  • If the same IPv6 or IPv4 address type of data LIF is not present in the SVM, then the provisioning happens through the other type of data LIF, if available.
IPv4
  • Provisioning happens using the IPv4 data LIF in the selected SVM.
  • If the SVM does not have an IPv4 data LIF, then the provisioning happens through the IPv6 data LIF, if it is available in the SVM.
IPv6
  • Provisioning happens using the IPv6 data LIF in the selected SVM.
  • If the SVM does not have an IPv6 data LIF, then the provisioning happens through the IPv4 data LIF, if it is available in the SVM.