corosync/corosync-start-stop-level.patch
Bin Liu 3a9d60c32f Accepting request 438123 from home:BinLiu:branches:network:ha-clustering:Factory
- upgrade to corosync-2.4.1(bsc#1004967)
  corosync-2.4.1:
    Low: totemsrp: Addition of the log.
    cts: Make it run with pacemaker-1.13+
    Config: Flag config uidgid entries
    Spec: Qdevice require same version of corosync
  corosync-2.4.0:
    qdevice and qnet
    config: get_cluster_mcast_addr error is not fatal
    some typo fixes
  corosync-v2.3.6
    CFG: Prevent CFG orignating messages during SYNC
    wd: fix setting of watchdog timeouts
    votequorum: Don't send multiple callbacks when nodes join
    cfgtool: Display nodeid as unsigned int
    quorum: Display node id as unsigned int.
    Check for fdatasync
    Fix detection of qb_log_thread_priority_set
    totempg: Fix memory leak
    cpg: Memory not unmapped in cpg_zcb_free
    cpg: Handle ipc error in cpg_zcb_alloc/free
    totemconfig: Explicitly pass IP version
    parser: Make config file parser more hierarchy
    logsys: fix TOTEM logging when corosync built out of tree
    wd: make watchdog device configurable
    schedwrk: Cleanup and make it work on PPC BE
    Reapply config defaults corosync.conf reload
    logconfig: Fix logging reload disabling logfiles

- Default token timeout was 5000 ms in SLE 11 SP4, but is 1000 ms in SLE 12(bsc#1001164)

OBS-URL: https://build.opensuse.org/request/show/438123
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=71
2016-11-01 09:46:52 +00:00

60 lines
1.8 KiB
Diff

From b827e7f33fee652a79713d302aa9be56b456fa7d Mon Sep 17 00:00:00 2001
From: Bin Liu <bliu@suse.com>
Date: Wed, 19 Oct 2016 15:59:17 +0800
Subject: [PATCH] modify default run level for corosync daemons
---
init/corosync-qdevice.in | 4 ++--
init/corosync-qnetd.in | 4 ++--
init/corosync.in | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/init/corosync-qdevice.in b/init/corosync-qdevice.in
index 913e033..4949c4e 100755
--- a/init/corosync-qdevice.in
+++ b/init/corosync-qdevice.in
@@ -13,8 +13,8 @@
# Provides: corosync-qdevice
# Required-Start: $corosync
# Required-Stop: $corosync
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3
+# Default-Stop: 1
# Short-Description: Starts and stops Corosync Qdevice daemon.
# Description: Starts and stops Corosync Qdevice daemon.
### END INIT INFO
diff --git a/init/corosync-qnetd.in b/init/corosync-qnetd.in
index 15d30ea..ed73ee0 100755
--- a/init/corosync-qnetd.in
+++ b/init/corosync-qnetd.in
@@ -13,8 +13,8 @@
# Provides: corosync-qnetd
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3
+# Default-Stop: 1
# Short-Description: Starts and stops Corosync Qdevice Network daemon.
# Description: Starts and stops Corosync Qdevice Network daemon.
### END INIT INFO
diff --git a/init/corosync.in b/init/corosync.in
index c93f971..366b5d6 100755
--- a/init/corosync.in
+++ b/init/corosync.in
@@ -14,8 +14,8 @@
# Provides: corosync
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
-# Default-Start:
-# Default-Stop:
+# Default-Start: 3
+# Default-Stop: 1
# Short-Description: Starts and stops Corosync Cluster Engine.
# Description: Starts and stops Corosync Cluster Engine.
### END INIT INFO
--
2.6.6