| Summary: | [GUI] Filtering non-stackable subscriptions based on cores does not consider number of Sockets | ||
|---|---|---|---|
| Product: | [Community] Candlepin | Reporter: | Sharath Dwaral <fsharath> |
| Component: | candlepin | Assignee: | Bryan Kearney <bkearney> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | CC: | bkearney, jgalipea, jmolet, jsefler |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-29 19:05: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: | |
| Bug Depends On: | |||
| Bug Blocks: | 863175 | ||
|
Description
Sharath Dwaral
2013-10-30 20:05:29 UTC
commit c907ece127cd42d24d702329145c55f22ac1ff7e
Author: ckozak <ckozak>
Date: Wed Oct 30 16:07:05 2013 -0400
1025044: fix cores pre-entitlement calculation
cores pre_entitlement check was not properly multiplying
cores_per_cpu by sockets. This caused us not to filter
some subscriptions from list available that we should.
Added tests for other pre_entitlement attribute warnings
as well
Version
# subscription-manager version
server type: This system is currently not registered.
subscription management server: Unknown
subscription-manager: 1.10.11-2.el7
python-rhsm: 1.10.11-2.el7
Verification:
# cat /etc/rhsm/facts/override.facts
{"cpu.core(s)_per_socket":"26",
"cpu.cpu_socket(s)":"2",
"virt.is_guest": "False"}
# subscription-manager facts --list | egrep "^virt|^cpu"
cpu.core(s)_per_socket: 26 <<<<<<<<<<
cpu.cpu(s): 2
cpu.cpu_socket(s): 2 <<<<<<<<<<
cpu.thread(s)_per_core: 1
cpu.topology_source: kernel /sys cpu sibling lists
virt.host_type: kvm
virt.is_guest: False <<<<<<<<<<
virt.uuid: eb692370-e61d-110c-2d6c-2e59ad47092b
After the system is made physical (virt.is_guest: False) "Cores Package (26 cores)" subscription is no displayed as it is not stackable.
VERIFIED
These bugs were fixed during 7.0 but not moved to CLOSED. They have been delivered |