Bug 959967
Summary: | start date of a subscription is not a valid one when you attach a future subscription and then and heal after 1 min | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Shwetha Kallesh <skallesh> |
Component: | subscription-manager | Assignee: | Jesus M. Rodriguez <jesusr> |
Status: | CLOSED ERRATA | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.10 | CC: | jesusr, jsefler, redakkan, skallesh, spandey |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
No description necessary
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-30 23:07:53 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: | 840995 |
Description
Shwetha Kallesh
2013-05-06 10:20:24 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Pull Request filed https://github.com/candlepin/candlepin/pull/265 Leaving as ASSIGNED until PR is reviewed. Marking verified!! [root@localhost ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.8.17-1 subscription-manager: 1.8.13-1.el5 python-rhsm: 1.8.13-1.git.0.85d7af5.el5 [root@localhost ~]# subscription-manager list --installed +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Multi-Attribute Limited Product Product ID: 900 Version: 1.0 Arch: x86_64 Status: Future Subscription Status Details: Not covered by a valid subscription. Starts: Ends: [root@localhost ~]# subscription-manager list --consumed +-------------------------------------------+ Consumed Subscriptions +-------------------------------------------+ Subscription Name: Multi-Attribute Stackable (4 cores) Provides: Multi-Attribute Limited Product SKU: cores4-multiattr Contract: 211 Account: 12331131231 Serial: 89639266170577109 Pool ID: 8ac6a3a240054e670140054f703c05d1 Active: False Quantity Used: 1 Service Level: Premium Service Type: Level 3 Status Details: [root@localhost ~]# cat /etc/rhsm/rhsm.conf | grep auto-attach -A1 # Interval to run auto-attach (in minutes): autoAttachInterval=2 [root@localhost ~]# subscription-manager auto-attach --enable Auto-attach preference: enabled [root@localhost ~]# service rhsmcertd restart Stopping rhsmcertd... [ OK ] Starting rhsmcertd... [root@localhost ~]# subscription-manager list --installed +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Multi-Attribute Limited Product Product ID: 900 Version: 1.0 Arch: x86_64 Status: Subscribed Status Details: Starts: 07/22/2013 Ends: 07/12/2015 [root@localhost ~]# subscription-manager list --consumed +-------------------------------------------+ Consumed Subscriptions +-------------------------------------------+ Subscription Name: Multi-Attribute Stackable (4 cores) Provides: Multi-Attribute Limited Product SKU: cores4-multiattr Contract: 211 Account: 12331131231 Serial: 89639266170577109 Pool ID: 8ac6a3a240054e670140054f703c05d1 Active: False Quantity Used: 1 Service Level: Premium Service Type: Level 3 Status Details: Subscription Name: Multi-Attribute (non-stackable) (24 cores, 6 sockets, 8GB RAM) Provides: Multi-Attribute Limited Product SKU: non-stacked-multiattr Contract: 241 Account: 12331131231 Serial: 144828672410818912 Pool ID: 8ac6a3a240054e670140054f6a300400 Active: True Quantity Used: 1 Service Level: Super Service Type: Level 3 Status Details: Starts: 07/22/2013 Ends: 07/22/2014 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-1332.html |