Subject: Re: raidframe parity always dirty after reboot
To: Matthias Buelow <mkb@mukappabeta.de>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: netbsd-users
Date: 04/27/2003 12:25:07
On Sun, Apr 27, 2003 at 04:45:18AM +0200, Matthias Buelow wrote:
> I have NetBSD 1.6.1 on a PC with several raidframe RAIDs
> configured. One RAID is mirroring two disks, is auto-
> configuring and contains the root filesystem. This RAID
> always comes up dirty after a reboot. All other RAIDs
> (I have another 4 disks in an 1+0 RAID) seem to be clean.
> Is this normal or is it a bug? Could it be because the
> root fs or swap is on that RAID? Are there any ill effects
> to that?
Do you have swap on RAID? Do you have
swapoff=YES # Remove block-type swap partitions upon shutdown
in your /etc/rc.conf?
-jm