#15 client failover
Closed: Fixed None Opened 13 years ago by rcritten.

IPA client shall automatically fail over to a different IPA server if its “preferred” IPA server is not available.

We can do something similar to what we did in v1:

  • read server config from flat files
  • read DNS SRV records

Try them in that order until we connect.


master: 1df10a8

If there is just one configured server (e.g. the host in /etc/ipa/default.conf matches the SRV host in DNS) then failover is basically skipped. A way to test this is to manually set your /etc/ipa/default.conf to a non-existent host or a non-IPA server. Run with -v to show the various connection attempts. We run a new command, ping(), to check availability.

Metadata Update from @rcritten:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.0 - 2010/07

7 years ago

Login to comment on this ticket.

Metadata