Daniel Erez has submitted this change and it was merged. Change subject: core: prevent illegal disk on custom preview active snapshot ......................................................................
core: prevent illegal disk on custom preview active snapshot * SnapshotVmConfigurationHelper: avoid marking disks as illegal for a 'PREVIEW' snapshot as it represents previous 'Active VM' state. * SnapshotsManager -> attempToRestoreVmConfigurationFromSnapshot: updating images according the specified list when VmConfiguration is not available - i.e. custom snapshotting to active VM (prevents a possible scenario of missing disks on active VM). Change-Id: I1561107e05de155f9483e1f8a00d2dba3a4ab342 Bug-Url: https://bugzilla.redhat.com/1064067 Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/snapshots/SnapshotVmConfigurationHelper.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/snapshots/SnapshotsManager.java 2 files changed, 12 insertions(+), 2 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/24804 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1561107e05de155f9483e1f8a00d2dba3a4ab342 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
