Package: crmsh / 5.0.0~rc2-1

0011-Fix-scripts-init.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Make cluster init work on Debian
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Last-Update: 2016-11-19
--- a/crmsh/corosync.py
+++ b/crmsh/corosync.py
@@ -37,7 +37,7 @@
 
 logging {
     to_logfile: yes
-    logfile: /var/log/cluster/corosync.log
+    logfile: /var/log/corosync/corosync.log
     to_syslog: yes
     timestamp: on
 }