Comment 8 for bug 1876334

Revision history for this message
satmandu (satadru-umich) wrote : Re: [Focal] zsys does not clear out old snapshots, potentially filling up bpool

Here's what I did:

sudo zpool set listsnapshots=on bpool
zfs list -o space -r bpool

That gave me a list of snapshots on pool and told me how big they were, and then I was able to go in and delete the right snapshot to get space back.

Hopefully garbage collection will realize this happened and fix everything for me? :)