Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-08-02 18:38:05 +0200
\ Horvath Szabolcs:
> Hello!
>
> > patch to drbdadm attached.
>
> Thanks, I will try out tomorrow, and I'll write the results.
to verify that this was your problem, you could do:
i=1000; while ((i--)); do
cat /proc/drbd
echo -e "==>\t$i\tadjust"
drbdadm adjust r0 || { echo "Oops..."; break; }
cat /proc/drbd
echo -e "==>\t$i\tdown"
drbdadm down r0
done
with what you have now (I expect it to trigger),
then please get a fresh svn checkout,
and do it again ... now it should not trigger again...
Lars Ellenberg
--
please use the "List-Reply" function of your email client.