Date: Wed, 30 Dec 2020 19:36:22 GMT From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 7ea567bbfa - main - handbook: fix build Message-ID: <202012301936.0BUJaMC7000739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=7ea567bbfa1e72c22e7d5b6c510e77412b414f35 commit 7ea567bbfa1e72c22e7d5b6c510e77412b414f35 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2020-12-30 19:36:02 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2020-12-30 19:36:02 +0000 handbook: fix build Sponsored by: Rubicon Communications, LLC (netgate.com) --- en_US.ISO8859-1/books/handbook/zfs/chapter.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml index 547cff76e6..c6d89f091a 100644 --- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml @@ -2926,8 +2926,9 @@ mypool/compressed_dataset logicalused 496G -</screen> However since quotas do not consider compression, more data may be written than would fit with uncompressed backups.</para> + </sect2> - <sect3 xml:id="zfs-zfs-compression-zstd"> + <sect2 xml:id="zfs-zfs-compression-zstd"> <title>Zstandard Compression</title> <para>In <acronym>OpenZFS</acronym> 2.0, a new compression @@ -2986,13 +2987,12 @@ mypool/compressed_dataset logicalused 496G -</screen> compress a block with <acronym>Zstd</acronym>, it will fall back to storing the block uncompressed. This is unlikely to happen outside of the highest levels of - <acronym>Zstd<acronym> on systems that are memory + <acronym>Zstd</acronym> on systems that are memory constrained. The sysctl <literal>kstat.zfs.misc.zstd.compress_alloc_fail</literal> counts how many times this has occurred since the <acronym>ZFS</acronym> module was loaded.</para> - </sect3> - </sect2> + </sect2> <sect2 xml:id="zfs-zfs-deduplication"> <title>Deduplication</title>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012301936.0BUJaMC7000739>