Hi everyone,
I’m trying to understand how Proxmox handles concurrent access to shared storage when using:
For example:
I’m looking for technical clarity on whether Proxmox has any built-in features (like VMware’s VMFS) to manage this, or if the responsibility lies fully with the storage backend.
Thanks.
I’m trying to understand how Proxmox handles concurrent access to shared storage when using:
- NFS shares
- iSCSI targets (used with LVM or ZFS over SAN/Fibre Channel)
For example:
- If two Proxmox nodes access the same iSCSI LUN (used with ZFS or LVM), what mechanisms are in place to manage concurrent access?
- Same question for NFS: does Proxmox rely entirely on the underlying NFS server for locking and access coordination?
- Is there a risk of corruption if the storage is improperly shared between nodes?
I’m looking for technical clarity on whether Proxmox has any built-in features (like VMware’s VMFS) to manage this, or if the responsibility lies fully with the storage backend.
Thanks.