aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikola Kotur <kotnick@gmail.com>2024-05-25 12:37:12 +0000
committerEd Maste <emaste@FreeBSD.org>2024-05-25 13:53:44 +0000
commit79490efb8d04c19de1f0dc9fc6e509ed24e6378d (patch)
treef7d4a99a2bc510cef8c9965599b3df3ee5e6d310
parentf9c2c689f5f8e113c99c886f6010dd0d75f7edbf (diff)
downloaddoc-79490efb8d.tar.gz
doc-79490efb8d.zip
handbook: Render properly a note in ZFS FAQ
PR: 279295 Reviewed by: emaste
-rw-r--r--documentation/content/en/books/handbook/zfs/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index 8dc05c7c06..2a44acce94 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -2813,7 +2813,7 @@ A configuration of two RAID-Z2 vdevs consisting of 8 disks each would create som
|Instead of a consistency check like man:fsck[8], ZFS has `scrub`. `scrub` reads all data blocks stored on the pool and verifies their checksums against the known good checksums stored in the metadata. A periodic check of all the data stored on the pool ensures the recovery of any corrupted blocks before needing them. A scrub is not required after an unclean shutdown, but good practice is at least once every three months. ZFS verifies the checksum of each block during normal use, but a scrub makes certain to check even infrequently used blocks for silent corruption. ZFS improves data security in archival storage situations. Adjust the relative priority of `scrub` with <<zfs-advanced-tuning-scrub_delay,`vfs.zfs.scrub_delay`>> to prevent the scrub from degrading the performance of other workloads on the pool.
|[[zfs-term-quota]]Dataset Quota
-|ZFS provides fast and accurate dataset, user, and group space accounting as well as quotas and space reservations. This gives the administrator fine grained control over space allocation and allows reserving space for critical file systems.
+a|ZFS provides fast and accurate dataset, user, and group space accounting as well as quotas and space reservations. This gives the administrator fine grained control over space allocation and allows reserving space for critical file systems.
ZFS supports different types of quotas: the dataset quota, the <<zfs-term-refquota,reference quota (refquota)>>, the <<zfs-term-userquota,user quota>>, and the <<zfs-term-groupquota,group quota>>.