Alexander Wels
Alexander Wels
/retest
So this is documented in the kubevirtci repo. https://github.com/kubevirt/kubevirtci/blob/main/PODMAN.md it explains how to do both root and rootless podman. Maybe link that as well?
Depending on the persist flag it calls [either the virtualmachineinstance endpoint or the virtualmachine endpoint](https://github.com/kubevirt/kubevirt/blob/main/pkg/virtctl/vm/add_volume.go#L172-L176). So the documentation is most likely out of date.
Yes I think Alex is correct, if omited the volumeMode defaults to filesystem, and the source is block, and thus doing a clone will fail. By using the `pvc` stanza...
So I see no fundamental problem with the request, just that we have no infra structure to test it. Best we could do is unit tests. As @feitnomore mentioned the...
We would have to modify the API that will include that information. So if certain fields are set, we will assume we are in the cloud environment and use those...
I have no issues with the proposed change, as I mentioned the issue is with the testing. Once we get the code in, we own it and have to support...
I can help with that no problem. The structs for the API can be found in https://github.com/kubevirt/containerized-data-importer/blob/main/staging/src/kubevirt.io/containerized-data-importer-api/pkg/apis/core/v1beta1/types.go Each different source has its own struct. Once you have modified the struct...
/test pull-kubevirt-e2e-k8s-1.32-sig-compute