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
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
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
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