Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
hello.
Isaw a similar situation post:
http://lists.linbit.com/pipermail/drbd-user/2012-April/018144.html.
But my version is 8.4.2,still Sync gets stalled, at 100%.
my config file:
resource res0 {
on dmo152 {
device minor 0;
disk /dev/sp/iscsi_lun_0;
meta-disk internal;
address ipv4 10.192.44.152:7788;
}
on dmo120 {
device minor 0;
disk /dev/sp/iscsi_lun_0;
meta-disk internal;
address ipv4 10.192.45.154:7788;
}
disk {
on-io-error call-local-io-error;
}
net {
protocol C;
allow-two-primaries yes;
after-sb-0pri discard-zero-changes;
after-sb-1pri consensus;
after-sb-2pri call-pri-lost-after-sb;
}
handlers {
split-brain "/etc/drbd.d/repair res0";
after-resync-target "/etc/drbd.d/after-resync-target.sh 0";
out-of-sync "/etc/drbd.d/out-of-sync.sh 0";
pri-lost-after-sb "/etc/drbd.d/pri-lost-after-sb.sh 0";
local-io-error "/etc/drbd.d/local-io-error.sh 0";
before-resync-target "/etc/drbd.d/before-resync-target.sh 0";
}
}
Appreciate any help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20141105/2a7120e4/attachment.htm>