From 9caaedefd86180f242c4646940ac9de61aa3a6c5 Mon Sep 17 00:00:00 2001 From: emarcusRH Date: Tue, 3 Jan 2023 16:11:34 +0200 Subject: [PATCH] BZ#2094228 Adding to procedure - overiding default file system overhead Signed-off-by: emarcusRH --- modules/virt-overriding-default-fs-overhead-value.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/virt-overriding-default-fs-overhead-value.adoc b/modules/virt-overriding-default-fs-overhead-value.adoc index fdafe4297b5b..822bbabce09b 100644 --- a/modules/virt-overriding-default-fs-overhead-value.adoc +++ b/modules/virt-overriding-default-fs-overhead-value.adoc @@ -37,6 +37,12 @@ spec: <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%. . Save and exit the editor to update the `CDI` object. +. Patch the default file system overhead with the following JsonPatch: ++ +[source,terminal] +---- +$ oc annotate --overwrite -n openshift-cnv hco kubevirt-hyperconverged 'containerizeddataimporter.kubevirt.io/jsonpatch=[{"op": "add", "path": "/spec/config/filesystemOverhead", "value": {}}, {"op": "add", "path": "/spec/config/filesystemOverhead/global", "value": "0.10"}]' +---- .Verification