- Joined
- Mar 6, 2014
- Messages
- 9,553
You should look at ZFS_PROP_WRITTEN property. `zfs list -o name,written -t snap`I guessed the push to remove the empties was to remove the overhead and it makes sense, as there's no point in returning it if there is nothing of value in the snapshot.
I've done some more testing and I agree with Scharbag it still doesn't work propetly it's not directly related to ignore empties. It returns more snapshots than 12-RELEASE did but it's still seemingly random which ones it does return. I've got a shares with ignore empties set to both true and false and they both exhibit the same behaviour where there are multiple snaps with USED=0 and it returns some empties but not others. I can't see a pattern to it.
On the other had I think it's returning all the ones with USED > 0 for me.