Ey,
First time posting, as I have always been able to find solutions on the forums (great job on that).
The setup:
I have a 3 node Proxmox cluster, and today upgraded them to Proxmox VE 6.
On VE 5.4 all nodes had a nfs mount and everything worked.
Two of the nodes have a two network interfaces connected to NET-1 and NET-2 (and the third only has NET-2)
The problem:
After the upgrade to VE 6 all nodes are unable to mount the nfs share.
The nfs mount was running over NET-2 <-- this no longer works (nothing on the side of the NAS has changed).
Now when I manually try to mount it on any of the nodes it mounts just fine, and I'm able to access all files etc (NET-1 and NET-2 work).
When I try to add a NFS sure over NET-1 the Proxmox is able to find the NAS and all nfs shares available. But on NET-2 it does not find anything (either via the GUI of CLI)
I found some posts about dns names, all of these where already in place before the upgrade, but does not seem to do anything.
I hope someone has any idea what is going on.
Greetings
First time posting, as I have always been able to find solutions on the forums (great job on that).
The setup:
I have a 3 node Proxmox cluster, and today upgraded them to Proxmox VE 6.
On VE 5.4 all nodes had a nfs mount and everything worked.
Two of the nodes have a two network interfaces connected to NET-1 and NET-2 (and the third only has NET-2)
The problem:
After the upgrade to VE 6 all nodes are unable to mount the nfs share.
The nfs mount was running over NET-2 <-- this no longer works (nothing on the side of the NAS has changed).
Now when I manually try to mount it on any of the nodes it mounts just fine, and I'm able to access all files etc (NET-1 and NET-2 work).
Code:
mount <IP or DNS>:/volume2/wooptest /mnt/test/
When I try to add a NFS sure over NET-1 the Proxmox is able to find the NAS and all nfs shares available. But on NET-2 it does not find anything (either via the GUI of CLI)
Code:
pvesm add nfs woop --path /mnt/test --server <IP OR DNS> --export /volume2/wooptest
create storage failed: error with cfs lock 'file-storage_cfg': storage 'woop' is not online
I hope someone has any idea what is going on.
Greetings