[DRBD-cvs] svn commit by phil - r2755 - trunk/scripts -
systq-triggers are lower case letters...
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Thu Feb 15 15:01:24 CET 2007
Author: phil
Date: 2007-02-15 15:01:21 +0100 (Thu, 15 Feb 2007)
New Revision: 2755
Modified:
trunk/scripts/drbd.conf
Log:
systq-triggers are lower case letters...
Modified: trunk/scripts/drbd.conf
===================================================================
--- trunk/scripts/drbd.conf 2007-02-14 15:07:43 UTC (rev 2754)
+++ trunk/scripts/drbd.conf 2007-02-15 14:01:21 UTC (rev 2755)
@@ -122,17 +122,17 @@
handlers {
# what should be done in case the node is primary, degraded
# (=no connection) and has inconsistent data.
- pri-on-incon-degr "echo O > /proc/sysrq-trigger ; halt -f";
+ pri-on-incon-degr "echo o > /proc/sysrq-trigger ; halt -f";
# The node is currently primary, but lost the after split brain
# auto recovery procedure. As as consequence it should go away.
- pri-lost-after-sb "echo O > /proc/sysrq-trigger ; halt -f";
+ pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f";
# In case you have set the on-io-error option to "call-local-io-error",
# this script will get executed in case of a local IO error. It is
# expected that this script will case a immediate failover in the
# cluster.
- local-io-error "echo O > /proc/sysrq-trigger ; halt -f";
+ local-io-error "echo o > /proc/sysrq-trigger ; halt -f";
# Commands to run in case we need to downgrade the peer's disk
# state to "Outdated". Should be implemented by the superior
More information about the drbd-cvs
mailing list