Re: [libvirt] [PATCH v3 1/4] storage: Split out the valid path check

2015-04-16 Thread Ján Tomko
On Tue, Apr 07, 2015 at 04:21:00PM -0400, John Ferlan wrote: For virStorageBackendStablePath, in order to make decisions in other code split out the checks regarding whether the pool's target is empty, using /dev, using /dev/, or doesn't start with /dev Signed-off-by: John Ferlan

[libvirt] [PATCH v3 1/4] storage: Split out the valid path check

2015-04-07 Thread John Ferlan
For virStorageBackendStablePath, in order to make decisions in other code split out the checks regarding whether the pool's target is empty, using /dev, using /dev/, or doesn't start with /dev Signed-off-by: John Ferlan jfer...@redhat.com --- src/storage/storage_backend.c | 42