svn commit: r319346 - stable/10/release/doc/en_US.ISO8859-1/relnotes
Glen Barber
gjb at FreeBSD.org
Wed May 31 17:42:06 UTC 2017
Author: gjb
Date: Wed May 31 17:42:05 2017
New Revision: 319346
URL: https://svnweb.freebsd.org/changeset/base/319346
Log:
Document r318675, fix the client side krpc from doing TCP
reconnects for ERESTART from sosend().
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Wed May 31 17:42:04 2017 (r319345)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Wed May 31 17:42:05 2017 (r319346)
@@ -366,7 +366,13 @@
<sect2 xml:id="storage-net">
<title>Networked Storage</title>
- <para> </para>
+ <para revision="318675">The <acronym>NFS</acronym> client now
+ properly handles <literal>NFS4ERR_BAD_SESSION</literal> errors
+ received from an <acronym>NFS</acronym> server. Additionally,
+ the kernel <acronym>RPC</acronym> client has been updated to
+ prevent creating new <acronym>TCP</acronym> connections when
+ <literal>ERESTART</literal> is received from
+ &man.sosend.9;.</para>
</sect2>
<sect2 xml:id="storage-zfs">
More information about the svn-src-stable-10
mailing list