]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Avoid mangling paths of non-local filesystems when looking up
authorPeter Krempa <pkrempa@redhat.com>
Tue, 25 Feb 2014 14:51:15 +0000 (15:51 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 5 Mar 2014 08:20:05 +0000 (09:20 +0100)
commit7fb3902b0f6649c6d919566bff2c8ec0dd83d2d6
tree6dc57deb12bce2836711efafcfea8663b919f744
parent429bf2534c0c06bf653557e192fe861d870880dc
storage: Avoid mangling paths of non-local filesystems when looking up

When looking up a volume by path on a non-local filesystem don't use the
"cleaned" path that might be mangled in such a way that it will differ
from a path provided by a storage backend.

Skip the cleanup step for gluster, sheepdog and RBD.
src/storage/storage_driver.c