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 a two-node cluster with two identical configured ressources. The first resource (r0) works like a charm, r1 gets "PingAck did not arrive in time" after 30min. maximum which results in a split-brain situation. I'm using DRBD 8.3.10 with kernel 2.6.32 on a debian squeeze using proxmox for virtualization. The connection between the two nodes is bonding device built out of two Intel e1000 cards. Here's the resource definition of my drbd.conf resource r0 { protocol C; disk { no-md-flushes; no-disk-flushes; no-disk-barrier; } on vm01 { device /dev/drbd0; disk /dev/sdb1; address 10.254.1.101:7780; meta-disk internal; } on vm02 { device /dev/drbd0; disk /dev/sdb1; address 10.254.1.102:7780; meta-disk internal; } } resource r1 { protocol C; disk { no-md-flushes; no-disk-flushes; no-disk-barrier; } on vm01 { device /dev/drbd1; disk /dev/sdc2; address 10.254.1.101:7781; meta-disk internal; } on vm02 { device /dev/drbd1; disk /dev/sdc2; address 10.254.1.102:7781; meta-disk internal; } } any help anyone? regards Lukas -- -------------------------- software security networks Lukas Gradl <proxmox#ssn.at> Eduard-Bodem-Gasse 6 A - 6020 Innsbruck Tel: +43-512-214040-0 Fax: +43-512-214040-21 --------------------------