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.

Bug 1002335

Summary: ipa replica uninstall does not clear @ record on master
Product: Red Hat Enterprise Linux 7 Reporter: Michael Gregg <mgregg>
Component: ipaAssignee: Martin Kosek <mkosek>
Status: CLOSED NOTABUG QA Contact: Namita Soman <nsoman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.1CC: rcritten
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: 2013-08-29 11:57:38 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-28 23:06:19 UTC
Description of problem:
On a install where a replica server is installed with the --setup-dns option, uninstalling the replica leaves the replica server in the @ record of the main domain on the master server.

Version-Release number of selected component (if applicable):
ipa-server-3.3.0-2.fc19.x86_64

How reproducible:
always

Steps to Reproduce:
1. on master: ipa-server-install
2. on master: ipa-replica-prepare -p Secret123 --ip-address=<ip of replica> <replica>.testrelm.com
3. on replica: ipa-replica-install --setup-dns <gpg file from master>
4. on replica: ipa-server-insatall --uninstall
5. on master: ipa dnsrecord-find testrelm.com

Actual results:
testrelm.com on the master contains the master and replica in the @ record. 

Expected results:
uninstalling a replica to clear the replica out of the main domain's @ record.

Comment 3 Rob Crittenden 2013-08-29 11:57:38 UTC
This is expected behavior. This value should be cleared when the replication agreement is removed using ipa-replica-manage. Uninstalling the remote replica itself doesn't trigger this as it is an unprivileged (other than root) operation.