Bug 1786576
| Summary: | [RHEL-8/RDMA] resource is missing in rdma man page OBJECT list | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | zguo <zguo> |
| Component: | iproute | Assignee: | Andrea Claudi <aclaudi> |
| Status: | CLOSED ERRATA | QA Contact: | zguo <zguo> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.1 | CC: | atragler |
| Target Milestone: | rc | Keywords: | Documentation |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | iproute-5.3.0-2.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 01:43:46 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Patch submitted upstream: https://patchwork.ozlabs.org/patch/1246755/ This is fixed upstream with commit 8f1c9d4a3c0d4 ("man: rdma.8: Add missing resource subcommand description")
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (iproute bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4478 |
Description of problem: Version-Release number of selected component (if applicable): iproute-5.3.0-1.el8.x86_64 How reproducible: Always Steps to Reproduce: 1. $ man rdma 2. $ rdma 3. Actual results: $ man rdma | grep 'OBJECT :' OBJECT := { dev | link | system | statistic } $ rdma | grep 'OBJECT :' where OBJECT := { dev | link | resource | system | statistic | help } Expected results: $ man rdma | grep 'OBJECT :' OBJECT := { dev | link | resource | system | statistic } $ rdma | grep 'OBJECT :' where OBJECT := { dev | link | resource | system | statistic } Additional info: