From nobody Sat Dec 03 09:58:57 2022 X-Original-To: zfs-devel@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NPQJ13DvBz4hx0V for ; Sat, 3 Dec 2022 09:58:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NPQJ125klz4KMh for ; Sat, 3 Dec 2022 09:58:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1670061537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+/bF5pYtff3tlYlkNCZyWrhWFuXg3CeV/2GZFD8hbsA=; b=wPt5QOQWqRy/D8e/h7ygkREMziUlXjdpA7kNf+E/kjboow+06zfxgFCDKrfU/0RpF53a11 iHvruGSdwXvTUh0EdxBIS4f2ht0/hCZpqeRTcXyZUhC2QBQSPtJvnHFQmPgbKnBI/B4zQF k8mCKK/yYk8un2TuDxMh2saPhGEEGXmgWhbxSGKlPTZ+yDI4K7v6oza2ub8Zq7eB69U8d+ cQ8Kprp0AZZUFPlq0Qnp7kyAxzvOpEztWvlSTtZaTUhSr09IeJkFWywD8NQOLOe6+lrVeU EBkJmKBZ8Wia61pzg4XR+TAQvcuv46mayL87rALM8b1uPLn4mjCly7/DD0tjFQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1670061537; a=rsa-sha256; cv=none; b=MDgZ0m4kVAraj6tFlwvQv5ZJEnTxbVkPb2LXOAFC3zJbTFV+5Rs5YuOxsnVNb9XAHd5FZh yy00tdjA+fi3qMv8y0vnFP7sHKhW81aGz/YlM6wptjASC93hZDId2pWrzbP2Y3TQYT4V2q HhQfQppwEwWnZUBM5oNKBW8IyGpeH1P4XfYFJLvuPJFL0SeKBB3o+AdpT5tNqIbdI91qXu j10WZR25ZgAVctlxBUngpyKz7xVdm+yeFgXGu1c5Zfqml6b+aV+e5IWAjDuvzFLfIVbKTP qFlEuHEmYe9DJ/oUdMawPfeGT+EULB3scwPa0kGhqE5qUwjr6zTuUPWFDNbBlQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4NPQJ111LGzrJf for ; Sat, 3 Dec 2022 09:58:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 2B39wvrN014045 for ; Sat, 3 Dec 2022 09:58:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2B39wvcV014044 for zfs-devel@FreeBSD.org; Sat, 3 Dec 2022 09:58:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: zfs-devel@FreeBSD.org Subject: [Bug 261212] Update the ZFS chapter (20) of the FreeBSD Handbook, and other OpenZFS-related pages Date: Sat, 03 Dec 2022 09:58:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Books & Articles X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: grahamperrin@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: ZFS file system development for FreeBSD discussions List-Archive: https://lists.freebsd.org/archives/zfs-devel List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-zfs-devel@freebsd.org X-BeenThere: zfs-devel@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261212 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=3Dd89e8fd3d40df804a7057b8371221477d= 1f5b3de commit d89e8fd3d40df804a7057b8371221477d1f5b3de Author: Graham Perrin AuthorDate: 2022-12-03 09:39:47 +0000 Commit: Graham Perrin CommitDate: 2022-12-03 09:39:47 +0000 FAQ: TRIM: GELI, ZFS, OpenZFS: pruning, tidiness The ViewVC views of 2013 Subersion revisions are no longer of interest. vfs.zfs.trim.enabled is unknown in FreeBSD 13.1-RELEASE-p3. Questions about TRIM in the context of GELI are not frequently asked. Also, non-contentious grammar, punctuation, and formatting: * surrounding apostrophes ('=E2=80=A6') are obviously missing from some= quotes * missing full stops (.) * trailing white space * AsciiDoc line breaks * et cetera, there might remain a superfluous break, such things can be addressed as a fix to this commit. This commit reduces, but does not fix, bug report 261212: > Update the ZFS chapter (20) of the FreeBSD Handbook, and other > OpenZFS-related pages PR: 261212 Reviewed by: mav, pauamma Approved by: delphij (doc) Differential revision: https://reviews.freebsd.org/D37512 documentation/content/en/books/faq/_index.adoc | 166 ++++++++++++++++-----= ---- 1 file changed, 108 insertions(+), 58 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=