
Tal Nisan has submitted this change and it was merged. Change subject: core: Restore snapshot should handle Cinder snapshot. ...................................................................... core: Restore snapshot should handle Cinder snapshot. When a Cinder snapshot gets commited, the redundant volumes and snapshots should be deleted. Since the Cinder volume chain is different than the image volume chain, it is neccessery to filter out the relevant snapshots to delete separately than how it is being done today with images. Change-Id: Ibe1808974c467ab910d03e450d83490f0ee0fc56 Bug-Url: https://bugzilla.redhat.com/1256048 Signed-off-by: Maor Lipchuk <mlipchuk@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestoreAllSnapshotsCommand.java 1 file changed, 32 insertions(+), 14 deletions(-) Approvals: Tal Nisan: Passed CI tests Daniel Erez: Looks good to me, approved Maor Lipchuk: Verified -- To view, visit https://gerrit.ovirt.org/50059 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibe1808974c467ab910d03e450d83490f0ee0fc56 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>