
Eli Mesika has submitted this change and it was merged. Change subject: core: fixing dual sequential PM scenario ...................................................................... core: fixing dual sequential PM scenario In case that dual sequential power management cards are defined PM operations attempt to use the first card (primary) first and only if that failed attempt to use the second card (secondary). When the primary card is not defined correctly the secondary PM fails to take place. This patch fixes this issue by insuring that we have a valid proxy host prior to the secondary PM card operation. Change-Id: Id88b22f06241c02f12dbc0efe32eb7f04063ed06 Bug-Url : https://bugzilla.redhat.com/show_bug.cgi?id=1013654 Signed-off-by: Eli Mesika <emesika@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java 1 file changed, 23 insertions(+), 16 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21774 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id88b22f06241c02f12dbc0efe32eb7f04063ed06 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: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server