From 8a1de6bfd0504629921f2eb647fb6be8630bb1ca Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 27 Oct 2023 15:57:17 +0200 Subject: [PATCH] zfs: add extra hint for raidz consideration section For those that jump directly to this part of the docs without seeing the extra section first. Signed-off-by: Thomas Lamprecht --- local-zfs.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/local-zfs.adoc b/local-zfs.adoc index 5393b7a..b711f72 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -383,6 +383,11 @@ Minimum 4 disks # zpool create -f -o ashift=12 raidz2 ---- +Please read the section for +xref:sysadmin_zfs_raid_considerations[ZFS RAID Level Considerations] +to get a rough estimate on how IOPS and bandwidth expectations before setting up +a pool, especially when wanting to use a RAID-Z mode. + [[sysadmin_zfs_create_new_zpool_with_cache]] Create a new pool with cache (L2ARC) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^