Bug 1019747
Summary: | /etc/pki/consumer folder is not moved to consumer.old after deleting the consumer | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Shwetha Kallesh <skallesh> |
Component: | subscription-manager | Assignee: | Devan Goodwin <dgoodwin> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | John Sefler <jsefler> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | dgoodwin |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-13 12:58:16 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: | 863175 |
Description
Shwetha Kallesh
2013-10-16 10:52:32 UTC
Sending this back for a re-test, this is already working for me, perhaps something fixed in the last few months. Re-testing version... [root@jsefler-7 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.3-1 subscription-manager: 1.10.13-1.el7 python-rhsm: 1.10.12-1.el7 [root@jsefler-7 ~]# subscription-manager register --serverurl=jsefler-f14-candlepin.usersys.redhat.com:8443/candlepin Username: testuser1 Password: Organization: admin The system has been registered with ID: 8c5fd8e7-6cc1-4bd5-aae1-a11919bbd663 [root@jsefler-7 ~]# ls -l /etc/pki total 4 drwxr-xr-x. 6 root root 57 Jan 15 08:50 CA drwxr-xr-x. 4 root root 48 Jan 21 19:52 ca-trust drwxr-xr-x. 2 root root 35 Feb 11 15:26 consumer drwxr-xr-x. 2 root root 6 Feb 11 15:25 entitlement drwxr-xr-x. 2 root root 20 Jan 21 19:52 java drwxr-xr-x. 2 root root 97 Jan 29 12:39 nssdb drwxrwxr-x. 2 pesign pesign 51 Jan 21 20:04 pesign drwxr-xr-x. 2 root root 20 Feb 11 11:00 product drwxr-xr-x. 2 root root 4096 Jan 21 19:57 rpm-gpg drwx------. 2 root root 6 Jan 21 10:28 rsyslog drwxr-xr-x. 5 root root 76 Jan 21 19:53 tls [root@jsefler-7 ~]# curl -k -u admin:admin --request DELETE https://jsefler-f14-candlepin.usersys.redhat.com:8443/candlepin/consumers/8c5fd8e7-6cc1-4bd5-aae1-a11919bbd663 [root@jsefler-7 ~]# service rhsmcertd restart Redirecting to /bin/systemctl restart rhsmcertd.service [root@jsefler-7 ~]# sleep 120 [root@jsefler-7 ~]# ls -l /etc/pki total 4 drwxr-xr-x. 6 root root 57 Jan 15 08:50 CA drwxr-xr-x. 4 root root 48 Jan 21 19:52 ca-trust drwxr-xr-x. 2 root root 35 Feb 11 15:26 consumer.old drwxr-xr-x. 2 root root 20 Jan 21 19:52 java drwxr-xr-x. 2 root root 97 Jan 29 12:39 nssdb drwxrwxr-x. 2 pesign pesign 51 Jan 21 20:04 pesign drwxr-xr-x. 2 root root 20 Feb 11 11:00 product drwxr-xr-x. 2 root root 4096 Jan 21 19:57 rpm-gpg drwx------. 2 root root 6 Jan 21 10:28 rsyslog drwxr-xr-x. 5 root root 76 Jan 21 19:53 tls VERIFIED: The consumer cert directory is moved to consumer.old directory when the rhsmcertd checks in with the server and determines that the consumer has been deleted at the server. 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. |