Martin Peřina has posted comments on this change. Change subject: core: Add config values for host kdump detection ......................................................................
Patch Set 1: (2 comments) http://gerrit.ovirt.org/#/c/27199/1/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java: Line 1718: /** Line 1719: * Defines minimum timeout allowed between one kdump flow finished and new one started for one host (seconds) Line 1720: */ Line 1721: @TypeConverterAttribute(Integer.class) Line 1722: @DefaultValueAttribute("60") > I guess we would want a bigger timeout here, won't we? It's the same value as in http://www.ovirt.org/Fence_kdump#New_standalone_fence_kdump_listener But it's not a problem to raise this timeout. Line 1723: NextKdumpTimeout, Line 1724: Line 1725: /** Line 1726: * Defines the interval between messages sent by fence_kdump_send (seconds) Line 1732: /** Line 1733: * Defines the IP address to receive fence_kdump messages on Line 1734: */ Line 1735: @TypeConverterAttribute(String.class) Line 1736: @DefaultValueAttribute("") > By default do we have the listener or not? (don't remember what we decided If empty, listener will listen on all local interfaces. But I'd like to add module to engine-setup which will allow user to specify IP address and port to use. Line 1737: FenceKdumpListenerHost, Line 1738: Line 1739: /** Line 1740: * Defines the port to receive fence_kdump messages on -- To view, visit http://gerrit.ovirt.org/27199 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4451719415958b21aa421105f4154db4afc755c0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <mper...@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