Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
In rhsm GUI "System->View System Facts" window, "Update Facts" doesn't work.
Version-Release number of selected component (if applicable):
subscription-manager-firstboot-1.10.10-1.el7.x86_64
subscription-manager-1.10.10-1.el7.x86_64
subscription-manager-gui-1.10.10-1.el7.x86_64
python-rhsm-1.10.10-1.el7.x86_64
How reproducible:
always
Steps to Reproduce:
1.Register the system and attach some subscriptions
2.Open subscription-manager-gui
3.Open "Subscription Manager - Facts" window by click "System -> View System Facts"
4.Check the value of system facts cpu -> cpu.cpu_socket(s), note it is "2"
5.Modify the system facts I use below cmd:
#echo '{"cpu.cpu_socket(s)":"3"}' > /etc/rhsm/facts/custom.facts
6.Press "Update Facts" in the facts window
Actual results:
The "Last Update" time will update to the right value, but the "cpu.cpu_socket(s)" value will not change at all.
Expected results:
The "cpu.cpu_socket(s)" value should be changed to "3" which I set in the custom.facts.
Additional info:
If I restart the subscription-mananger-gui, then open the system facts window, I can find the system facts value was
updated successfully.
commit e3a4499bee8fa50bc3799dbc5c96570199199eab
Author: ckozak <ckozak>
Date: Thu Jan 9 09:13:49 2014 -0500
1050850: re-evaluate system facts when checking for updates
Checking for updates would be a noop after the first time because
we assumed that system facts would not change very quickly. Now
we check every time has_changed is called to more accurately
determine whether the facts have changed.
Added cpu speed from lscpu to the graylist because it is the
same data we're already graylisting from another source.
Version:
# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.9.2-1
subscription-manager: 1.10.11-1.el7
python-rhsm: 1.10.11-1.el7
Verification:
1) Register system to candlepin
2) Open "Facts Dialog" Click on System-> view System Facts
3) Note cpu.cpu_socket(s) value (2 in this case)
4) Change facts by creating custom facts file
#echo '{"cpu.cpu_socket(s)":"3"}' > /etc/rhsm/facts/custom.facts
5) Click on "Update facts" on "Facts Dialog"
6) Verify updated value (new value in this case is 3)
CPU facts are successfully updated
VERIFIED
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: In rhsm GUI "System->View System Facts" window, "Update Facts" doesn't work. Version-Release number of selected component (if applicable): subscription-manager-firstboot-1.10.10-1.el7.x86_64 subscription-manager-1.10.10-1.el7.x86_64 subscription-manager-gui-1.10.10-1.el7.x86_64 python-rhsm-1.10.10-1.el7.x86_64 How reproducible: always Steps to Reproduce: 1.Register the system and attach some subscriptions 2.Open subscription-manager-gui 3.Open "Subscription Manager - Facts" window by click "System -> View System Facts" 4.Check the value of system facts cpu -> cpu.cpu_socket(s), note it is "2" 5.Modify the system facts I use below cmd: #echo '{"cpu.cpu_socket(s)":"3"}' > /etc/rhsm/facts/custom.facts 6.Press "Update Facts" in the facts window Actual results: The "Last Update" time will update to the right value, but the "cpu.cpu_socket(s)" value will not change at all. Expected results: The "cpu.cpu_socket(s)" value should be changed to "3" which I set in the custom.facts. Additional info: If I restart the subscription-mananger-gui, then open the system facts window, I can find the system facts value was updated successfully.