[DRBD-cvs] scripts by lars; added sync-group to example config file

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Mon, 26 Jan 2004 12:05:59 +0100 (CET)


DRBD CVS committal

Author  : lars
Project : drbd
Module  : scripts

Dir     : drbd/scripts


Modified Files:
	drbd.conf 


Log Message:
added sync-group to example config file


===================================================================
RCS file: /var/lib/cvs/drbd/drbd/scripts/drbd.conf,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- drbd.conf	28 Nov 2003 08:32:52 -0000	1.9
+++ drbd.conf	26 Jan 2004 11:05:54 -0000	1.10
@@ -14,7 +14,7 @@
 # increase the tl-size if you encounter "tl-size too small!!".
 # 
 # increase timeout and maybe ping-int in net{}, if you see
-# problems with "conection lost/connection enabled"
+# problems with "connection lost/connection enabled"
 # (or change your setup to reduce network latency; make sure full
 #  duplex behaves as such; check average roundtrip times while
 #  network is saturated ...)
@@ -136,6 +136,14 @@
 
     # sync-rate         # _deprecated_ synonym for sync-max
     # sync-nice  = -18  # if synchronization is high priority for you
+
+    # Resynchronization of all devices in one group runs parallel. 
+    # Groups are serialized in ascending order. You should avoid 
+    # that devices which lower devices share one and the same physical 
+    # disk sync in parallel. The default group is 0. I.e. per default 
+    # all devices sync parallel.
+    # sync-group = 1
+
     # sync-min   = 4M   # syncer tries hard to not drop below this rate
     # sync-max   = 100M # if you don't care about network saturation
                         # -max has to be larger than -min, obviously