Bug 998069
| Summary: | after ipa-server-install --uninstall on a replica, ipa-ca.$DOMAIN name not updated. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Michael Gregg <mgregg> |
| Component: | ipa | Assignee: | Martin Kosek <mkosek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Namita Soman <nsoman> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 | CC: | arubin, pviktori, rcritten |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-3.3.1-3.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 11:19:51 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: | |||
|
Description
Michael Gregg
2013-08-16 23:36:01 UTC
Correction of step 5. Step 5 should have been: 5. ipa-server-install --uninstall Upstream ticket: https://fedorahosted.org/freeipa/ticket/3867 Uninstalling a server does not contact the other replicas (we have no credentials). We may be able to check to see if there are any replication agreements and warn. It may also be that this value is not cleaned up when the a master is removed. Fixed upstream: master: https://fedorahosted.org/freeipa/changeset/7959f3ee1e38ce10e2f32a51c3fa0f45f949f06f ipa-3-3: https://fedorahosted.org/freeipa/changeset/95d3d3d60b9e981bcd192ed11242d58873fd09bf A regression was fixed upstream: master: https://fedorahosted.org/freeipa/changeset/a70b08e9aea891555ebee512de196748a835acb8 ipa-3-3: https://fedorahosted.org/freeipa/changeset/658e734d2c453381a04e9ed72ea6ee9d50cea097 Moving back to ON_QA after regression was fixed. Verified against ipa-server-3.3.3-10.el7.x86_64 [root@blade05 ~]# dig ipa-ca.$DOMAIN ;; AUTHORITY SECTION: testrelm.com. 86400 IN NS ibm-x3250m4-04.testrelm.com. testrelm.com. 86400 IN NS blade05.testrelm.com. [root@blade05 ~]# ipa-replica-manage del ibm-x3250m4-04.testrelm.com Deleting a master is irreversible. To reconnect to the remote master you will need to prepare a new replica file and re-install. Continue to delete? [no]: yes Deleting replication agreements between ibm-x3250m4-04.testrelm.com and blade05.testrelm.com ipa: INFO: Setting agreement cn=meToblade05.testrelm.com,cn=replica,cn=dc\=testrelm\,dc\=com,cn=mapping tree,cn=config schedule to 2358-2359 0 to force synch ipa: INFO: Deleting schedule 2358-2359 0 from agreement cn=meToblade05.testrelm.com,cn=replica,cn=dc\=testrelm\,dc\=com,cn=mapping tree,cn=config ipa: INFO: Replication Update in progress: TRUE: status: 0 Replica acquired successfully: Incremental update started: start: 0: end: 0 ipa: INFO: Replication Update in progress: FALSE: status: 0 Replica acquired successfully: Incremental update succeeded: start: 0: end: 0 Deleted replication agreement from 'blade05.testrelm.com' to 'ibm-x3250m4-04.testrelm.com' Background task created to clean replication data. This may take a while. This may be safely interrupted with Ctrl+C [root@blade05 ~]# dig ipa-ca.$DOMAIN ;; AUTHORITY SECTION: testrelm.com. 86400 IN NS blade05.testrelm.com. 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. |