-
Bug
-
Resolution: Done-Errata
-
None
-
3
-
False
-
-
False
-
CLOSED
-
---
-
---
-
CNV I/U Operators Sprint 222, CNV I/U Operators Sprint 223, CNV I/U Operators Sprint 225
-
High
-
None
Description of problem:
CNV Nightly build installation failed due to index format was changed in 4.11 to file-based instead of sqlite-based
$ oc get InstallPlan -n openshift-cnv
NAME CSV APPROVAL APPROVED
install-j88pg kubevirt-hyperconverged-operator.4.11.0-578 Automatic true
$ oc patch InstallPlan -n openshift-cnv $(oc get InstallPlan -n openshift-cnv -ojsonpath=
{.items[0].metadata.name}) -p '{"spec":{"approved":true}}' --type merge
Apply patch didnt work.
According to Oren Cohen investigation:
"it's because the index format was changed in 4.11 to file-based instead of sqlite-based."