Maor Lipchuk has posted comments on this change. Change subject: core: Deprecate broken snapshots upgrade script ......................................................................
Patch Set 3: (1 comment) http://gerrit.ovirt.org/#/c/27681/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TryBackToAllSnapshotsOfVmCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TryBackToAllSnapshotsOfVmCommand.java: Line 276: return false; Line 277: } Line 278: Line 279: DiskImagesValidator diskImagesToPreviewValidator = new DiskImagesValidator(getImagesToPreview()); Line 280: if (!validate(diskImagesToPreviewValidator.diskImagesNotIllegal()) || > It'll require to amend the validator to get a customized message. Don't thi now the user will get the same message which says: "...The following attached disks are in ILLEGAL status: ${diskAliases}...." but the disks will appear as OK in the GUI since the status only reflects the active image. Maybe add a different validation specifically for that, but I don't mind that it will be in another patch Line 281: !validate(diskImagesToPreviewValidator.diskImagesNotLocked())) { Line 282: return false; Line 283: } Line 284: -- To view, visit http://gerrit.ovirt.org/27681 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia91153b1c3c363bca2d947974e6a67c459dba008 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Liron Ar <lara...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches