Skip to content

Commit

Permalink
CSI-5020: better MD
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Kass <[email protected]>
  • Loading branch information
kasserater committed Dec 14, 2024
1 parent 3c8950d commit 30ea127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/configuration/creating_pvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The IBM® block storage CSI driver supports using both file system and raw block

**Important:**
<br>
- If not defined, the default mode is `Filesystem`. Be sure to define the mode as `Block` if this configuration is preferred.
- In all the examples, `accessModes` with value `ReadWriteOnce` is used, but `ReadWriteMany` can be used (instead or in addition) to allow multiple pod containers to access the mount (see [details](#creating-a-pvc-with-readwritemany-access-mode) below)
- Changing `accessModes` of existing PVCs should follow the [procedure](#updating-access-modes) below
- If not defined, the default mode is `Filesystem`. Be sure to define the mode as `Block` if this configuration is preferred.<br>
- In all the examples, `accessModes` with value `ReadWriteOnce` is used, but `ReadWriteMany` can be used (instead or in addition) to allow multiple pod containers to access the mount (see [details](#creating-a-pvc-with-readwritemany-access-mode) below).<br>
- Changing `accessModes` of existing PVCs should follow the [procedure](#updating-access-modes) below.<br>
- The volume group labels are not pre-defined. Be sure to match the selector in the target volume group (`spec.source.selector`). For an example of creating a PVC using the VolumeGroup configuration, see [Creating a PVC within a volume group with the dynamic volume group feature](#creating-a-pvc-within-a-volume-group-with-the-dynamic-volume-group-feature).

**Note:** The examples below create the PVC with a storage size 1 Gb. This can be changed, per customer needs.
Expand Down

0 comments on commit 30ea127

Please sign in to comment.