RAID1 on 2.5.27 - bug in close_sync?

Roe Peterson (roe@liveglobalbid.com)
Tue, 23 Jul 2002 11:02:12 -0600


Running on a linux 7.3 full distro, installed the 2.5.27 kernel.

It seems that, if the root filesystem is running on /dev/md0,
and a resync happens, there is a bug in drivers/md/raid1.c at
line 648:

if (waitqueue_active(&conf->wait_resume)) BUG();

Needless to say, the BUG happens. As a result, the md0
raid1 array is never marked clean.

Any ideas?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/