Re: [libvirt] [PATCH 1/3] storage: Alter logic when both BLKID and PARTED unavailable

2017-01-13 Thread Peter Krempa
On Fri, Jan 13, 2017 at 07:59:08 -0500, John Ferlan wrote: > If neither BLKID or PARTED is available and we're not writing, then > just return 0 which allows the underlying storage pool to generate > a failur. If both are unavailable and we're writing, then generate failure > a more generic error

[libvirt] [PATCH 1/3] storage: Alter logic when both BLKID and PARTED unavailable

2017-01-13 Thread John Ferlan
If neither BLKID or PARTED is available and we're not writing, then just return 0 which allows the underlying storage pool to generate a failur. If both are unavailable and we're writing, then generate a more generic error message. Signed-off-by: John Ferlan --- src/storage/storage_backend.c | 2