
16 Jun
2015
16 Jun
'15
9:02 a.m.
On Mon, Jun 15, 2015 at 17:30:36 -0400, John Ferlan wrote:
In order for the glusterfs boolean to be set, the pool->def->type must be VIR_STORAGE_POOL_NETFS, thus the check within virCommandNewArgList whether pool->def->type is VIR_STORAGE_POOL_FS will never be true, so remove it
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/storage/storage_backend_fs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
ACK, Peter