bdrewery / zfstools

Various ZFS scripts. Most notably, zfs-auto-snapshot, a ruby clone of OpenSolaris auto snapshotting
Other
141 stars 29 forks source link

Support multiple snapshot destroy #31

Open bdrewery opened 9 years ago

bdrewery commented 9 years ago

https://www.illumos.org/issues/1647

zfs destroy dataset@snap1,snap2,...,snapN

bdrewery commented 9 years ago

This likely would clash with proper handling of zero-sized snapshots since it would not check the used property between each destroy. See also #30 which may remove the zero-sized destroys.