vSphere Web Services API


Enum - HostMountInfoMountFailedReason(vim.host.MountInfo.MountFailedReason)

Since
vSphere API Release 8.0.0.1


Enum Description

NFS mount request can be failed due to a number of reasons as defined in this enum MountFailedReason. The reason for the mount failure is reported in mountFailedReason. This is applicable only for those datastores to which mount retry is configured.

Enum Constants

NameDescription
CONN_LIMIT_EXCEEDED Maximum connections for NFS has been reached.
CONNECT_FAILURE Failed to get port or connect. Or MOUNT/FSINFO RPC failed.
MOUNT_DENIED No permission to mount the remote volume or it doesn't exist.
MOUNT_EXISTS Volume already mounted or a different mount exists with same label.
MOUNT_NOT_DIR Remote path not a directory.
MOUNT_NOT_SUPPORTED Server doesn't support MOUNT_PROGRAM/MOUNT_PROGRAM_VERSION.
NFS_NOT_SUPPORTED Server doesn't support NFS_PROGRAM/NFS_PROGRAM_VERSION.
OTHERS Any other reason which is not present in above list.
VOLUME_LIMIT_EXCEEDED Maximum NFS volumes have been mounted.

Show WSDL type definition