Tal Nisan has submitted this change and it was merged.
Change subject: core: export memory snapshot volumes for diskless vms
......................................................................
core: export memory snapshot volumes for diskless vms
When exporting a diskless vm, the command is ended right away if the vm
doesn't have any disks for export, as no tasks would be created.
The VM might have no disks, but have snapshots that contain memory
snapshots, those memory volumes need to be exported as well otherwise the
export data would be partial only.
Change-Id: Ie8afa364925dc8a8cdfc1f64939a6f28945fe043
Signed-off-by: Liron Aravot <laravot(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Tal Nisan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/20478
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie8afa364925dc8a8cdfc1f64939a6f28945fe043
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <laravot(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Liron Ar <laravot(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server