Page URL: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
Description:
The "Access Modes" table currently lists Fibre Channel (FC) and iSCSI as not supporting ReadWriteMany (RWX). This is inaccurate for volumeMode: Block.
Enterprise CSI drivers (e.g., Hitachi, NetApp Trident, Dell, Pure Storage) support RWX for FC and iSCSI when presented as raw block devices. This configuration is a requirement for KubeVirt live migration and clustered applications.
Proposed Change:
Update the FC and iSCSI rows in the Volume Plugins table to show RWX support for Block mode.
Suggested Note:
"RWX is supported for FC and iSCSI when using volumeMode: Block via a compatible CSI driver."
Additional Context:
The current "No" in the RWX column reflects legacy "In-Tree" plugin limitations and filesystem safety. It does not reflect the capabilities of these protocols at the block layer in modern CSI implementations.
Labels: sig/storage, area/documentation