[Bug 223900] zpool doesn't output parsable values when told to

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Oct 2021 17:36:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223900

Piotr Pawel Stefaniak <pstef@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pstef@freebsd.org
             Status|New                         |Closed
         Resolution|---                         |Overcome By Events

--- Comment #1 from Piotr Pawel Stefaniak <pstef@freebsd.org> ---
It should work now.

$ zpool list -H -p -odedupratio,fragmentation z
1.00    36
$ zpool list -H -odedupratio,fragmentation z
1.00x   36%

-- 
You are receiving this mail because:
You are the assignee for the bug.