Re: blockcommit --pivot does not succeed in conjunction with qemu 5.0.0

2020-05-11 Thread Thomas Stein
On 2020-05-11 08:58, Peter Krempa wrote: On Fri, May 08, 2020 at 13:05:01 +0200, Thomas Stein wrote: Maybe: from 6.3.0 release notes: - qemu: Fix domain restore from a block device When using namespaces, libvirt was unable to restore a domain from a block device because libvirt tried to

Re: blockcommit --pivot does not succeed in conjunction with qemu 5.0.0

2020-05-11 Thread Peter Krempa
On Fri, May 08, 2020 at 13:05:01 +0200, Thomas Stein wrote: > > Maybe: > > from 6.3.0 release notes: > > - qemu: Fix domain restore from a block device > When using namespaces, libvirt was unable to restore a domain from a > block device because libvirt tried to relabel the device inside the

Re: blockcommit --pivot does not succeed in conjunction with qemu 5.0.0

2020-05-08 Thread Thomas Stein
Maybe: from 6.3.0 release notes: - qemu: Fix domain restore from a block device When using namespaces, libvirt was unable to restore a domain from a block device because libvirt tried to relabel the device inside the namespace while QEMU was given FD to the block device in the host. ch