
Tal Nisan has submitted this change and it was merged. Change subject: core: Fix adding Cinder snapshot after commiting previewed snapshot. ...................................................................... core: Fix adding Cinder snapshot after commiting previewed snapshot. Fix the scenario when commiting a Cinder snapshot and after that adding a new Cinder snapshot. The problem is that the volume that is being updated is the basic one instead of the new active volume which has just been commited Change-Id: I9fa2e1f138bd68b0f09d7892c4ab5490f004942f Bug-Url: https://bugzilla.redhat.com/1277469 Signed-off-by: Maor Lipchuk <mlipchuk@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateAllSnapshotsFromVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/CreateCinderSnapshotCommand.java 2 files changed, 5 insertions(+), 3 deletions(-) Approvals: Tal Nisan: Passed CI tests Daniel Erez: Looks good to me, approved Maor Lipchuk: Verified -- To view, visit https://gerrit.ovirt.org/48013 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9fa2e1f138bd68b0f09d7892c4ab5490f004942f Gerrit-PatchSet: 3 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: automation@ovirt.org