Instance Creation Failing due to Failed NFS Mount

Problem

  • When attempting to create a VM on a compute host, the following error is observed in the UI or through the CLI:
UI
Copy
  • VM migration fails due to an NFS mount error on the destination host. During the migration process, the destination host is unable to mount the required NFS share.

Environment

  • Platform9 Private Cloud Director - v2025.4 and Higher
  • Self Hosted Private Cloud Director Virtualization – v2025.4 and Higher
  • Component - Compute, Host

Cause

  • The failure occurred because the nfs-common package (which provides the mount.nfs helper utility) was not installed or not properly configured on the destination host. As a result, the system was unable to execute the mount command for the NFS share during the VM migration process. This led to a failure in mounting the NFS volume required for shared storage, preventing the migration from completing successfully.

Diagnostics

  1. NFS Volume is not getting created in hosts with the aforementioned error.
  2. Attempt manual NFS mount on the destination host.
Bash
Copy
  1. Check if the required package is installed.
Bash
Copy

Resolution

  1. Manually install nfs-common package on the affected host.
Bash
Copy

Validation

  1. Check if the the volumes are getting properly mounted in the affected hosts.
Bash
Copy
  1. If these steps prove insufficient to resolve the issue, reach out to the Platform9 Support Team for additional assistance.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard