Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to list the features of a ZFS pool?

Tags:

pool

zfs

How can I list the features of a pool?
With zfs get all <pool> I can see the list of properties and their values of a pool. But not the features: https://openzfs.github.io/openzfs-docs/man/7/zpool-features.7.html

like image 474
Juan Simón Avatar asked Oct 23 '25 14:10

Juan Simón


2 Answers

Google brought me to your question because I was wondering the same thing... except when I get all, I see both options and features.

Feature syntax has appears to have a feature@<featurename> appearance. All of my test pool's features were listed after the options, at the bottom of the wall of text that zpool get all generated.

like image 151
user3549015 Avatar answered Oct 26 '25 08:10

user3549015


To get the pool features, use zpool get all not zfs get all

like image 24
StarNamer Avatar answered Oct 26 '25 06:10

StarNamer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!