Thies C. Arntzen wrote:
> Hi,
>
> I’m new here so apologies if this has been answered before.
>
> I have a box that uses ZFS for everything (ubuntu 17.04) and I want to
> create a libvirt pool on that. My ZFS pool is named „big"
>
> So i do:
>
> > zfs create big/zpool
> > virsh pool-define-a
I have used
virsh snapshot-create-as "" --diskspec
"vda,snapshot=external,file=/path/to/external-snapshot" --disk-only
--atomic
to create an external snapshot of a running VM. I followed it with
virsh blockpull --path /path/to/external-snapshot
and monitored it until done. I c
I made a mistake in my original post, --diskspec in snapshot-create-as
should have shown "hda ...".
I also just noticed that 'virsh edit ' has the correct
information (no backing store, only the external snapshot file shown), I
was under the impression that /run/... showed the current state, i
I either haven't searched for the right thing or the web doesn't contain
the answer.
I have used the following to mount an image and now I need to know the
proper way to reverse the process.
qemu-nbd -c /dev/nbd0
vgscan --cache(had to use --cache to get the qemu-nbd volume to
b
Already find it DomainEventRegisterCallbackAny works finen if pass
domain as null (found via wireshark dissector)
2017-04-21 21:40 GMT+03:00 Vasiliy Tolstov :
> Hi! How can i'm subscribe in my app to domain lifecycle messages?
> Does it possible to subscribe for all domains and not just one?
>
> -
Hi! How can i'm subscribe in my app to domain lifecycle messages?
Does it possible to subscribe for all domains and not just one?
--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat