
Oved Ourfali has submitted this change and it was merged. Change subject: core: fix reattempt to go to maintenance mechanism ...................................................................... core: fix reattempt to go to maintenance mechanism We used to calculate the time from which we should retry to switch the host to maintenance in case of failure while changing the status of the host from preparing to maintenance to other status. This is wrong. We should calculate it when we set the host's status to preparing to maintenance. Change-Id: I39835028d5696b9e7a3473852ccf5bf70d3d74d4 Bug-Url: https://bugzilla.redhat.com/1110126 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java 1 file changed, 4 insertions(+), 5 deletions(-) Approvals: Omer Frenkel: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/28837 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I39835028d5696b9e7a3473852ccf5bf70d3d74d4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server