[Bug 204626] 'zpool get' command help output.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 17 09:34:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204626

            Bug ID: 204626
           Summary: 'zpool get' command help output.
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: 214748mv at gmail.com

Hi,

running the command

$ zpool get

missing property argument

usage:

       get [-Hp] [-o "all" | field[,...]] <"all" | property[,...]> <pool> ...

the following properties are supported:

       PROPERTY         EDIT   VALUES

       allocated          NO   <size>

       capacity           NO   <size>

       dedupratio         NO   <1.00x or higher if deduped>

       expandsize         NO   <size>

       fragmentation      NO   <percent>

       free               NO   <size>

       freeing            NO   <size>

       guid               NO   <guid>

       health             NO   <state>

       leaked             NO   <size>

       size               NO   <size>

       altroot           YES   <path>

       autoexpand        YES   on | off

       autoreplace       YES   on | off

       bootfs            YES   <filesystem>

       cachefile         YES   <file> | none

       comment           YES   <comment-string>

       dedupditto        YES   <threshold (min 100)>

       delegation        YES   on | off

       failmode          YES   wait | continue | panic

       listsnapshots     YES   on | off

       readonly          YES   on | off

       version           YES   <version>

       feature at ...       YES   disabled | enabled | active

The feature@ properties must be appended with a feature name.

See zpool-features(7).

I notice that:

    - the property "capacity" is a <percent> and not a <size>

    - the property "name" is missing.

--
Regards,
Maurizio

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


More information about the freebsd-bugs mailing list