Re: [libvirt] [PATCH] storage_backend_rbd: continue searching when failing in rbd_diff_iterate

2016-09-13 Thread John Ferlan
On 09/05/2016 11:45 PM, Chen Hanxiao wrote: > From: Chen Hanxiao > > We try to find a snapshot that had no different between > the current state of RBD image. > If we failed in rbd_diff_iterate, just continue for the > next search iteration. > > Signed-off-by: Chen Hanxiao > --- > src/storag

Re: [libvirt] [PATCH] storage_backend_rbd: continue searching when failing in rbd_diff_iterate

2016-09-12 Thread Chen Hanxiao
At 2016-09-06 11:45:06, "Chen Hanxiao" wrote: >From: Chen Hanxiao > >We try to find a snapshot that had no different between >the current state of RBD image. >If we failed in rbd_diff_iterate, just continue for the >next search iteration. > >Signed-off-by: Chen Hanxiao >--- ping Regards, - Che

[libvirt] [PATCH] storage_backend_rbd: continue searching when failing in rbd_diff_iterate

2016-09-05 Thread Chen Hanxiao
From: Chen Hanxiao We try to find a snapshot that had no different between the current state of RBD image. If we failed in rbd_diff_iterate, just continue for the next search iteration. Signed-off-by: Chen Hanxiao --- src/storage/storage_backend_rbd.c | 7 --- 1 file changed, 4 insertions(