Bug 2111181
Summary: | CNAME records missing in DNS of locations-enabled domain | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Julien Rische <jrische> |
Component: | ipa | Assignee: | Julien Rische <jrische> |
Status: | CLOSED NOTABUG | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.0 | CC: | ftrivino, rcritten, tomek, tscherf |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-10-31 09:52:25 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: | 2104185, 2148382 |
Description
Julien Rische
2022-07-26 16:29:57 UTC
On IPA servers, there are no traces of locations-related CNAME records in /var/named/data/update.log log file. The zone dump in /var/named/dyndb-ldap/ipa/master/example.com/raw does not contain expected CNAME records either. CNAME records are created when configuration and zones are reloaded manually # rndc reload However this command is not supposed to have impact on dynamic zones: # rndc reload example.com. rndc: 'reload' failed: dynamic zone It seems that when assigning a location to a server, the bind9 configuration has to be reloaded using "rndc reconfig" (reloading the configuration after server installation is not enough). This is actually not a bug. Restarting bind9 is required after assigning a location to a server, as explained in the documentation: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/working_with_dns_in_identity_management/managing-dns-locations-in-idm_working-with-dns-in-identity-management#assigning-an-idm-server-to-a-dns-location-using-the-idm-web-ui_managing-dns-locations-in-idm |