[libvirt-users] "Allocate entire disk now" with an existing virtual disk

2015-11-18 Thread Boylan, Ross
Have I just overwritten some of my virtual drive, and if so, is there a way to recover? On a linux host I use LVM logical volumes as the backing for my virtual disks. Using the Virtual Machine Manager 0.9.1 GUI I did this: 1. select source machine, go into details, select virtual disk and remov

Re: [libvirt-users] virDomainCoreDumpWithFormat files created as root

2015-11-18 Thread noxdafox
On 18/11/15 12:11, Michal Privoznik wrote: On 08.11.2015 12:43, noxdafox wrote: I've been spending a bit of time looking into libvirt's code and I believe this is not implemented as Daniel first said. The issue is in the qemuOpenFileAs function in src/qemu/qemu_driver.c which ignores the dynami

[libvirt-users] enabling virtio-scsi-data-plane in libvirt

2015-11-18 Thread Vasiliy Tolstov
Can somebody knows how to enable virtio-scsi-data-plane in libvirt for specific domain? I know that i need to replace "-device virtio-scsi-pci" with "-object iothread,id=io1 -device virtio-scsi-pci,iothread=io1" in qemu, but how can i do this in libvirt? -- Vasiliy Tolstov, e-mail: v.tols...@sel

Re: [libvirt-users] virDomainCoreDumpWithFormat files created as root

2015-11-18 Thread Michal Privoznik
On 08.11.2015 12:43, noxdafox wrote: > I've been spending a bit of time looking into libvirt's code and I > believe this is not implemented as Daniel first said. > > The issue is in the qemuOpenFileAs function in src/qemu/qemu_driver.c > which ignores the dynamic ownership flag and does not set co