Omer Frenkel has submitted this change and it was merged.
Change subject: core: fix removing snapshot's memory on remove vm
......................................................................
core: fix removing snapshot's memory on remove vm
On remove VM, the memory volumes in snapshots are removed after the
snapshots of the VM are removed, so the memory volumes should be
removed if no other snapshot use them (instead of checking whether
there's one snapshot that use them).
Change-Id: I500d1abb1b040887a595a58f1797eb19b82189db
Bug-Url:
https://bugzilla.redhat.com/960931
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Omer Frenkel: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/16092
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I500d1abb1b040887a595a58f1797eb19b82189db
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server