Martin Peřina has posted comments on this change. Change subject: core: Skip fencing if host has connectivity issues ......................................................................
Patch Set 18: (1 comment) http://gerrit.ovirt.org/#/c/31303/18/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/FencingPolicy.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/FencingPolicy.java: Line 22: Line 23: public FencingPolicy(FencingPolicy fencingPolicy) { Line 24: if (fencingPolicy == null) { Line 25: skipFencingIfSDActive = false; Line 26: skipFencingIfConnectivityBroken = false; Here should also be set: hostsWithBrokenConnectivityThreshold = 50; Line 27: } else { Line 28: skipFencingIfSDActive = fencingPolicy.skipFencingIfSDActive; Line 29: skipFencingIfConnectivityBroken = fencingPolicy.skipFencingIfConnectivityBroken; Line 30: hostsWithBrokenConnectivityThreshold = fencingPolicy.hostsWithBrokenConnectivityThreshold; -- To view, visit http://gerrit.ovirt.org/31303 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7a9c7db43b50421414ce9596137767b00cbfc2ae Gerrit-PatchSet: 18 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Martin Peřina <mper...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@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