[DRBD-cvs] scripts by lars; spel cehck :) example config by Helmut W...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Mon, 17 May 2004 17:01:59 +0200 (CEST)
DRBD CVS committal
Author : lars
Project : drbd
Module : scripts
Dir : drbd/scripts
Modified Files:
Tag: rel-0_7-branch
drbd.conf
Log Message:
spel cehck :) example config by Helmut Wolmersdorfer
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/scripts/drbd.conf,v
retrieving revision 1.5.2.13
retrieving revision 1.5.2.14
diff -u -3 -r1.5.2.13 -r1.5.2.14
--- drbd.conf 26 Apr 2004 08:36:29 -0000 1.5.2.13
+++ drbd.conf 17 May 2004 15:01:54 -0000 1.5.2.14
@@ -9,7 +9,7 @@
# you probably want to set the rate in the syncer sections
#
# increase timeout and maybe ping-int in net{}, if you see
-# problems with "conection lost/connection enabled"
+# problems with "connection lost/connection established"
# (or change your setup to reduce network latency; make sure full
# duplex behaves as such; check average roundtrip times while
# network is saturated; and so on ...)
@@ -19,7 +19,7 @@
# Upgrading from DRBD-0.6.x
#
# Using the size parameter in the disk section (was disk-size) is
-# no longer recommended, since the agreed disk size is now stored
+# no longer valid. The agreed disk size is now stored
# in DRBD's non volatile meta data files.
#
# NOTE that if you do not have some dedicated partition to use for
@@ -34,7 +34,7 @@
skip {
As you can see, you can also comment chunks of text
- with a 'skip[optional nonsense]{ skiped text }' section.
+ with a 'skip[optional nonsense]{ skipped text }' section.
This comes in handy, if you just want to comment out
some 'resource <some name> {...}' section:
just precede it with 'skip'.
@@ -115,7 +115,7 @@
startup {
# Wait for connection timeout.
- # The init script blocks the boot process untill the resources
+ # The init script blocks the boot process until the resources
# are connected.
# In case you want to limit the wait time, do it here.
#
@@ -138,15 +138,6 @@
# continues in disk less mode.
#
on-io-error detach;
-
- # the device size in bytes, default unit is k (1 block == 1024 bytes)
- # should be the minimum of the sizes of the lower level devices of
- # the nodes.
- # Since DRBD-0.7 it is recommended to _not_ use this parameter.
- #
- # NOTE: I made this an error in drbdadm_scanner.fl! --lge
- #
- # size 1G;
}
net {
@@ -163,7 +154,7 @@
# Maximal number of requests (4K) to be allocated by DRBD.
# The minimum is hardcoded to 32 (=128 kb).
- # For hight performace installations it might help if you
+ # For hight performance installations it might help if you
# increase that number. These buffers are used to hold
# datablocks while they are written to disk.
#
@@ -182,7 +173,7 @@
# All devices in one group are resynchronized parallel.
# Resychronisation of groups is serialized in ascending order.
- # Put DRBD resources which are on different physical disks in on goup.
+ # Put DRBD resources which are on different physical disks in on group.
# Put DRBD resources on one physical disk in different groups.
#
group 1;
@@ -192,7 +183,7 @@
# runs @ 10MB/sec, all resync after a primary's crash will last
# 1GB / ( 10MB/sec ) ~ 102 seconds ~ One Minute and 42 Seconds.
# BTW, the hash algorithm works best if the number of al-extents
- # is prime. (To test the wost case performace use a power of 2)
+ # is prime. (To test the worst case performace use a power of 2)
al-extents 257;
}
@@ -204,7 +195,7 @@
# meta-disk is either 'internal' or '/dev/ice/name [idx]'
#
- # You can use a singe block device to store meta-data
+ # You can use a single block device to store meta-data
# of multiple DRBD's.
# E.g. use meta-disk /dev/hde6[0]; and meta-disk /dev/hde6[1];
# for two different resources. In this case the meta-disk
@@ -246,7 +237,7 @@
}
syncer {
rate 4M;
- group 1; # sync concurently with r0
+ group 1; # sync concurrently with r0
}
on amd {