Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi Lars,
Changed code and restarted drbd, forced a resync of the secondary server,
once
completed I failed over onto the secondary server and the results are the
same.
Failed back to original primary and all ok, ran an fsck.ext3 on both sides
(while device primary on each)
which showed no errors.
Re-created the ext3 file system (mke2fs -j -L drbd0 -b 4096 /dev/drbd0)
and re-created the file structure,
tried a switch but the data is still corrupt......
Regards
Kevin Izzet
Database / Unix / Linux Administrator
Tel: (Code)+44(0)1475 655606
Fax: (Code)+44(0)1475 637755
Email: Kevin.Izzet at nsc.com
"Lars Ellenberg" <Lars.Ellenberg at linbit.com>
Sent by: drbd-user-bounces at lists.linbit.com
31/08/2004 19:04
To: drbd-user at lists.linbit.com
cc:
Subject: Re: [DRBD-user] File data corrupt when I switch Nodes
/ 2004-08-31 16:16:44 +0100
\ Kevin Izzet:
> Hi Lars,
>
> Couldn't get a fresh SVN due to our firewall setup (not locally managed
so
> can't change) so
> I modified the drbd_config.h in the version i have and rebuilt the
modules
> (on both nodes).
well, that does not help.
the version you have does not know about the DRBD_DISABLE_SENPAGE define
yet...
> I then restarted drbd on both nodes and forced a full resync of the
> secondary node, now
> when I try and mount the file system on the secondary node i get the
> following error :-
expected, as it still is the very same situation as before.
nothing has changed.
seemingly we have an issue with 2.4. code.
maybe we just forgot to update some of the endless #if/#endif branches
for 2.4. with fixes that only went into some 2.6. branches.
maybe it is not as easy as that. I don't know yet.
for now, you could simply find in drbd_main.c, in function
_drbd_send_page the line (ca 940) where it says
if ( (page_count(page) < 1) || PageSlab(page) ) {
and replace that with
if ( 1 ) {
thanks.
Lars Ellenberg
--
please use the "List-Reply" function of your email client.
_______________________________________________
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/20040901/28f810a7/attachment.htm>