Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I'm no CentOS 5, using the drbd packages from them (8.0.4 I believe)
The beginning of my drbd.conf contains.
|common {
| syncer { rate 200M; }
| protocol C;
|
| startup {
| degr-wfc-timeout 5; # 5 seconds.
| wfc-timeout 5;
| }
On a machine boot, it seems the drbd init.d script wants to
wait forever because of the call to 'drbdadm wait-con-int'
The output from that syas the degr-wfc-timeout and wfc-timeouts
are '0'.
What's going on?