Re: [libvirt] [PATCHv2 4/7] storage: Avoid mangling paths of non-local filesystems when looking up

2014-03-04 Thread Eric Blake
On 03/03/2014 09:05 AM, Peter Krempa wrote: 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. ---

[libvirt] [PATCHv2 4/7] storage: Avoid mangling paths of non-local filesystems when looking up

2014-03-03 Thread Peter Krempa
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 | 82