Re: [libvirt] [PATCH 01/12] storage: Remove duplicitous refreshVol in RBD buildVol

2015-10-13 Thread Peter Krempa
On Fri, Oct 09, 2015 at 09:34:00 -0400, John Ferlan wrote: > As of commit id '155ca616' a 'refreshVol' is called after the buildVol > succeeds in storageVolCreateXML, thus the volStorageBackendRBDRefreshVolInfo > call in virStorageBackendRBDBuildVol is no longer necessary. > > Signed-off-by: John

[libvirt] [PATCH 01/12] storage: Remove duplicitous refreshVol in RBD buildVol

2015-10-09 Thread John Ferlan
As of commit id '155ca616' a 'refreshVol' is called after the buildVol succeeds in storageVolCreateXML, thus the volStorageBackendRBDRefreshVolInfo call in virStorageBackendRBDBuildVol is no longer necessary. Signed-off-by: John Ferlan --- src/storage/storage_backend_rbd.c | 3 --- 1 file change