Tal Nisan has submitted this change and it was merged.
Change subject: core: Fetch cinder disk with for loop when committing a snapshot.
......................................................................
core: Fetch cinder disk with for loop when committing a snapshot.
Use a for loop to get the unused Cinder disk for removal when committing
a previewed snapshot instead of using a condition for filtering the image
along with the Cinder disk logic which caused the disk to be removed from
VDSM and throw an error.
Change-Id: Ic4e2c2c9d4cec4be3272acc20a121c45e100aed6
Bug-Url:
https://bugzilla.redhat.com/1256049
Signed-off-by: Maor Lipchuk <mlipchuk(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestoreAllSnapshotsCommand.java
1 file changed, 15 insertions(+), 11 deletions(-)
Approvals:
Tal Nisan: Looks good to me, approved
Jenkins CI: Passed CI tests
Maor Lipchuk: Verified
--
To view, visit
https://gerrit.ovirt.org/50781
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic4e2c2c9d4cec4be3272acc20a121c45e100aed6
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.6
Gerrit-Owner: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>