[Bug 221795] zpool list property documentation doesn't match actual behaviour

2024-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221795

Benedict Reuschling  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED
 CC||b...@freebsd.org

--- Comment #4 from Benedict Reuschling  ---
Close this PR. It has been fixed upstream a while ago and we have imported the
most recent versions. The issues mentioned do not appear in the man page
anymore, so it is safe to assume this PR has been resolved.

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


[Bug 221795] zpool list property documentation doesn't match actual behaviour

2018-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221795

--- Comment #3 from Andrew Daugherity  ---
Also, the "[-T d|u]" option to "zpool list" is described twice for some reason,
both at the beginning and the end of the option descriptions.  svn blame shows
that r228019 added it to the end of the option descriptions, and then r263459
added it to the beginning (while keeping the copy at the end).

I don't know the preferred FreeBSD style for option ordering, but the upstream
man page  puts the -T option description in
alphabetical order, between -p and -v.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 221795] zpool list property documentation doesn't match actual behaviour

2018-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221795

Andrew Daugherity  changed:

   What|Removed |Added

 CC||andrew.daugher...@gmail.com

--- Comment #2 from Andrew Daugherity  ---
That upstream bug is now fixed and should be merged into all supported FreeBSD
versions (the property name change was apparently imported back in 10.0):
https://github.com/illumos/illumos-gate/commit/b0e142e57dfda6f02bf1fa66973c610f5fefe8cb

There is an additional recent upstream commit
[f41179bd376293096297cdc1f32e610d44f65c8b] which adds the "checkpoint" property
to the default property list, which applies to FreeBSD 11.2+.  This change (but
not the "used, avail" => "alloc, free" change) *has* been fixed in FreeBSD
current r333081, but has not been MFC into stable/11 yet, let along
releng/11.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 221795] zpool list property documentation doesn't match actual behaviour

2017-12-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221795

Yuri Pankov  changed:

   What|Removed |Added

 CC||yur...@gmx.com

--- Comment #1 from Yuri Pankov  ---
Reported upstream: https://www.illumos.org/issues/8899

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 221795] zpool list property documentation doesn't match actual behaviour

2017-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221795

Bug ID: 221795
   Summary: zpool list property documentation doesn't match actual
behaviour
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Documentation
  Assignee: freebsd-doc@FreeBSD.org
  Reporter: g...@nxg.name

The `zpool list` section of the zpool(8) manpage says that the default list of
displayed properties is as below:

> The default list is name, size, used, available, fragmentation,
> expandsize, capacity, health, altroot.

This does not seem to be the case.  In fact:

# zpool list
NAME   SIZE  ALLOC   FREE  EXPANDSZ   FRAGCAP  DEDUP  HEALTH  ALTROOT
tank  10.9T  6.05T  4.83T -29%55%  1.00x  ONLINE  -

The Properties section of the same manpage includes the `used` property, but
this seems not to be recognised:

# zpool list -o used
bad property list: invalid property 'used'
usage:
[...]
#

The usage message produced here indeed doesn't include `used`.

This is:

# uname -r
11.1-RELEASE-p1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"