Subject: Re: pr/25138 call for testing of automatic ffs1 superblock repair
To: None <tech-kern@netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: tech-kern
Date: 04/18/2004 00:18:22
I have received one successful testing report and my testing
only uncovered a kernel bug which I have since fixed.
Therefore, I have enabled the rc.d/fixsb script in -current.
Please test. If you notice problems, please report them.
I plan to request this to be pulled up to the 2.0 branch within a day
or two since it will mostly be an issue affecting people upgrading
their systems. I would like to have more confidence boosting feedback
before I endanger the release.
Even a report of the form, "I saw the boot message `Checking for
botched superblock upgrades:' and didn't notice any problems"
is useful feedback.
Thanks,
Darrin
"Darrin B. Jewell" <dbj@netbsd.org> writes:
> I'm looking for interested volunteers to test automated fixing of the
> botched ffs1 superblock problem. Specifically, I would like
> additional testing of using fsck_ffs -c3 to downgrade a fslevel 4
> filesystem to an fslevel 3 filesystem which can be used on 1.6.2
>
> Addtionally, to support users who desire to upgrade their systems
> without console access, I have provided an rc.d script in
> src/etc/rc.d/fixsb which will automatically discover and fix the
> botched superblock problem on boot by running both
> fsck_ffs -p -b16 -c4
> fsck_ffs -p -c3
> on affected filesystems. This script is currently untested
> and would benefit from some workout before it is enabled
> in any non-console upgrade.
>
> Please report bugs related to this issue to NetBSD pr 25138.
>
> Thanks,
> Darrin