Hi, I'm guessing this has been asked over and over so sorry in advance, but I couldn't find an answer with the search.
In my FreeNAS-11.3-U5 instance, using: lists a whole lot of snapshots that have outlived their own expiration (ex: raidp1/rh@auto-20200630.0000-1m; this one-month snapshot should have been deleted quite a while ago already).
And it's not a naming issue... at least for part of them, which are the cases I'm interrested in solving.
Note that: (or with any other very old snapshot) doesn't give any output. As far as I understand, it means that there is no manual "hold" on the snapshot ?
I can definitely delete them but it's a daunting task (that could, indeed, be scripted), but, mostly, the point of my message is that I would have expected the system to simply wipe out snapshots that are older than their expected lifetime...
What did I miss ?
In my FreeNAS-11.3-U5 instance, using:
Code:
zfs list -t snapshot
And it's not a naming issue... at least for part of them, which are the cases I'm interrested in solving.
Note that:
Code:
zfs holds raidp1/rh@auto-20200630.0000-1m
I can definitely delete them but it's a daunting task (that could, indeed, be scripted), but, mostly, the point of my message is that I would have expected the system to simply wipe out snapshots that are older than their expected lifetime...
What did I miss ?