[DRBD-user] Debian init problem

Olivier BATARD obatard at gmail.com
Thu Mar 11 21:47:09 CET 2010

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


Hi,


I've set up two lenny servers with drbd 8.3.7 with the following resource :

resource r1 {
        on debian1 {
                device /dev/drbd0;
                disk    /dev/VG1/lv01;
                address 192.168.5.1:7789;
                meta-disk       internal;
        }
        on debian2 {
                device /dev/drbd0;
                disk /dev/VG01/lv01;
                address 192.168.5.2:7789;
                meta-disk       internal;
        }
}


Each time I'm restarting a node, the following error happens :

block drbd0 : bind before connect failed error = -99

I have to make a /etc/init.d/drbd restart, and all work fine ... I don't know where the error is ... Any ideas ?


Thanks

Olivier


More information about the drbd-user mailing list