We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Without -v, zpool -o obeys the request: $ zpool list -o name,frag NAME FRAG zfs 70%
$ zpool list -o name,frag NAME FRAG zfs 70%
But with -v, -o is ignored for per-vdev stats. It looks like default fields are shown despite what I wrote in -o.
NAME FRAG zfs 70% vdc 128G 85.9G 41.1G - - 70% 67.6% - ONLINE special - - - - - - - - - vdd 1014M 112M 848M - - 51% 11.7% - ONLINE
Run with -v and -o
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
Describe the problem you're observing
Without -v, zpool -o obeys the request:
$ zpool list -o name,frag NAME FRAG zfs 70%
But with -v, -o is ignored for per-vdev stats. It looks like default fields are shown despite what I wrote in -o.
NAME FRAG zfs 70% vdc 128G 85.9G 41.1G - - 70% 67.6% - ONLINE special - - - - - - - - - vdd 1014M 112M 848M - - 51% 11.7% - ONLINE
Describe how to reproduce the problem
Run with -v and -o
Include any warning/errors/backtraces from the system logs.
The text was updated successfully, but these errors were encountered: