Felix Matouschek
Felix Matouschek
This commit changes syncoid's behavior so it is always looking for a matching snapshot and a matching bookmark. If the bookmark was created after the snapshot it is used instead....
When creating bookmarks compare the GUID of existing bookmarks before failing the creation of a duplicate bookmark.
**What happened**: I tried to clone a DV/PVC with `volumeMode: Block` to a new DV/PVC with `volumeMode: Filesystem`. The cloning failed shortly before reaching 100%. Logs of the cloner pod:...
**What this PR does / why we need it**: By reusing the identifier 'disk0' the empty disk with 'DiskBusUSB' was never attached to the VM because of libvmi silently doing...
**What this PR does / why we need it**: Panic when trying to add existing Disks or Volumes to a VMI instead of silently failing. **Release note**: ```release-note None ```
**What this PR does / why we need it**: Use libvmi in tests/vm_test.go and do the following refactorings: - Use const and type inferring where applicable - Inline newVirtualMachine() and...
**What this PR does / why we need it**: This changes the verbosity of the port-forwarding destination in stdio mode to 3 so it is no logged by default. **Special...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This allows to recursively convert ResourceFields to dicts. #### Does this...
Seems like Cisco blocks the old method of getting a serial prompt in this uboot version? The ubootwrite.py script is sending `xyzzy`, but no prompt appears. Maybe `CONFIG_AUTOBOOT_STOP_STR ` was...
**Is your feature request related to a problem? Please describe**: KubeVirt could need a coding guideline or at least best practices for the codebase, to avoid code which is harder...