
Eli Mesika has submitted this change and it was merged. Change subject: core: Host can not be restarted by ...(#852464) ...................................................................... core: Host can not be restarted by ...(#852464) Host can not be restarted by Power Management if not in maintenance status https://bugzilla.redhat.com/show_bug.cgi?id=852464 Adding a condition to StopVdsCommand canDoAction to perform the Host status check only if Stop was activated as a single command and not as part of the Restart implementation which is Stop->Wait for Status to be off->Start->Wait for Status to be on Change-Id: I19a0bf8ace353047274290f309fd0468d6e9c8b7 Signed-off-by: Eli Mesika <emesika@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/StopVdsCommand.java 1 file changed, 7 insertions(+), 4 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7559 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I19a0bf8ace353047274290f309fd0468d6e9c8b7 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server