Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi guys,
i've just installed drbd 0.6.10 on my fedora fc1...i'm new to drbd and i
have problems when i shutdown the primary... it fails shutting down drbd
service with "syncer send failed" error and it doesn't shutdown at all (it
waits a long time)...meanwhile the secondary one will not start drdb service.
This is my drbd.conf:
resource drbd0 {
protocol = C
fsckcmd = fsck.ext3 -p -y
disk {
do-panic
disk-size = 35278540k
}
net {
sync-min = 500k
sync-max = 100M # maximal average syncer bandwidth
tl-size = 5000 # transfer log size, ensures strict write ordering
timeout = 60 # unit: 0.1 seconds
connect-int = 10 # unit: seconds
ping-int = 10 # unit: seconds
ko-count = 4 # if
}
on proxynode1 {
device = /dev/nb0
disk = /dev/sdb1
address = 172.32.254.1
port = 7788
}
on proxynode2 {
device = /dev/nb0
disk = /dev/sdb1
address = 172.32.254.2
port = 7788
}
}
Any ideas?
Thanks
Riccardo