This KB lists constraints in mounting the datastores with different security mechanisms and nConnect.
VMware vSphere ESXi 8.0 U3
server_owner which is a combination of server_major and server_minor and uniquely identifies a server in a cluster.server_owner and associates the TCP connection with the session. Each session is associated with client ID.NFS4ERR_CLID_INUSE error.Example:
1. Mount Datastore1 from IP1 and with security type AUTH_SYS and nConnect value of 2
AUTH_SYSNFS4ERR_CLID_INUSE 2. Mount Datastore2 from IP1 and with security type KRB5/KRB5I and nConnect value of 2
Datastore2 will reuse the same TCP connection.3. If user tries to mount Datastore3 from IP1 with security type KRB5/KRB5I and nConnect value 2, server fails the mount with the error, NFS4ERR_CLID_INUSE
AUTH_SYS.KRB5*) will fail i.e. EXCHID request will get NFS4ERR_CLID_INUSE error from server. Datastore3 gets mounted but with only one connectionKRB* and the new request is for AUTH_SYSTo workaround this behavior all requests for connection should have the same security mechanism with which the cluster is created