Notiz zum DRBD Split-Brain recovery im primary/primary setup. Nutzung auf eigene Gefahr!
Auf dem nicht aktuellen Node ausführen:
vgchange -a n vmdata # lvm herunterfahren (falls vorhanden)
drbdadm secondary r0 # zu secondary deklarieren
drbdadm -- --discard-my-data connect r0 # eigene Daten ignorieren und zum
# anderen Node verbinden (resync startet)
drbdadm primary r0 # wieder zum primary machen
cat /proc/drbd # status überprüfen
...
0: cs:Connected ro:Primary/Primary ds:UpToDate/UpToDate C r----
ns:0 nr:80464 dw:80456 dr:2248 al:0 bm:89 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:0
Hier steht es auch nochmal offiziell.