Configuring NFS with Dell EMC Isilon

Here is a sample configuration to deploy Db2 with Dell EMC Isilon.

Disable root and non-root mapping
You must configure a mapping for the NFS export options. Specify both Do not map root users and Do not map non root users.
Mount access to subdirectories
Specify Enable mount access to subdirectories.
NFS storage class
The following example shows a recommended NFS storage class for Dell EMC Isilon with the correct mount options:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: managed-nfs-storage
mountOptions:
- v3
- nolock
parameters:
  archiveOnDelete: "false"
provisioner: fuseim.pri/ifs
reclaimPolicy: Retain
volumeBindingMode: Immediate
Note: When using Dell EMC Isilon, you must set the NFS version to v3.