I d like to know which is the type of compression used when you set it to auto upon installation, since running the command
:~# zfs get compression rpool
NAME PROPERTY VALUE SOURCE
rpool compression on local
doesnt give any info.
PS I know that I can manually set it with zfs set compression=lz4 zpool_name but how can I check the type of compression afterwards
Thank you
:~# zfs get compression rpool
NAME PROPERTY VALUE SOURCE
rpool compression on local
doesnt give any info.
PS I know that I can manually set it with zfs set compression=lz4 zpool_name but how can I check the type of compression afterwards
Thank you