]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't error out if allocation info can't be queried
authorPeter Krempa <pkrempa@redhat.com>
Mon, 22 May 2017 15:44:00 +0000 (17:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Jun 2017 07:40:54 +0000 (09:40 +0200)
commitc245f558369de5eb404e54728bf69ad27942e912
treeff98e95b7c65452778396cff90a042fdd65786a8
parent4fd5c2fbce8306d8d6fb2b7b0803a413d15da0b5
qemu: Don't error out if allocation info can't be queried

qemuDomainGetBlockInfo would error out if qemu did not report
'wr_highest_offset'. This usually does not happen, but can happen
briefly during active layer block commit. There's no need to report the
error, we can simply report that the disk is fully alocated at that
point.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452045
src/qemu/qemu_driver.c