Revision history of "Zfs optimization"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:56, 25 May 2026Busk talk contribs 889 bytes +889 Created page with "# ZFS Optimization Get & Set ## Get current settings for pool ``` #!/bin/bash if [ -z "$1" ]; then echo "Usage: $0 <pool_name>" exit 1 fi POOL="$1" if ! zpool list..."