Skip to content

Instantly share code, notes, and snippets.

@segrax
Last active May 17, 2018 20:25
Show Gist options
  • Save segrax/b0e19a95228f5b56fdd162e0f20fd175 to your computer and use it in GitHub Desktop.
Save segrax/b0e19a95228f5b56fdd162e0f20fd175 to your computer and use it in GitHub Desktop.
# Find Hidden Snapshots (failed zfs recv)
zdb -d <zpool> | grep %
# Free up ARC
sysctl vfs.zfs.arc_free_target=200000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment