So, this is a strange issue, as I think shared storage is configured on datacenter level. Yet, on of my nodes can't access the share.
I can manually mount the share with nfs vers=3 only, with vers=4 it gives an error.
both nodes are on the same version. node pve-smc was restarted recently. I am clueless where the problem lies.
I can manually mount the share with nfs vers=3 only, with vers=4 it gives an error.
both nodes are on the same version. node pve-smc was restarted recently. I am clueless where the problem lies.
Code:
root@pve-smc:/# pvesm nfsscan 192.168.50.8
/export 192.168.0.0/16,192.168.110.0/24,192.168.50.0/24
/export/Backups 192.168.50.0/24
/export/Images 192.168.0.0/16
root@pve-smc:/# mount -t nfs -o vers=4 192.168.50.8:/export/Backups /mnt/WD60
mount.nfs: mounting 192.168.50.8:/export/Backups failed, reason given by server: No such file or directory
root@pve-smc:/# mount -t nfs -o vers=3 192.168.50.8:/export/Backups /mnt/WD60