svn commit: r337509 - head/usr.sbin/nfsd

Rick Macklem rmacklem at FreeBSD.org
Thu Aug 9 00:15:30 UTC 2018


Author: rmacklem
Date: Thu Aug  9 00:15:28 2018
New Revision: 337509
URL: https://svnweb.freebsd.org/changeset/base/337509

Log:
  Fix a typo plus add a couple of sentences to pnfsserver.4.
  
  This is a content change.

Modified:
  head/usr.sbin/nfsd/pnfsserver.4

Modified: head/usr.sbin/nfsd/pnfsserver.4
==============================================================================
--- head/usr.sbin/nfsd/pnfsserver.4	Wed Aug  8 22:45:30 2018	(r337508)
+++ head/usr.sbin/nfsd/pnfsserver.4	Thu Aug  9 00:15:28 2018	(r337509)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 5, 2018
+.Dd August 8, 2018
 .Dt PNFSSERVER 4
 .Os
 .Sh NAME
@@ -366,8 +366,17 @@ have the
 .Xr pnfsdscopymr 8
 command done on them to complete the recovery.
 .Bd -literal -offset
-# pnfsdscopymr -r /data3 <file-path-reporetd>
+# pnfsdscopymr -r /data3 <file-path-reported>
 .Ed
+.sp
+If this commmand fails with the error
+.br
+.Dq pnfsdscopymr: Copymr failed for file <path>: Device not configured
+.br
+repeatedly, this may be caused by a Read/Write layout that has not
+been returned.
+The only way to get rid of such a layout is to restart the
+.Xr nfsd 8 .
 .sp
 All of these commands are designed to be
 done while the pNFS service is running and can be re-run safely.


More information about the svn-src-head mailing list