]> xenbits.xensource.com Git - libvirt.git/commit
qemu: bulk stats: Ignore errors from missing/inaccessible disks
authorPeter Krempa <pkrempa@redhat.com>
Wed, 15 Apr 2015 16:14:30 +0000 (18:14 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 16 Apr 2015 07:24:04 +0000 (09:24 +0200)
commit25aa7035d373ab17eb0ba773ad521e0dbfb7449d
tree3c2773b292daed102f4b44a7ec84245e18213a5d
parent7cf87f750baf6b7f280cb763aa02bdc473c3ec24
qemu: bulk stats: Ignore errors from missing/inaccessible disks

Rather than erroring out make the best attempt to retrieve other data if
disks are inaccessible or missing. The failure will still be logged
though.

Since the bulk stats API is called on multiple domains an error like
this makes the API unusable. This regression was introduced by commit
596a13713420e01b20ce3dc3fdbe06d073682675

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