summaryrefslogtreecommitdiffstats
path: root/src/man/include/failover.xml
Commit message (Collapse)AuthorAgeFilesLines
* try primary server after retry_timeout + 1 seconds when switching to backup1.9.2-48Pavel Březina2012-12-181-1/+1
| | | | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1679 The problem is when we are about to reset the server status, we don't get through the timeout (30 seconds) because the "switch to primary server" task is scheduled 30 seconds after fall back to a backup server. Thus the server status remains "not working" and is resetted after another 30 seconds. We need to make sure that the server status is tried after the timeout period. retry_timeout is currently hardcoded to 30, thus the change in man page.
* Primary server support: man page, failover sectionJan Zeleny2012-08-011-1/+11
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+42
Also update BUILD.txt