Skip to content

Commit fbcaac7

Browse files
committed
OCPBUGS#43062: Updating the PVC config example
1 parent ea47f5b commit fbcaac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/lvms-provisioning-storage-using-logical-volume-manager-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
spec:
3838
accessModes:
3939
- ReadWriteOnce
40-
volumeMode: Block <2>
40+
volumeMode: Filesystem <2>
4141
resources:
4242
requests:
4343
storage: 10Gi <3>
@@ -46,7 +46,7 @@ spec:
4646
storageClassName: lvms-vg1 <5>
4747
----
4848
<1> Specify a name for the PVC.
49-
<2> To create a block PVC, set this field to `Block`. To create a file PVC, set this field to `Filesystem`.
49+
<2> To create a file PVC, set this field to `Filesystem`. To create a block PVC, set this field to `Block`.
5050
<3> Specify the storage size. If the value is less than the minimum storage size, the requested storage size is rounded to the minimum storage size. The total storage size you can provision is limited by the size of the Logical Volume Manager (LVM) thin pool and the over-provisioning factor.
5151
<4> Optional: Specify the storage limit. Set this field to a value that is greater than or equal to the minimum storage size. Otherwise, PVC creation fails with an error.
5252
<5> The value of the `storageClassName` field must be in the format `lvms-<device_class_name>` where `<device_class_name>` is the value of the `deviceClasses.name` field in the `LVMCluster` CR.

0 commit comments

Comments
 (0)