]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: fs: Don't fail volume update if backing store isn't accessible
authorPeter Krempa <pkrempa@redhat.com>
Tue, 15 Jul 2014 12:41:58 +0000 (14:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 Jul 2014 09:42:52 +0000 (11:42 +0200)
commit70120e2f5de21127d9e47b26a02880e74a053760
tree985f16b3198e24f429dba236f848a69073e28d1a
parentdc2943579ff6ba167206b43667b32ecc419da0ac
storage: fs: Don't fail volume update if backing store isn't accessible

When the backing store of a volume wasn't accessible while updating the
volume definition the call would fail altogether. In cases where we
currently (incorrectly) treat remote backing stores as local one this
might lead to strange errors.

Ignore the opening errors until we figure out how to track proper volume
metadata.
src/storage/storage_backend.c