Bug 1009600
Summary: | Show System Type in list --consumed; Show System Type in attach confirmation gui dialog. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Michael Stead <mstead> | ||||
Component: | subscription-manager | Assignee: | Michael Stead <mstead> | ||||
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.5 | CC: | bkearney, fsharath, jesusr | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: |
Feature:
Add System Type: Virtual/Physical to the output.
Reason:
Allows the user to determine if the entitlement granted was virtual.
Result (if any):
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-11-21 21:29:34 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: | 862910 | ||||||
Attachments: |
|
Description
Michael Stead
2013-09-18 16:51:03 UTC
CLI Verification... [root@jsefler-6 ~]# rpm -q subscription-manager subscription-manager-1.9.7-1.el6.x86_64 [root@jsefler-6 ~]# subscription-manager list --avail +-------------------------------------------+ Available Subscriptions +-------------------------------------------+ Subscription Name: RAM Limiting Package (8GB) SKU: ram-8gb Pool ID: 8a9086d3414bd57701414bd72a4707ef Available: 10 Suggested: 1 Service Level: None Service Type: Multi-Entitlement: No Ends: 09/22/2014 System Type: Physical Subscription Name: Awesome OS with unlimited virtual guests SKU: awesomeos-virt-unlimited Pool ID: 8a9086d3414bd57701414bd7295007a6 Available: Unlimited Suggested: 1 Service Level: None Service Type: Multi-Entitlement: No Ends: 09/22/2014 System Type: Virtual [root@jsefler-6 ~]# subscription-manager attach --pool 8a9086d3414bd57701414bd72a4707ef --pool 8a9086d3414bd57701414bd7295007a6 Successfully attached a subscription for: RAM Limiting Package (8GB) Successfully attached a subscription for: Awesome OS with unlimited virtual guests [root@jsefler-6 ~]# subscription-manager list --consumed +-------------------------------------------+ Consumed Subscriptions +-------------------------------------------+ Subscription Name: Awesome OS with unlimited virtual guests Provides: Awesome OS Server Bits SKU: awesomeos-virt-unlimited Contract: 145 Account: 12331131231 Serial: 7742634658980306046 Pool ID: 8a9086d3414bd57701414bd7295007a6 Active: True Quantity Used: 1 Service Level: Service Type: Status Details: Starts: 09/22/2013 Ends: 09/22/2014 System Type: Virtual <========= VERIFIED Subscription Name: RAM Limiting Package (8GB) Provides: RAM Limiting Product SKU: ram-8gb Contract: 169 Account: 12331131231 Serial: 7381188811441014251 Pool ID: 8a9086d3414bd57701414bd72a4707ef Active: True Quantity Used: 1 Service Level: Service Type: Status Details: Starts: 09/22/2013 Ends: 09/22/2014 System Type: Physical <========= VERIFIED [root@jsefler-6 ~]# VERIFIED: The CLI list --consumed now displays the System Type corresponding to the pool that the entitlement came from. Created attachment 802475 [details]
Type of subscription being attached
Version:
# rpm -qa | egrep "subscription-manager|python-rhsm"
subscription-manager-1.9.7-1.el6.x86_64
subscription-manager-migration-1.9.7-1.el6.x86_64
subscription-manager-firstboot-1.9.7-1.el6.x86_64
python-rhsm-debuginfo-1.9.6-1.el6.x86_64
subscription-manager-debuginfo-1.9.7-1.el6.x86_64
python-rhsm-1.9.6-1.el6.x86_64
subscription-manager-gui-1.9.7-1.el6.x86_64
Verification:
See Attachment
VERIFIED
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. http://rhn.redhat.com/errata/RHBA-2013-1659.html |