-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Type: FeatureFeature request or new featureFeature request or new feature
Description
Describe the feature would like to see added to OpenZFS
lsblk allows appending additional options to the defaults via the + prefix like this
lsblk -o +FSTYPE,LABELThe default list of columns may be extended if list is specified in the format +list (e.g., lsblk -o +UUID).
https://man.archlinux.org/man/lsblk.8.en
I would like if zfs list, zpool list and others would support this too so you can do something like this
zfs list -o +compression,compressratiozpool list -o +autotrim,ashiftI'm aware there is a space property for zfs list but that changes the format and nothing similar seems to be available for zpool list.
How will this feature improve OpenZFS?
You need to type and remember fewer options if you want to add non-default ones.
Additional context
An alternative would be to provide a defaults property.
zfs list -o defaults,compression,compressratiozpool list -o defaults,autotrim,ashiftIdeally both of these suggestion can be implemented.
dodexahedron and fermino
Metadata
Metadata
Assignees
Labels
Type: FeatureFeature request or new featureFeature request or new feature