[DRBD-cvs] svn commit by lars - r2209 - trunk/tools - notes about how to configure drbd to actually use dopd

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Tue May 23 12:26:19 CEST 2006


Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: lars
Date: 2006-05-23 12:26:18 +0200 (Tue, 23 May 2006)
New Revision: 2209

Modified:
   trunk/tools/README
Log:
notes about how to configure drbd to actually use dopd

Modified: trunk/tools/README
===================================================================
--- trunk/tools/README	2006-05-23 09:14:01 UTC (rev 2208)
+++ trunk/tools/README	2006-05-23 10:26:18 UTC (rev 2209)
@@ -22,3 +22,22 @@
 apiauth dopd gid=haclient uid=hacluster
 ---
 
+4) Configure DRBD to use this facility
+   
+   resource rX {
+     ...
+     handlers {
+       ...
+       outdate-peer "/usr/sbin/drbd-peer-outdater";   
+     }
+     disk {
+       ...
+       fencing resource-only;
+       # or
+       # fencing resource-and-stonith;
+       # in case you configure heartbeat to use stonith
+     }
+     ...
+   }
+
+



More information about the drbd-cvs mailing list