[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] external snapshots freezes block device since qemu 2.8
From: |
Kashyap Chamarthy |
Subject: |
Re: [Qemu-devel] external snapshots freezes block device since qemu 2.8 |
Date: |
Fri, 10 Mar 2017 15:49:28 +0100 |
User-agent: |
Mutt/1.6.0.1 (2016-04-01) |
On Thu, Mar 09, 2017 at 11:11:09AM +0100, Piotr Rybicki wrote:
> Hello there.
>
> I discovered, that since qemu 2.8 , external snapshots (very similar to:
> http://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit),
When I wrote this Wiki page, I tested it only with regular QCOW2 files
on EXT4 file system.
> freezes block device after:
>
> # virsh blockcommit (...)
>
> There is no error message after completion of the command above.
> I'm using gluster + ZFS fuse mount as a storage for a VM on gentoo.
> libvirt debug showed nothing helpful.
> With qemu <2.8 -: snapshots are working as expected.
>
> Is this a known issue?
> Is it qemu or libvirt ?
>
> If it helps, how can i diagnose this further?a
To see what libvirt is sending to QEMU, you can enable the debug log
filters, which can give some clue:
- In /etc/libvirt/libvirtd.conf, set these config attributes
log_filters="1:libvirt 1:qemu 1:conf 1:security 3:event 3:json 3:file
3:object 1:util"
log_outputs="1:file:/var/log/libvirt/libvirtd.log"
- Restart libvirtd:
$ systemctl restart libvirtd
- Perform your `blockcommit` test.
PS: A gentle reminder -- when reporting upstream, you'll likely better
help if you at least test with the latest releases (libvirt-3.1.0, and
QEMU 2.8), if not from Git.
[...]
--
/kashyap
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), (continued)
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Jason Wang, 2017/03/08
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Thomas Huth, 2017/03/09
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Jason Wang, 2017/03/09
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Yongbok Kim, 2017/03/09
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Jason Wang, 2017/03/10
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Peter Maydell, 2017/03/10
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Thomas Huth, 2017/03/10
- Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Yongbok Kim, 2017/03/10
- [Qemu-devel] external snapshots freezes block device since qemu 2.8, Piotr Rybicki, 2017/03/09
- Re: [Qemu-devel] external snapshots freezes block device since qemu 2.8, Dr. David Alan Gilbert, 2017/03/09
- Re: [Qemu-devel] external snapshots freezes block device since qemu 2.8,
Kashyap Chamarthy <=
- Re: [Qemu-devel] external snapshots freezes block device since qemu 2.8, Piotr Rybicki, 2017/03/10
Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Daniel P. Berrange, 2017/03/08
Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), Kevin Wolf, 2017/03/09
Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces), John Snow, 2017/03/24