]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Adjust command arglist for gluster
authorJohn Ferlan <jferlan@redhat.com>
Mon, 15 Jun 2015 21:20:32 +0000 (17:20 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 15 Jun 2015 21:25:47 +0000 (17:25 -0400)
commit257250f764373f1650b675c6b249451acb6eb8d9
tree3d6b0a847cf4284edc91103fc23033bd24a01b37
parent38c94948781c69b5e3abc855cb7e582129766e31
storage: Adjust command arglist for gluster

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
src/storage/storage_backend_fs.c