Upgrade OpenShift CNV to a newer version to avoid datavolume name limit of 55 chars #57
Labels
area/storage
Storage related
kind/task
General task
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/kubevirt
Container Native Virtualization (CNV) KubeVirt platform/infrastructure
The current cnv version in the Openshift cluster is v2.3.0, which has a cdi data volume webhook that validates the value of the data volume name. If the name of the data volume is longer than 55 characters, the creation of creating/cloning will be rejected thus no proper data volume will be created, thus no virtual machine instance. In order to solve this issue, the cnv should be upgraded to include this kubevirt/containerized-data-importer#1200, which increaseс the limit to 253 instead of 55.
The text was updated successfully, but these errors were encountered: