svn commit: r336177 - head/usr.sbin/pnfsdskill
Rick Macklem
rmacklem at FreeBSD.org
Tue Jul 10 18:44:45 UTC 2018
Author: rmacklem
Date: Tue Jul 10 18:44:44 2018
New Revision: 336177
URL: https://svnweb.freebsd.org/changeset/base/336177
Log:
Document the "-f" option added to pnfsdskill(8) by r336176.
This is a content change.
Modified:
head/usr.sbin/pnfsdskill/pnfsdskill.8
Modified: head/usr.sbin/pnfsdskill/pnfsdskill.8
==============================================================================
--- head/usr.sbin/pnfsdskill/pnfsdskill.8 Tue Jul 10 18:41:16 2018 (r336176)
+++ head/usr.sbin/pnfsdskill/pnfsdskill.8 Tue Jul 10 18:44:44 2018 (r336177)
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 9, 2018
+.Dd July 9, 2018
.Dt PNFSDSKILL 8
.Os
.Sh NAME
@@ -32,6 +32,7 @@
disables a pNFS data storage server (DS)
.Sh SYNOPSIS
.Nm
+.Op Fl f
.Ar mounted-on-DS-dir
.Sh DESCRIPTION
The
@@ -42,6 +43,18 @@ may use this command on the metadata server (MDS) to d
This command must be used on the MDS and the
.Ar mounted-on-DS-dir
must be the exact pathname used when mounting the DS on the MDS.
+Normally this command will fail if there is no valid mirror for the DS
+available.
+.Pp
+The following option is available:
+.Bl -tag -width Ds
+.It Fl f
+This option forces the DS to be disabled even if there is no valid mirror
+for the DS available.
+It should only be used to allow the
+.Xr nfsd 8
+threads to be terminated.
+.El
.Pp
If this command fails with
.Dq Device not configured
More information about the svn-src-head
mailing list