Raid1 bug in 2.5.26?
From: Roe Peterson <hidden>
Date: 2002-07-19 16:12:46
From: Roe Peterson <hidden>
Date: 2002-07-19 16:12:46
I'm a total newbie here, but...
I've just installed 2.5.26 on a redhat 7.3 distribution, and I've got a
problem with raid1.
The raid1 array is the root file system, on /dev/hda1 and /dev/hdb1.
It boots, runs the raid1 resync correctly, and bombs at the very end of
the resync at
line 655 in drivers/md/raid1.c:
if (waitqueue_active(&conf->wait_resume)) BUG();
The BUG happens...
I hesitate to simply comment this code out. Anyone out there run into
this yet?
Thanks.