fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:filesystem:zfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:filesystem:zfs [2024/06/14 17:03] – created gsyslinux:filesystem:zfs [2024/06/14 17:06] (current) gsys
Line 10: Line 10:
 zpool iostat -v zpool iostat -v
 zpool history zpool history
 +</code>
 +
 +===== Cache =====
 +
 +1GB Cache per 1 TB Storage \\
 +
 +Set Cache Min/Max 
 +<code>
 +cat << 'EOF' > /etc/modprobe.d/zfs.conf
 +options zfs zfs_arc_min=3221225472
 +options zfs zfs_arc_max=4294967296
 +EOF
 +</code>
 +
 +<code>
 +update-initramfs -u && reboot
 </code> </code>
linux/filesystem/zfs.1718377407.txt.gz · Last modified: 2024/06/14 17:03 by gsys