
Shahar Havivi has submitted this change and it was merged. Change subject: core: Remove validations when running suspended VM ...................................................................... core: Remove validations when running suspended VM Remove unneeded parts from RunVmValidator for suspended VMs, most checks are irrelevant for this use-case. These checks prevented from resuming VMs which passed the original run validations using run-once options. Change-Id: Ib86e5764187a6ba12b13111392e7f992644368c5 Bug-Url: https://bugzilla.redhat.com/1167374 Signed-off-by: Eldan Shachar <eshachar@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/RunVmValidator.java 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: Eldan Shachar: Verified Shahar Havivi: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/36552 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib86e5764187a6ba12b13111392e7f992644368c5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eldan Shachar <eshachar@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Eldan Shachar <eshachar@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org