Move the UFS2 by default item from the "must do" to the "testing

required" section.
This commit is contained in:
Robert Watson 2003-04-20 15:08:02 +00:00
parent d27fe41b34
commit c569c1816f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16622

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.7 2003/04/19 15:00:32 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.8 2003/04/19 15:52:01 bmah Exp $">
<!ENTITY title "FreeBSD 5.1 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -123,18 +123,6 @@
chain components should be made into a port.</td>
</tr>
<tr>
<td>UFS2 as installation, newfs default</td>
<td>In progress</td>
<td>&a.rwatson;</td>
<td>Change the installation and newfs(8) default format to UFS2.
In 5.0-RELEASE, UFS2 was optional to improve backward compatibility
and ease experimentation. In 5.1-RELEASE, UFS2 will be the
default due to higher performance, larger maximum capacity, and
access to features such as extended attributes. All tools will
continue to support UFS1.</td>
</tr>
<tr>
<td>Race conditions in truss</td>
<td>Errata candidate</td>
@ -235,6 +223,17 @@
following boot.</td>
</tr>
<tr>
<td>UFS2 as installation, newfs default</td>
<td>In progress</td>
<td>&a.rwatson;</td>
<td>For 5.1-RELEASE, the default file system type for newly created
file systems is UFS2 rather than UFS1. newfs(8) and sysinstall(8)
have been updated to use this new default. Testing to make sure all
goes well after the change (committed on April 20, 2003) is
vital.</td>
</tr>
</table>
&footer;