Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi, On 03/08/2012 03:30 PM, Scot Kreienkamp wrote: > Question 1: I set DRBD on each node to start automatically and to mount > /dev/drbd1 from fstab. Is that the correct way to do things? This is > in a lab instance just to learn about DRBD, I don't want to mess with > Pacemaker, Heartbeat, or anything like that right now. Manual failover > is ok for now. that's perfectly fine. > adjust net: drbd0:failed(connect:20) > > ] > > > > Which makes things seem like a network problem. Indeed. Your provided info so far is pretty good, what would be even more helpful are kernel logs at the time of failure. One question to rule out the obvious: > on retv3130.na.lzb.hq { > > device /dev/drbd1; > > disk /dev/mapper/vg_linuxtemplate-NFS; > > address 10.170.1.221:7789; > > meta-disk internal; > > } > > on retv3131.na.lzb.hq { > > device /dev/drbd1; > > disk /dev/mapper/vg_linuxtemplate-NFS; > > address 10.170.1.222:7789; > > meta-disk internal; > > } Are these addresses indeed present on the respective machines? Cheers, Felix