Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created July 12, 2011 17:36
Show Gist options
  • Save cwebberOps/1078500 to your computer and use it in GitHub Desktop.
Save cwebberOps/1078500 to your computer and use it in GitHub Desktop.
ZFS weirdness
# zfs list -t snapshot
zpool1/xbackup@20110706-08:15.day 120G - 10.7T -
zpool1/xbackup@20110708-08:15.day 3.18M - 10.7T -
zpool1/xbackup@20110712-08:15.day 257K - 9.44T -
# zfs destroy zpool1/xbackup@20110706-08:15.day
# zfs list -t snapshot
zpool1/xbackup@20110708-08:15.day 2.02T - 10.7T -
zpool1/xbackup@20110712-08:15.day 257K - 9.44T -
# zfs destroy zpool1/xbackup@20110708-08:15.day
# zfs list -t snapshot
zpool1/xbackup@20110712-08:15.day 257K - 9.44T -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment