Re: [libvirt] [PATCH] storage: Fix storage_backend probing when PARTED not installed.

2017-01-10 Thread Peter Krempa
On Tue, Jan 10, 2017 at 10:20:11 -0500, John Ferlan wrote: > Commit id 'a48c674f' caused problems for systems without PARTED installed. > > So move the PARTED probing code back to storage_backend_disk.c and create > a shim within storage_backend.c to call it if WITH_STORAGE_DISK is true; >

[libvirt] [PATCH] storage: Fix storage_backend probing when PARTED not installed.

2017-01-10 Thread John Ferlan
Commit id 'a48c674f' caused problems for systems without PARTED installed. So move the PARTED probing code back to storage_backend_disk.c and create a shim within storage_backend.c to call it if WITH_STORAGE_DISK is true; otherwise, just return -1 with the error. Signed-off-by: John Ferlan