Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi All,
I am running DRBD version 8.3.0 on RHEL AS 4.4. When ever I
restart the server1 automatically server2 also restarting. Could you
please advice on this issue?
Please find the drbd.conf.
[root at drbd-one ~]# cat /etc/drbd.conf
common {
syncer {
rate 10M;
}
}
# resource shared on ha2: not ignored, not stacked resource shared {
resource drbd0 {
protocol C;
on drbd-one {
device /dev/drbd0;
disk /dev/sda9;
address ipv4 192.192.192.1:7788;
meta-disk internal;
}
on drbd-two {
device /dev/drbd0;
disk /dev/sda9;
address ipv4 192.192.192.2:7788;
meta-disk internal;
}
# disk {
# fencing resource-and-stonith;
# }
net {
allow-two-primaries;
cram-hmac-alg sha256;
shared-secret DRBD2KVM;
after-sb-0pri discard-least-changes;
after-sb-1pri call-pri-lost-after-sb;
# after-sb-2pri call-pri-lost-after-sb;
# rr-conflict call-pri-lost;
}
disk {
on-io-error pass_on;
}
syncer {
rate 300M;
al-extents 257;
}
startup {
degr-wfc-timeout 120;
become-primary-on both;
}
handlers {
pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f";
}
}
Best regards,
BalReddy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20090908/cc193c27/attachment.htm>