5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00

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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-10-27 15:57:17 +02:00
parent 5f440d2c67
commit 8a1de6bfd0

View 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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^