I was able to mount a RWO created iSCSI volume on two nodes in parallel. While it is technically possible, this is also a bad idea.
None of the existing options leverage a cluster filesystem. So mounting an ext4 oder xfs volume from two nodes in parallel can lead to a corrupted filesystem and can cause data loss.
This does not mean that it should not be possible to mount the same volume from more than one pod. But the CSI integration should make the mount task fails if the volume is already mounted on a different host.
I was able to mount a RWO created iSCSI volume on two nodes in parallel. While it is technically possible, this is also a bad idea.
None of the existing options leverage a cluster filesystem. So mounting an ext4 oder xfs volume from two nodes in parallel can lead to a corrupted filesystem and can cause data loss.
This does not mean that it should not be possible to mount the same volume from more than one pod. But the CSI integration should make the mount task fails if the volume is already mounted on a different host.