[DRBD-user] Status

Michael Turner michael_turner at web.de
Tue Apr 21 09:37:37 CEST 2009

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


Hello, I have got a weird problem again and don't know what to do.
Server1 is primary, Server2 secondary.

I reboot Server1.
While it's rebooting, Server2 becomes primary for a very short time, but turns secondary until Server1 is up again.
The status switches again for a short time to Server1 - primary, Server2 - secondary. 
After a few seconds both Servers are secondary.

Could you please give me some advice?

My current drbd.conf:
###########################################

resource drbd-resource-0 {

        protocol C;

handlers {
        pri-on-incon-degr "halt -f";
        split-brain "/usr/lib/drbd/notify-split-brain.sh root";
}
        disk {
                on-io-error detach;
        }
net {
after-sb-0pri discard-least-changes;
        }
startup {
        become-primary-on Server1;
}




syncer {
        rate 10M;
}

on Server1 {
        device /dev/drbd0;
        disk /dev/md4;
        address 10.0.0.214:7789;
        flexible-meta-disk internal;
}

on Server2 {
        device /dev/drbd0;
        disk /dev/md4;
        address 10.0.0.215:7789;
        meta-disk internal;
}
}
##############################################
______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de




More information about the drbd-user mailing list