Skip to content

Commit b83f45e

Browse files
authored
Merge pull request #60479 from aspauldi/CNV-27916
CNV-27916: [2184998] [DOC] Procedure to edit filesystemOverhead is wrong
2 parents 176442a + 7eaf174 commit b83f45e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/virt-overriding-default-fs-overhead-value.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="virt-overriding-default-fs-overhead-value_{context}"]
77
= Overriding the default file system overhead value
88

9-
Change the amount of persistent volume claim (PVC) space that the {VirtProductName} reserves for file system overhead by editing the `spec.config.filesystemOverhead` attribute of the `HCO` object.
9+
Change the amount of persistent volume claim (PVC) space that the {VirtProductName} reserves for file system overhead by editing the `spec.filesystemOverhead` attribute of the `HCO` object.
1010

1111
.Prerequisites
1212

@@ -21,17 +21,16 @@ Change the amount of persistent volume claim (PVC) space that the {VirtProductNa
2121
$ oc edit hco -n openshift-cnv kubevirt-hyperconverged
2222
----
2323

24-
. Edit the `spec.config.filesystemOverhead` fields, populating them with your chosen values:
24+
. Edit the `spec.filesystemOverhead` fields, populating them with your chosen values:
2525
+
2626
[source,yaml]
2727
----
2828
# ...
2929
spec:
30-
config:
31-
filesystemOverhead:
32-
global: "<new_global_value>" <1>
33-
storageClass:
34-
<storage_class_name>: "<new_value_for_this_storage_class>" <2>
30+
filesystemOverhead:
31+
global: "<new_global_value>" <1>
32+
storageClass:
33+
<storage_class_name>: "<new_value_for_this_storage_class>" <2>
3534
----
3635
<1> The default file system overhead percentage used for any storage classes that do not already have a set value. For example, `global: "0.07"` reserves 7% of the PVC for file system overhead.
3736
<2> The file system overhead percentage for the specified storage class. For example, `mystorageclass: "0.04"` changes the default overhead value for PVCs in the `mystorageclass` storage class to 4%.

0 commit comments

Comments
 (0)