Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi Philipp,
Below is my config file, I have done what you suggest in your previous
email "Comment out max-buffers" and that
appears to work fine !!!
resource drbd0 {
protocol C;
incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep
60 ; halt -f";
on uklnx03 {
device /dev/drbd0;
disk /dev/cciss/c0d1p1;
address 192.168.100.30:7788;
meta-disk /dev/cciss/c0d2p1 [0];
}
on uklnx04 {
device /dev/drbd0;
disk /dev/cciss/c0d1p1;
address 192.168.100.31:7788;
meta-disk /dev/cciss/c0d2p1 [0];
}
net {
timeout 60;
connect-int 10;
ping-int 10;
max-buffers 4096; <------ Now commented out on
working system
max-epoch-size 2048;
ko-count 4;
on-disconnect reconnect;
}
disk {
on-io-error detach;
}
syncer {
rate 90M;
group 1;
al-extents 257;
}
startup {
degr-wfc-timeout 120;
}
}
Regards
Kevin
Email: Kevin.Izzet at nsc.com
"Philipp Reisner" <philipp.reisner at linbit.com>
Sent by: drbd-user-bounces at lists.linbit.com
30/11/2004 12:58
To: drbd-user at lists.linbit.com
cc:
Subject: Re: [DRBD-user] Upgrade issues from 0.7.5 to 0.7.6
Maybe it would help if you would post your config file.
_______________________________________________
drbd-user mailing list
drbd-user at lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-user
*************************************************************************************
This email may contain confidential and privileged material for the sole
use of the intended recipient. Any review, use, distribution or disclosure
by others is prohibited. If you are not the intended or authorised
recipient please contact the sender by reply email and delete all copies
of this message
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20041130/026998fb/attachment.htm>