AMD and mountd problems be fixed, so remove from the TODO list for
5.1-RELEASE. Thanks Martin! Submitted by: mbr
This commit is contained in:
parent
47ae754d92
commit
1b2c54c3f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17130
1 changed files with 1 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.54 2003/05/27 20:03:55 scottl Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.55 2003/05/27 20:51:39 bmah Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -115,19 +115,6 @@
|
||||||
will defer the fix to post-5.0 and consider this errata.</td>
|
will defer the fix to post-5.0 and consider this errata.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>amd/mountd bugs</td>
|
|
||||||
<td>patch approved</td>
|
|
||||||
<td>&a.mbr;</td>
|
|
||||||
<td>If amd(8) does mount more than one fs from a host, the second call
|
|
||||||
to mountd on the server gets aborted even if the read does return
|
|
||||||
EAGAIN. This is definitly a bug in the nonblocking rpc code. If truss
|
|
||||||
or ktrace is attached on mountd, the bug happens almost all times,
|
|
||||||
else 3-10 times of 10 trys. Since there have been several reports
|
|
||||||
of amd irregularity on 5.1-BETA, it's important to get this fixed
|
|
||||||
for the release.</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Documentation items that must be resolved for 5.1</h3>
|
<h3>Documentation items that must be resolved for 5.1</h3>
|
||||||
|
|
Loading…
Reference in a new issue