SCV restore fails due to NFS has reached the maximum number of supported volumes
Applies to
Issue
- SCV restore fails due to failure of mount datastore with "
NFS has reached the maximum number of supported volumes
" vmcontrol_<JOB_ID>.log
indicates error:
ERROR <SCV_HOST> --- [ Thread-1043] c.n.a.m.NfsMountStrategy : vob.vmfs.nfs.mount.error.limit.exceeded:NFS mount <IP>: <PATH> failed: NFS has reached the maximum number of supported volumes.
com.netapp.nvpf.api.model.ApiException: vob.vmfs.nfs.mount.error.limit.exceeded:NFS mount <IP>: <PATH> failed: NFS has reached the maximum number of supported volumes.
at com.netapp.aegis.mount.NfsMountStrategy.mountDatastoreToESXHost(NfsMountStrategy.java:557)
at com.netapp.aegis.mount.NfsMountStrategy.mountDatastores(NfsMountStrategy.java:176)
at com.netapp.aegis.mount.MountManager.mountBackup(MountManager.java:263)
at com.netapp.aegis.restore.VmdkRestoreManager.attachVmdksToVM(VmdkRestoreManager.java:321)
at com.netapp.aegis.server.AegisApiServiceImpl$6.run(AegisApiServiceImpl.java:1367)
at java.lang.Thread.run(Thread.java:750)