]> git.proxmox.com Git - pve-docs.git/commitdiff
zfs: add extra hint for raidz consideration section
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Oct 2023 13:57:17 +0000 (15:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Oct 2023 14:19:54 +0000 (16:19 +0200)
For those that jump directly to this part of the docs without seeing
the extra section first.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
local-zfs.adoc

index 5393b7a408935847892257ffd8db1ea5aa490b0b..b711f724553cab581233d98fda4af7023753e2ad 100644 (file)
@@ -383,6 +383,11 @@ Minimum 4 disks
 # zpool create -f -o ashift=12 <pool> raidz2 <device1> <device2> <device3> <device4>
 ----
 
+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)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^