From owner-svn-src-all@freebsd.org Sun Apr 19 02:27:22 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0A762B7317; Sun, 19 Apr 2020 02:27:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 494Yd64h7hz4N8r; Sun, 19 Apr 2020 02:27:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi1-f195.google.com with SMTP id a2so1159046oia.11; Sat, 18 Apr 2020 19:27:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=USm+7iVm5CgRT2QmEktmis7bJObakMOL6LSrPlqzL/0=; b=TNjxDzuvbBQrltIRpe0XWsKBvdfijoirpJJVRfKc9mPf0J6q1N3KYSaXcIOrEOBZRh JXlAyTK0RV6ry+0DS7o8bkTeyEyY44LeRFr72mg9K0nPmk2ghs1OaCxjunO/ikg50GAv C3k/i+0skC5NwpcORgvw/jazI2jbiKCL3leGfF2eb0CeAIIkDE3WboBQUC9J/oGEvnsX KSFsXfKHo6DBf59q6VXeajZqWo0joj7g+nertKel4W6nuDrThCE94tM4+RsO0Jik/ouh BUXUNXCW0sF+TDMJ9lrrUGH5Xg80rUBIL0km50VdDDbI+6t1A24HOM2qQqe33vrqjn7j gN7Q== X-Gm-Message-State: AGi0PuZKE8L0DwjFOPK6f00Yj1PMWQNdCs/g7KhsiTezUD/rjgJyFCV0 L0BmwxBF3MXr5qxbPPHYPyOwYyp+dnP7o3ePOsJmn/f8 X-Google-Smtp-Source: APiQypLkEedX4nA24mJIIoYJNOPJ3/8dAKRDwcP+0iKHkY50TX6podgDLtiMYaV8T4YTV/YWT7Clm23CJodFbX+mAlc= X-Received: by 2002:a05:6808:651:: with SMTP id z17mr6869995oih.73.1587263241059; Sat, 18 Apr 2020 19:27:21 -0700 (PDT) MIME-Version: 1.0 References: <202004181947.03IJldpw085154@repo.freebsd.org> <202004190225.03J2PsJB057958@gndrsh.dnsmgr.net> In-Reply-To: <202004190225.03J2PsJB057958@gndrsh.dnsmgr.net> From: Alan Somers Date: Sat, 18 Apr 2020 20:27:09 -0600 Message-ID: Subject: Re: svn commit: r360077 - head/cddl/usr.sbin/zfsd To: "Rodney W. Grimes" Cc: src-committers , svn-src-all , svn-src-head X-Rspamd-Queue-Id: 494Yd64h7hz4N8r X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2020 02:27:22 -0000 Definitely if there were some meaningful information in it. But an empty file? I'm not sure. I'm only sure that I can fix the bad .Xr faster by removing it. -Alan On Sat, Apr 18, 2020 at 8:25 PM Rodney W. Grimes wrote: > > Author: asomers > > Date: Sat Apr 18 19:47:38 2020 > > New Revision: 360077 > > URL: https://svnweb.freebsd.org/changeset/base/360077 > > > > Log: > > zfsd.8: fix orphan .Xr > > > > Though ZFS is a kernel module, it has no man page in section 4. > > Wouldn't of been better to create a section 4 man page for zfs, > even if it was empty/TBD? > > > Reported by: phk > > MFC after: 2 weeks > > > > Modified: > > head/cddl/usr.sbin/zfsd/zfsd.8 > > > > Modified: head/cddl/usr.sbin/zfsd/zfsd.8 > > > ============================================================================== > > --- head/cddl/usr.sbin/zfsd/zfsd.8 Sat Apr 18 18:25:30 2020 > (r360076) > > +++ head/cddl/usr.sbin/zfsd/zfsd.8 Sat Apr 18 19:47:38 2020 > (r360077) > > @@ -25,7 +25,7 @@ > > .\" > > .\" $FreeBSD$ > > .\" > > -.Dd May 26, 2016 > > +.Dd April 18, 2020 > > .Dt ZFSD 8 > > .Os > > .Sh NAME > > @@ -96,8 +96,7 @@ If a leaf vdev generates more than 50 I/O errors in a > > .Nm > > will mark that vdev as > > .Em FAULTED . > > -.Xr zfs 4 > > -will no longer issue any I/Os to it. > > +ZFS will no longer issue any I/Os to it. > > .Nm > > will activate a hotspare if one is available. > > .It Checksum errors > > @@ -106,8 +105,7 @@ period, then > > .Nm > > will mark that vdev as > > .Em DEGRADED . > > -.Xr zfs 4 > > -will still use it, but zfsd will activate a spare anyway. > > +ZFS will still use it, but zfsd will activate a spare anyway. > > .It Spare addition > > If the system administrator adds a hotspare to a pool that is already > degraded, > > .Nm > > @@ -138,7 +136,6 @@ then reads them back in when next it starts up. > > .El > > .Sh SEE ALSO > > .Xr devctl 4 , > > -.Xr zfs 4 , > > .Xr zpool 8 > > .Sh HISTORY > > .Nm > > > > -- > Rod Grimes > rgrimes@freebsd.org >