Skip to content

Commit 5854265

Browse files
authored
Merge pull request #90608 from amrin101/patch-5
Additional steps to modify the parameter overprovisionRatio after the LVM cluster is created
2 parents 21a925a + 9042173 commit 5854265

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

modules/lvms-about-lvmcluster-cr.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,20 @@ By default, this field is set to 90. The minimum value that you can set is 10, a
127127
|Specify a factor by which you can provision additional storage based on the available storage in the thin pool.
128128

129129
For example, if this field is set to 10, you can provision up to 10 times the amount of available storage in the thin pool.
130-
130+
You can modify this field after the LVM cluster has been created.
131+
132+
To update the parameter, do any of the following tasks:
133+
134+
* To edit the LVM Cluster, run the following command:
135+
[source,terminal]
136+
----
137+
$ oc edit lvmcluster <lvmcluster_name>
138+
----
139+
* To apply a patch, run the following command:
140+
[source,terminal]
141+
----
142+
$ oc patch lvmcluster <lvmcluster_name> -p <patch_file.yaml>
143+
----
131144
To disable over-provisioning, set this field to 1.
132145

133146
|`thinPoolConfig.chunkSize`

0 commit comments

Comments
 (0)