Tal Nisan has submitted this change and it was merged.
Change subject: core: fix remove snapshot with memory only
......................................................................
core: fix remove snapshot with memory only
Fix removal of snapshot with a memory volume only (and no disks).
RemoveSnapshotCommand -> executeCommand:
invoking 'endVmCommand' manually when no async tasks are
available (i.e. when the snapshot doesn't include any disk)
[current behaviour leaves a locked snapshot in DB].
Change-Id: I95cef37947fd02fb54d8bb5a2014ccbab27dc434
Bug-Url:
https://bugzilla.redhat.com/1189570
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotCommand.java
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Daniel Erez: Verified
Maor Lipchuk: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/37584
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I95cef37947fd02fb54d8bb5a2014ccbab27dc434
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server