: 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.
Note :
When using TrueNAS as NFS storage, verify that you are using the Linux-based TrueNAS SCALE rather than the FreeBSD-based TrueNAS Core. The NFS ID mapping (maproot) in TrueNAS Core cannot provide the root:root permissions required by VCD. TrueNAS SCALE operates with no_root_squash behavior, which satisfies the permission requirements for VCD.
Refer:
Preparing the Transfer Server Storage for Your VMware Cloud Director Appliance