Daniel Erez has submitted this change and it was merged. Change subject: core: support for partial snapshot creation ......................................................................
core: support for partial snapshot creation Introducing support for creating a snapshot using a specified disks list, i.e. taking a snapshot only on the selected disks. * CreateAllSnapshotsFromVmParameters: ** Added an optional disks list member. * CreateAllSnapshotsFromVmCommand: ** Updated accordingly to handle the specified disks list. * SnapshotManager: ** Added addActiveSnapshot method signature that accepts disks list argument. ** Modified addSnaphot methods accordingly. Feature: http://www.ovirt.org/Features/Single_Disk_Snapshot Change-Id: Ieb7cb389229219bbb0212e3ee58cc45c39727c75 Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateAllSnapshotsFromVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/snapshots/SnapshotsManager.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImagesHandlerTest.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/CreateAllSnapshotsFromVmParameters.java 5 files changed, 227 insertions(+), 14 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/22775 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieb7cb389229219bbb0212e3ee58cc45c39727c75 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
