Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@ are specified as ReadWriteOncePod, the volume is constrained and can be mounted
| VsphereVolume | ✓ | - | - (works when Pods are collocated) | - |
| PortworxVolume | ✓ | - | ✓ | - | - |

{{< note >}}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{< note >}}
{{<note>}}

The table above reflects in-tree plugin capabilities only. Some CSI drivers for FC and iSCSI support ReadWriteMany with `volumeMode: Block` (for example, for KubeVirt live migration). Refer to your CSI driver's documentation for details.
{{< /note >}}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{< /note >}}
{{</note>}}

otherwise LGTM


### Class

A PV can have a class, which is specified by setting the
Expand Down