]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Remove detected authentication data for backing chains
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Feb 2018 13:12:23 +0000 (14:12 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 14 Feb 2018 15:04:46 +0000 (16:04 +0100)
commit28a36fe2ce2e88b45e6d960f113706e1c2732586
treeeb012a013204032a7d114451613929e457d15621
parent431e73660e4aa2aa1ba7db2e3345c12d8e10c4f6
util: storage: Remove detected authentication data for backing chains

We can't really detect all the authentication data in a sane manner for
disk backing chains. Since the old RBD parser parses it in some cases as
the argv->XML convertor requires it, we can't just drop it.

Instead clear any detected authentication data in the code paths related
to disk backing chain lookup and fix the tests to cope with the change.

https://bugzilla.redhat.com/show_bug.cgi?id=1544659

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/util/virstoragefile.c
tests/virstoragetest.c