Alexander Wels
Alexander Wels
So we do the conversion because we want all the images to be raw. This allows us to directly use built in kubernetes APIs and worry about different formats. This...
I agree with you, I just double checked the code as I was like, there is no reason to not write directly to the target once we determine this is...
It is being implemented here https://github.com/kubevirt/csi-driver/pull/141
Sorry been very busy with other stuff, I will try to take a look at this soon.
If you look at the testing, we do actually exclude a few tests from the k8s test suite. In particular the RWX filesystem one, since we don't support that.
https://github.com/kubevirt/csi-driver/blob/main/hack/run-k8s-e2e.sh#L117-L128 is what we use, I believe the last skip is what skips the RWX filesystem test.
Okay so I think I know what happened here, we made a change in how we identify which VM the volume is hotplugged into. Before we used the VMI, but...