Michael Ablassmeier

Results 111 comments of Michael Ablassmeier

OUTPUT=PXE will create two files as explained before. The linux kernel image and the initrd (rhel-server-XX[kernel,].initrd.cgz) Both can be booted via PXE. Complete ISO images are usually not booted via...

not sure if passed, but there could be the possibilty to add the hyperv extensios to the -cpu call that often seem to help: https://www.qemu.org/docs/master/system/i386/hyperv.html try something like: ``` environment:...

as discussed in IRC, to catch a consistent copy of the SWTPM state files, the backup process must pause the virtual machine for a short timeframe to ensure consistency. The...

Its correctly failing because the checkpoint information about the disks is inconsistent ( the freshly added disk does not have an bitmap tied to the (prior) checkpoint) Thats okey. There...

no real reason for that, it was just the simplest solution i picked back in the days. Not sure if i want to change that currently, the debian packages install...

neat idea, but looking at python paramikos port forwarding example its quite some code to add. Not sure if its worth the hassle if a simple ssh command beforehand can...

w/o vm configuration file im not able to tell what the issue here personally i dont use ceph/rbd direct attached devices for my virtual machines. tool is unable to parse...

i see the disk type is set to "file", yet i dont see the big picture. Seems to be a qcow overlay for a ceph network device. I dont have...

what is see is: `` and the code does: ``` diskType = disk.get("type") [..] elif diskType == "file": ``` which should match this case, but it doesnt for some reason...

i tried to craft an vm with this type of disk config but fail to define: ``` sudo virsh define vm7.xml error: Failed to define domain from vm7.xml error: XML...