Date: Tue, 10 Jul 2018 18:44:45 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336177 - head/usr.sbin/pnfsdskill Message-ID: <201807101844.w6AIij3d036065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807101844.w6AIij3d036065>