Hey there,
after upgrading from proxmox 5.x to 6.x my NFS mount is not working anymore. Mounting the NAS storage via command all is working fine:
But adding storage to proxmox I always get following error:
So I tried rpcinfo and it seems, that rpcinfo is not working correctly.
Attached the output of following command:
Can someone tell me why rpcinfo is not working anymore and/or how I can solve the problem?
Kindest regards
after upgrading from proxmox 5.x to 6.x my NFS mount is not working anymore. Mounting the NAS storage via command all is working fine:
mount -t nfs NAS_IP:/SHAREDIR/ /mnt/pve/NAS/
But adding storage to proxmox I always get following error:
storage 'NAS' is not online (500)
So I tried rpcinfo and it seems, that rpcinfo is not working correctly.
rpcinfo -p localhost
is working fine, rpcinfo -p ANY_IP_INTERNAL_OR_EXTERNAL
is hanging (also Ctrl + C does not quit the command after freezing).Attached the output of following command:
strace rpcinfo -p NAS_IP
Can someone tell me why rpcinfo is not working anymore and/or how I can solve the problem?
Kindest regards