-
Bug
-
Resolution: Done
-
Major
-
None
Document URL:
Section Number and Name:
9.20.4.2. Overriding the default file system overhead value
Describe the issue:
The mentioned procedure is asking to edit `spec.config.filesystemOverhead`. This will fail with the below error:
~~~
- oc edit hco -n openshift-cnv kubevirt-hyperconverged
Warning: unknown field "spec.config"
hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged edited
~~~
We have to edit spec.filesystemOverhead instead:
~~~
- oc get hco -n openshift-cnv kubevirt-hyperconverged -o yaml |yq -y '.spec.filesystemOverhead'
global: '0.1'
- oc get cdiconfig config -o yaml |yq -y '.status.filesystemOverhead'
global: '0.1'
storageClass:
~~~
- external trackers
- links to
(1 links to)