[DRBD-cvs] svn commit by rasto - r2203 - in trunk: scripts tools -
Documentation update
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Thu May 18 17:07:10 CEST 2006
Author: rasto
Date: 2006-05-18 17:07:08 +0200 (Thu, 18 May 2006)
New Revision: 2203
Modified:
trunk/scripts/drbd.conf
trunk/tools/README
Log:
Documentation update
Modified: trunk/scripts/drbd.conf
===================================================================
--- trunk/scripts/drbd.conf 2006-05-18 15:07:04 UTC (rev 2202)
+++ trunk/scripts/drbd.conf 2006-05-18 15:07:08 UTC (rev 2203)
@@ -147,7 +147,11 @@
# communication possibilities of our cluster manager.
# The provided script uses ssh, and is for demonstration/development
# purposis.
- outdate-peer "/usr/lib/drbd/outdate-peer.sh on amd 192.168.22.11 192.168.23.11 on alf 192.168.22.12 192.168.23.12";
+ # outdate-peer "/usr/lib/drbd/outdate-peer.sh on amd 192.168.22.11 192.168.23.11 on alf 192.168.22.12 192.168.23.12";
+ #
+ # Update: Now there is a solution that relies on heartbeat's
+ # communication layers. You should really use this.
+ outdate-peer "/usr/sbin/drbd-peer-outdater";
}
startup {
Modified: trunk/tools/README
===================================================================
--- trunk/tools/README 2006-05-18 15:07:04 UTC (rev 2202)
+++ trunk/tools/README 2006-05-18 15:07:08 UTC (rev 2203)
@@ -10,6 +10,10 @@
chmod o-x drbdmeta
chmod u+s drbdmeta
+chown .haclient drbdsetup
+chmod o-x drbdsetup
+chmod u+s drbdsetup
+
3) Configure Heartbeat to run the DRBD outdate peer daemon
Add these lines to /etc/ha.d/ha.cf
More information about the drbd-cvs
mailing list