From 26759f63311a3501e6d081006a0cedad07ef0469 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Tue, 12 Sep 2023 13:42:41 +0200 Subject: [PATCH] doc/zfs: document that some features require ZFS 2.2 Signed-off-by: Ruth Fuchss --- doc/reference/storage_zfs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/reference/storage_zfs.md b/doc/reference/storage_zfs.md index c84f8c6b13bb..30cb5d666ed0 100644 --- a/doc/reference/storage_zfs.md +++ b/doc/reference/storage_zfs.md @@ -77,6 +77,9 @@ Observing I/O quotas : I/O quotas are unlikely to affect {spellexception}`ZFS filesystems` very much. That's because ZFS is a port of a Solaris module (using SPL) and not a native Linux file system using the Linux VFS API, which is where I/O limits are applied. +Feature support in ZFS +: Some features, like the use of idmaps or delegation of a ZFS dataset, require ZFS 2.2 or higher and are therefore not widely available yet. + ### Quotas ZFS provides two different quota properties: `quota` and `refquota`.