git: 24b32e8dc6 - main - Remove non-working note box markup within a table
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 02:34:56 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=24b32e8dc6c546f64f5855fd26893d0d5ef39bb3 commit 24b32e8dc6c546f64f5855fd26893d0d5ef39bb3 Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2023-05-16 02:21:53 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-05-16 02:21:53 +0000 Remove non-working note box markup within a table From https://web.archive.org/web/20211112014222/https://docs.freebsd.org/en/books/handbook/zfs/#zfs-term-quota and from https://web.archive.org/web/20211120235121/https://docs.freebsd.org/en/books/handbook/zfs/#zfs-term-quota it seems that note box markup (below) ceased working, within a table, some time between 12th and 20th November 2021. [NOTE] ==== … ==== https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html#quota looks fine without using a note box, so let's not attempt to remake the box in the documentation portal. --- documentation/content/en/books/handbook/zfs/_index.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc index 378987e169..343c49ce9c 100644 --- a/documentation/content/en/books/handbook/zfs/_index.adoc +++ b/documentation/content/en/books/handbook/zfs/_index.adoc @@ -2819,10 +2819,7 @@ ZFS supports different types of quotas: the dataset quota, the <<zfs-term-refquo Quotas limit the total size of a dataset and its descendants, including snapshots of the dataset, child datasets, and the snapshots of those datasets. -[NOTE] -==== -Volumes do not support quotas, as the `volsize` property acts as an implicit quota. -==== +Quotas cannot be set on ZFS volumes, as the volsize` property acts as an implicit quota. |[[zfs-term-refquota]]Reference Quota |A reference quota limits the amount of space a dataset can consume by enforcing a hard limit. This hard limit includes space referenced by the dataset alone and does not include space used by descendants, such as file systems or snapshots.