abbra / freeipa

Mirror of FreeIPA, an integrated security information management solution
http://www.freeipa.org
GNU General Public License v3.0
2 stars 1 forks source link

Global Catalog: remove DNS record only when last instance is removed #69

Closed flo-renaud closed 3 years ago

flo-renaud commented 3 years ago

During the GC uninstallation, all the GC-related DNS records are deleted, even though another master may be providing the GC role. Delete the records only when the last instance of GC is removed.

If the deletion fails for an unexpected reason, do not raise the exception but continue the uninstallation after logging the error.

Fixes: https://github.com/abbra/freeipa/issues/63

flo-renaud commented 3 years ago

/azp run

azure-pipelines[bot] commented 3 years ago
Commenter does not have sufficient privileges for PR 69 in repo abbra/freeipa
abbra commented 3 years ago

LGTM