Mike Kolesnik has uploaded a new change for review. Change subject: core: Add support for import/export of VM snapshots ......................................................................
core: Add support for import/export of VM snapshots Added exporting and importing VM snapshots, which will be saved in a new section in the OVF. The exporting of snapshots is only needed when exporting VM, and not necissarily when saving OVF in other situations (Such as, saving OVF of the VM configuration in a snapshot). ImportVmCommand will handle these snapshots and know to persist them to DB. Change-Id: I6ce8216a3f6c8d5c2f4adf03444a8c2525dc24f9 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java M backend/manager/modules/compat/src/main/java/org/ovirt/engine/core/compat/backendcompat/XmlTextWriter.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmReader.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmWriter.java 7 files changed, 140 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/3036/1 -- To view, visit http://gerrit.ovirt.org/3036 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ce8216a3f6c8d5c2f4adf03444a8c2525dc24f9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
