
ZFS – CENTOS Downgrade
ZFSZFS - Downgrade Commands for Centos:
To do the downgrade/re-install dance:
[crayon-69dcd1364f129055929164/]
[crayon-69dcd1364f133661532348/]
[crayon-69dcd1364f136636670746/]

ZFS – Tuning
ZFSZFS tuning for SAS3 Storage Tank
[crayon-69dcd1364fa6e517898773/]
ZFS tuning for SAS3 ALL SSD + nVME Storage Tank
[crayon-69dcd1364fa76457330415/]
Some more good advice:
SvennD
ZFS-Discuss

ZFS – SNMP
ZFSZFS - SNMP Extend Commands:
[crayon-69dcd1364fe2a486921235/]
LibreNMS:
https://community.librenms.org/t/zfs-support/1839
https://docs.librenms.org/#Extensions/Applications/#zfs

ZFS – Replacing a dead disk in a zpool
ZFS
ZFS – Single Path
1. Check zpool status:
zpool status vol -x
2. Find the {GUID} of the {dead-disk} within zdb:
zdb -l /dev/{dead-disk}
3. Offline the the {dead-disk} within zdb:
zpool offline vol /dev/disk/by-id/{dead-disk}
4. Detach…
