: Unexpected ownership and/or permissions on provided NFS share. Expected root:root with mode: 750. Found root:vcloud with mode: 750VMware Cloud Director 10.x
NFS mount validation can fail when deploying a VCD cell, with the above error if test files created post mounting have incorrect ownership (e.g., root:vcloud or vcloud:root with 750 permissions).
This usually happens when the TrueNAS NFS server has MapAllUsers and/or MapAllGroups Attributes unset or mapped to a non-root user.
To fix this, set both MapAllUsers and MapAllGroups to root on the TrueNAS NFS export, so all files are created as root:root, ensuring validation passes.
MapAllUsers : rootMapAllGroups : rootIf the issue persists despite the above steps, Reach out to Broadcom Support for further assistance, as it may require validation script modifications.