Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
[root at build294 root]# cat /proc/drbd
version: 0.6.12 (api:64/proto:62)
0: cs:SyncingAll st:Primary/Secondary ns:10374832 nr:0 dw:0 dr:10375040 pe:1994 ua:0
[=>..................] sync'ed: 8.6% (36887/40316)M
finish: 0:33:31h speed: 19,348 (19,189) K/sec
[root at build294 root]# cat /proc/drbd
version: 0.6.12 (api:64/proto:62)
0: cs:SyncingAll st:Primary/Secondary ns:12126828 nr:0 dw:0 dr:12127020 pe:2086 ua:0
[==>.................] sync'ed: 12.8% (35176/40316)M
finish: 0:31:51h speed: 19,445 (19,210) K/sec
[root at build294 root]# date
Tue Apr 13 14:13:58 CDT 2004
[root at build294 root]#
I rebooted both primary and secondary machine, looks like
the secondary will be 33 minutes later until secondary
finish the sync.
Am I doing something wrong here ?
Following is my configuration.
[root at build294 root]# /etc/init.d/drbd checkconfig
CONF=(\
__hash__34 \
'drbd0:protocol' 'C' \
'drbd0:fsckcmd' 'fsck -p -y' \
'drbd0:disk' ' --do-panic --disk-size=41284288' \
'drbd0:net' ' --sync-nice=1 --sync-min=40960k --sync-max=81920k --tl-size=5000 --timeout=60 --connect-int=10 --ping-int=10 --ko-count=4' \
'drbd0:on build294:device' '/dev/nb0' \
'drbd0:on build294:disk' '/dev/cciss/c0d0p2' \
'drbd0:on build294:address' '192.168.1.1' \
'drbd0:on build294:port' '7788' \
'drbd0:HOSTS' ' build294 build293 ' \
'drbd0:on build293:device' '/dev/nb0' \
'drbd0:on build293:disk' '/dev/cciss/c0d0p2' \
'drbd0:on build293:address' '192.168.1.2' \
'drbd0:on build293:port' '7788' \
'drbd0:skip-wait' 'no' \
'drbd0:load-only' 'no' \
'drbd0:inittimeout' '-0' \
'drbd0:incon-degr-cmd' '0' \
)
Configuration seems useable.
If it does not work, you might have found a bug in this script.
[root at build294 root]#
tj