06c079cd15
- Add calls to missing object_find_destroy() to fix mem leaks - Free mem allocated by getaddrinfo - corosync.conf.example: change bindnetaddr, mcastaddr, add comments - Store error str if can't open logfile - Wait for corosync-notifyd exit in init script - iba: Use configured node id - Unlink shm buffers if init fails - Fix memory leaks when nss fails - Madvise NOSYNC flag only if available - Include net/if_var.h header only when needed - Include stdint.h because funcs uses int16_t - Use install instead of cp - Don't unlock mutex in different threads - Revert "Use install instead of cp" - Add support for per OS CP flags - Remove cloned lines in main of main.c - Fixed bug when corosync receive JoinMSG in OPERATIONAL state - Correct nodeid of token when we retransmit it - Correct nodeid in memb_state_commit_token_send function OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=18
14 lines
472 B
Diff
14 lines
472 B
Diff
Index: corosync-1.4.3/conf/corosync.conf.example
|
|
===================================================================
|
|
--- corosync-1.4.3.orig/conf/corosync.conf.example
|
|
+++ corosync-1.4.3/conf/corosync.conf.example
|
|
@@ -69,7 +69,7 @@ logging {
|
|
# Log messages with time stamps. When in doubt, set to on
|
|
# (unless you are only logging to syslog, where double
|
|
# timestamps can be annoying).
|
|
- timestamp: on
|
|
+ timestamp: off
|
|
logger_subsys {
|
|
subsys: AMF
|
|
debug: off
|