forked from pool/corosync
2b389892e9
- qdevice failed to run(bsc#1074276) Added: 0010-qdevice-mv-free-str-after-port-validation.patch - add support for corosync-qdevice in yast2-cluster and bootstrap(bsc#1070961) Added: 0009-add-config-for-corosync-qnetd.patch OBS-URL: https://build.opensuse.org/request/show/561082 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=128
12 lines
629 B
Diff
12 lines
629 B
Diff
--- corosync-2.4.3.orig/init/corosync-qnetd.sysconfig.example 2017-09-21 23:14:59.000000000 +0800
|
|
+++ corosync-2.4.3/init/corosync-qnetd.sysconfig.example 2017-12-27 13:39:01.024262758 +0800
|
|
@@ -3,7 +3,7 @@
|
|
# COROSYNC_QNETD_OPTIONS specifies options passed to corosync-qnetd command
|
|
# (default is no options).
|
|
# See "man corosync-qnetd" for detailed descriptions of the options.
|
|
-COROSYNC_QNETD_OPTIONS=""
|
|
+COROSYNC_QNETD_OPTIONS="-4 -l 0.0.0.0 -p 5403 -s off"
|
|
|
|
# COROSYNC_QNETD_RUNAS specifies user under which qnetd daemon should be running
|
|
# (not set or empty is default and means "user who executes init script")
|