Bartosz Rybacki
Bartosz Rybacki
/retest-required
I really like your change, it is a step in a good direction.
I suppose it is happening because of change introduced to virtctl: "virtctl imageupload now uses DataVolume.spec.storage" https://github.com/kubevirt/kubevirt/pull/6367 I need to check if maybe some kind of handling the defaults was...
Previously virtctl used `ReadWriteOnce` if accessMode was not specified. But now, as we want to use possibilities provided by StorageProfiles, it does not set accessMode. If StorageProfile is configured with...
More info on StorageProfiles here: https://github.com/kubevirt/containerized-data-importer/blob/main/doc/storageprofile.md The difference in behavior is described in options available, if one does `virtctl image-upload --help` for old version says that `ReadWriteOnce` is default if...