Bug 1020361
Summary: | man page entry for status option needs to be edited | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Sharath Dwaral <fsharath> |
Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | John Sefler <jsefler> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | bkearney, ckozak, jgalipea, jmolet, jsefler, redakkan, skallesh, spandey |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-13 12:00:35 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 863175 |
commit c047fba9da624d7d6c5351db97f55ec4ed893ed5 Author: Bryan Kearney <bkearney> Date: Wed Jan 29 13:06:42 2014 -0500 1039914: Update the rhsm-debug man page commit 2c861a2a2dd108252c7fbc74231de38a559c6c88 Author: Bryan Kearney <bkearney> Date: Wed Jan 29 14:18:43 2014 -0500 1020361: Replace the use of the term Valid with Current in the status command Retested on , subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.2-1 subscription-manager: 1.10.13-1.el7 python-rhsm: 1.10.12-1.el7 Observed that now the term "Current" is displayed in the man page of subscription-manger status option section STATUS OPTIONS The status command shows the current status of the products and attached subscriptions for the system. If some products are not fully cov‐ ered or subscriptions have expired, then the status command shows why subscriptions are not current. [root@server ~]# subscription-manager status +-------------------------------------------+ System Status Details +-------------------------------------------+ Overall Status: Current <<--- updated --ondate=DATE Shows the system status for a specific date in the future. The format of the date is YYYY-MM-DD. [root@server ~]# subscription-manager status --ondate=2014-01-01 +-------------------------------------------+ System Status Details +-------------------------------------------+ Overall Status: Insufficient Hence, moving the bug to "Verified" man -P cat subscription-manager | tail -1 version 2.8 January 29, 2014 subscription-manager(8) This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |
Description of problem: An example in subscription-manager man page needs to be edited for status option. It shows a "status -> valid" this term is no longer used and replaced by term "current" to be in sync with SAM Version-Release number of selected component (if applicable): # subscription-manager version server type: This system is currently not registered. subscription management server: 0.8.29-1 subscription-manager: 1.9.11-1.el6 python-rhsm: 1.9.6-1.el6 How reproducible: Always Steps to Reproduce: 1. man subscription-manager 2. Look into "status" option Actual results: STATUS OPTIONS The status command shows the current status of the products and attached subscriptions for the system. If some products are not fully covered or subscriptions have expired, then the status command shows why subscriptions are not current. [root@server ~]# subscription-manager status +-------------------------------------------+ System Status Details +-------------------------------------------+ Overall Status: Valid <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --ondate=DATE Shows the system status for a specific date in the future. The format of the date is YYYY-MM-DD. [root@server ~]# subscription-manager status --ondate=2014-01-01 +-------------------------------------------+ System Status Details +-------------------------------------------+ Overall Status: Insufficient Expected results: The term "valid" should be replaced by "Current" >> Personal Note to dlackey: I'm not sure when it's decided to change version and date of a man-page but, it would be helpful if they were updated when the man page was edited.