question about ZFS snapshots

I was wondering if theres a way to list all zfs filesystems and snapshots.

I THOUGHT i remembered plain old
Code:
zfs list
doing this on the other servers but i guess i was wrong....zfs list seems to only list filesystems.

thanks.
 
The default behavior has changed in zfs version 13.

The snapshots are not shown by default anymore, by invoking "zfs list".

To get the old behavior back, it is necessary to set the corresponding variable in zfs.

I don't have an system with Current running so im not sure about the name of the variable.
But i thing it's self explaining when see the name.
try: "zfs get all" and set the corresponding variable to :visible
 
i actually prefer it being split, i just was confused because i thought i remembered it working different. I was worried i had turned it off somehow but it makes perfect sense that it's a v13 thing considering my older systems didn't run this, thanks for the info.
 
Back
Top