Comment 3 for bug 1673579

Revision history for this message
Bryan Quigley (bryanquigley) wrote :

In yakkety the log file change is fixed in
$ cat debian/patches/0008-Fix-corosync-log.patch
--- a/pcs/cluster.py
+++ b/pcs/cluster.py
@@ -726,7 +726,7 @@
         quorum_section.add_attribute("two_node", "1")

     logging_section.add_attribute("to_logfile", "yes")
- logging_section.add_attribute("logfile", "/var/log/cluster/corosync.log")
+ logging_section.add_attribute("logfile", "/var/log/corosync/corosync.log")
     logging_section.add_attribute("to_syslog", "yes")

     return str(corosync_conf), messages

I'm going to review other bugs/fixes to see if there is anything else we would want to fix at the same time.