I am trying proxmox cluster
I have installed 2 servers with local storage each.
One of this, since it has a very large disk, I have shared via NFS. That way I can share the disk and do live migrations.
I have the following config
Node1
localDir
importedLocalDir (the same localDir at Node1 but mounted as NFS)
Node2
localDir
importedLocalDir (the same as localDir at Node1, mounted as NFS)
Can this be a problem since the same storage is both avaialble as localDir and NFS share, and partilary in Node 1 it's even present twice? can there be concurrency issues?
Note: since localDir and importedLocalDir in node 1 are basicaly the same I could hide localDir, but running the VM's directly sounds better for performance
I have installed 2 servers with local storage each.
One of this, since it has a very large disk, I have shared via NFS. That way I can share the disk and do live migrations.
I have the following config
Node1
localDir
importedLocalDir (the same localDir at Node1 but mounted as NFS)
Node2
localDir
importedLocalDir (the same as localDir at Node1, mounted as NFS)
Can this be a problem since the same storage is both avaialble as localDir and NFS share, and partilary in Node 1 it's even present twice? can there be concurrency issues?
Note: since localDir and importedLocalDir in node 1 are basicaly the same I could hide localDir, but running the VM's directly sounds better for performance