]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storagefile: Clarify docs for '@report_broken' of virStorageFileGetMetadata
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 Aug 2019 09:28:03 +0000 (11:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 26 Aug 2019 11:49:17 +0000 (13:49 +0200)
commit46135dd40fbe112211c4ed7f6d9a6cc7b4001af1
treec7b5202083eddda7998af8d67e2bfc35d0a735fa
parent9467c37e963f9a68db0b6a32ccb331fbdc2664ae
util: storagefile: Clarify docs for '@report_broken' of virStorageFileGetMetadata

virStorageFileGetMetadata does not report error if we can't interrogate
the file somehow. Clarify this in the description of the @report_broken
flag as it implies we should report an error in that case. The problem
is that we don't know whether there's a problem and unfortunately just
offload it to qemu.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virstoragefile.c