Michael Henriksen
Michael Henriksen
Signed-off-by: Michael Henriksen **What this PR does / why we need it**: Currently, velero will consider backups partially failed if a VM does not contain a guest agent. Not very...
**What this PR does / why we need it**: Manual cherry-pick of #2351 **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s)...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind enhancement **What happened**: #1091 references a fork...
Currently DataVolume ownership is not preserved under certain DR/Restore scenarios. This is because PVCs are typically created very early in the failover/restore process and until recently [1] CDI did not...
### What this PR does Before this PR: After this PR: Fixes # ### Why we need it and why it was done in this way The following tradeoffs were...
Manual backport of #10596 **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s)...
**What this PR does / why we need it**: Let's document how to do claim adoption **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will...
**What this PR does / why we need it**: When CDI is installed/removed virt-api and virt-controller are restarted. Wait for that to complete. **Which issue(s) this PR fixes** *(optional, in...
**What this PR does / why we need it**: When restoring a VM to same namespace, let's preserve the MACs. Otherwise clear them. **Which issue(s) this PR fixes** *(optional, in...
### What this PR does Before this PR: snapshot.kubevirt.io has been at v1alpha1 for a very, very long time After this PR: Add v1beta1 version which exactly mirrors v1alpha1. v1alpha1...