Shelly Kagan
Shelly Kagan
**What this PR does / why we need it**: Moving snapshot and restore code of new storage pkg moving storage types to new storage pkg As a KubeVirt storage developer,...
**What this PR does / why we need it**: This PR adds download option for the memory dump command. Either by adding --output flag to the get command to do...
**What happened**: Unit tests flake in several PRs example: https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/7881/pull-kubevirt-unit-test/1539275192516218880 **How to reproduce it (as minimally and precisely as possible)**: run unit inotify unit tests **Additional context**: Failed locally once...
Instead of returning true/false if something is as expected we should use matchers that will give explanations of why something is not as expected. ### What this PR does Improve...
**What this PR does / why we need it**: When trying to take VM snapshot of a VM, when one of the disk volumes is in Terminating state, if one...
The new guidelines should help us improve the review process by having clearer PRs with better explanations and commits divided better to smaller parts to tell the reviewer a story....
**What this PR does / why we need it**: This doc describes how a backup partner can assess its compatibility with Kubevirt, either automatically or manually. **Which issue(s) this PR...
Move the function to the place the pod returned is actually used. Other places that only need to get to succeeded just run explicitly 3 code lines of create pod...
Bumps [github.com/vmware-tanzu/velero](https://github.com/vmware-tanzu/velero) from 1.11.1 to 1.13.2. - [Release notes](https://github.com/vmware-tanzu/velero/releases) - [Changelog](https://github.com/vmware-tanzu/velero/blob/main/CHANGELOG.md) - [Commits](vmware-tanzu/[email protected]) --- updated-dependencies: - dependency-name: github.com/vmware-tanzu/velero dependency-type: direct:production update-type: version-update:semver-minor ... **What this PR does / why we...
**What this PR does / why we need it**: Generalize tests marked with label PartnerComp to run with configured script used to backup and restore. Added documentation for backup partner...