Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Prerequisites : Rhel7 with following subscription-manager rpm subscription-manager-1.10.3-1.git.8.10ad2b2.el7.x86_64 subscription-manager-migration-data-2.0.4-1.git.0.6bebf6f.el7.noarch subscription-manager-firstboot-1.10.3-1.git.8.10ad2b2.el7.x86_64 subscription-manager-migration-1.10.3-1.git.8.10ad2b2.el7.x86_64 subscription-manager-gui-1.10.3-1.git.8.10ad2b2.el7.x86_64 Steps to Repro : Testcase : https://tcms.engineering.redhat.com/case/276276/?from_plan=5846 Register client to candlepin and delete comsumer from server restart rhsmcertd service Expected Result : After 2 min consumer uuid should not displayed in facts list . Actual Result : Consumer uuid is displaying in facts list even after 4 min . oot@dhcp201-190 facts]# curl -X DELETE -k -u admin:admin https://10.65.201.193:8443/candlepin/consumers/397e4379-d1b4-4ecd-a1d4-bff7888bb4bd [root@dhcp201-190 facts]# service rhsmcertd restart Redirecting to /bin/systemctl restart rhsmcertd.service [root@dhcp201-190 facts]# subscription-manager facts --list | grep system.uuid dmi.system.uuid: 8e2d3d65-50c4-b96a-a737-ec965d647777 system.uuid: 397e4379-d1b4-4ecd-a1d4-bff7888bb4bd [root@dhcp201-190 facts]# date Thu Oct 17 03:22:39 IST 2013 [root@dhcp201-190 facts]# date Thu Oct 17 03:26:43 IST 2013 [root@dhcp201-190 facts]# subscription-manager facts --list | grep system.uuid dmi.system.uuid: 8e2d3d65-50c4-b96a-a737-ec965d647777 system.uuid: 397e4379-d1b4-4ecd-a1d4-bff7888bb4bd [root@dhcp201-190 facts]#
In looking into this bug we decided to remove this fact entirely. It was not actually a fact, you would not see it on the server, it was just added on the fly when you viewed facts on the client, which we discussed and decided was weird behaviour and we'd be better without. Instead we move the UUID display to the facts dialog above the facts table itself. It remains in the identity command on the CLI. Fixed in subscription-manager.git: 83c6d38b1eca32d9cf5c34a1ab42141dbebb322c The display of the UUID keys off whether or not there is a consumer cert in /etc/pki/consumer. As we know, if you delete a consumer remotely, certs are archived on the next rhsmcertd run, so between the time you delete the consumer and the next rhsmcertd run, you will still see UUID in the facts dialog. Once rhsmcertd runs, it will no longer appear as the consumer cert is gone.
Verified Using following rpm subscription-manager-firstboot-1.10.6-1.el7.x86_64 subscription-manager-migration-data-2.0.5-1.git.0.3be2ad4.el7.noarch subscription-manager-1.10.6-1.el7.x86_64 subscription-manager-gui-1.10.6-1.el7.x86_64 subscription-manager-migration-1.10.6-1.el7.x86_64 I can see the change mentioned in comment 2 , so resolving defect as 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.