Fix a typo plus add a couple of sentences to pnfsserver.4.

This is a content change.
This commit is contained in:
rmacklem 2018-08-09 00:15:28 +00:00
parent e9c9670c19
commit 2b4ad36a11

View File

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 5, 2018
.Dd August 8, 2018
.Dt PNFSSERVER 4
.Os
.Sh NAME
@ -366,9 +366,18 @@ 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.
.Pp