Trying to configure vCenter 7 backup to NFS fails with the following error in logfile /var/log/vmware/applmgmt/applmgmt.log:
2021-02-11T17:03:18.223 [2712]DEBUG:vmware.appliance.backup_restore.schedule_impl:Validating schedule spec.
2021-02-11T17:03:18.243 [2712]ERROR:plugins.MountedFSStorageIOLib:Cmd ['/usr/bin/mount', '-t', 'nfs', '(IP):/mount/point/', '/storage/remote/backup /nfs/(IP)/rx3sIz27/ryH2KfMS', '-o', 'hard,intr'] failed. rc: 32, stdout: , stderr: mount.nfs: No such device
2021-02-11T17:03:18.244 [2712]INFO:plugins.MountedFSStorageIOLib:Failed to mount the nfs share (IP):/mount/point/ at /storage/remote/backup/nfs/(IP)/rx3sIz27/ryH2KfMS. Err- rc: 32, out=, err=mount.nfs: No such device
The same error occurs trying manually with mount -v ...
Interestingly, the modules present don't seem to correlate to the kernel version running:
root@172 [ /mnt ]# uname -a
Linux (IP) 4.19.115-1.ph3 #1-photon SMP Tue Apr 21 18:56:03 UTC 2020 x86_64 GNU/Linux
root@172 [ /mnt ]# ls -l /lib/modules/
total 8
drwxr-xr-x 2 root root 4096 Feb 10 18:53 4.19.115-1.ph3
drwxr-xr-x 4 root root 4096 Feb 10 18:50 4.19.148-5.ph3
root@172 [ /mnt ]# ls -l /lib/modules/4.19.115-1.ph3/
total 0
root@172 [ /mnt ]# find /lib/modules/ | grep nfs
/lib/modules/4.19.148-5.ph3/kernel/drivers/xen/xenfs
/lib/modules/4.19.148-5.ph3/kernel/drivers/xen/xenfs/xenfs.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/nfs.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/nfsv2.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/nfsv3.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/blocklayout
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/blocklayout/blocklayoutdriver.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/filelayout
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/nfsv4.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/flexfilelayout
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfsd
/lib/modules/4.19.148-5.ph3/kernel/fs/nfsd/nfsd.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs_common
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs_common/nfs_acl.ko.xz
/lib/modules/4.19.148-5.ph3/kernel/fs/nfs_common/grace.ko.xz
Is this expected to work; is it possible to fix?