Bug 1192094
Summary: | man page for subscription-manager references "servicelevel" command when it should say "service-level" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
Component: | subscription-manager | Assignee: | Chris "Ceiu" Rog <crog> |
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.7 | CC: | crog, dgoodwin, skallesh |
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: | 2016-05-10 20:36:16 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: | 1209535 |
Description
John Sefler
2015-02-12 15:42:39 UTC
Deferring for resolution during RHEL6.7 development cycle commit 961aa8d43ef6e18ef9cde2e740be8462101bb4c6 Author: Chris Rog <crog> Date: Thu Apr 9 10:16:49 2015 -0400 1192094: Fixed erroneous usage of "servicelevel" for the subman command - Updated the subscription-manager man page to no longer refer to the "service-level" command as "servicelevel." Instances of servicelevel has been changed to service-level , whereever it refers to service-level as a module and not as an option [root@pogo-cn1100-01 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.51.11-1 subscription management rules: 5.15 subscription-manager: 1.16.6-1.el6 python-rhsm: 1.16.4-1.el6 [root@pogo-cn1100-01 ~]# man subscription-manager | egrep "[^-]servicelevel" [root@pogo-cn1100-01 ~]# man subscription-manager | egrep "service-level" 7. service-level service-level preference is standard, then a subscription with a stan- --show Shows the system’s current service-level preference. If a ser- Removes any previously set service-level preference. ------------------------------------------------------------------------------- --servicelevel instances are unchanged [root@pogo-cn1100-01 ~]# man subscription-manager | grep "servicelevel" --servicelevel=LEVEL --servicelevel=LEVEL scriptions, the --servicelevel option. In this case, the --servicelevel option sets a pref‐ --auto-attach --servicelevel=premium subscription-manager attach --servicelevel=premium /usr/sbin/subscription-manager register --username admin --password secret --org ’east colo’ --auto-attach --servicelevel=premium --force 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, 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://rhn.redhat.com/errata/RHBA-2016-0797.html |