The 'panic during sysinstall' fix has been committed, so move it down to
the Test list. This empties the show-stopper list =-)
This commit is contained in:
parent
4d1c6b362a
commit
61741c181b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19237
1 changed files with 13 additions and 10 deletions
|
@ -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.2R/todo.sgml,v 1.71 2003/12/08 17:12:46 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.72 2003/12/12 16:10:20 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -29,15 +29,6 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>fsync panic while installing with softupdates enabled</td>
|
||||
<td>&status.new;</td>
|
||||
<td>&a.dwhite;</td>
|
||||
<td>There is a repeatable panic happening for many people while
|
||||
installing 5.2-RC1 when softupdates are enabled on the root
|
||||
partition. Contact Doug White for more information.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for 5.2-RELEASE</h3>
|
||||
|
@ -259,6 +250,18 @@
|
|||
now, but more testinig is needed.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>fsync panic while installing with softupdates enabled</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.dwhite;, &a.jeff;</td>
|
||||
<td>There is a repeatable panic happening for many people while
|
||||
installing 5.2-RC1 when softupdates are enabled on the root
|
||||
partition. This was being triggered by sysinstall doing a
|
||||
forced unmount of devfs while node where still active. VFS has
|
||||
been fixed to deal with this better, and sysinstall has bee
|
||||
fixed to not do the forced unmount.
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue