summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-12-17 12:04:54 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-12-18 16:42:49 +0100
commitcdfc4ba0b8135aa176f555f9244cfeaa2439a027 (patch)
tree3b30bc5fa4f829a175454351182647cd042268a8 /src/man
parent37660581d110cafde400c5c91d660fe9082aa7bf (diff)
downloadsssd-cdfc4ba0b8135aa176f555f9244cfeaa2439a027.tar.gz
sssd-cdfc4ba0b8135aa176f555f9244cfeaa2439a027.tar.xz
sssd-cdfc4ba0b8135aa176f555f9244cfeaa2439a027.zip
try primary server after retry_timeout + 1 seconds when switching to backup
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.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/include/failover.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/include/failover.xml b/src/man/include/failover.xml
index dbf9d5464..4865ce2be 100644
--- a/src/man/include/failover.xml
+++ b/src/man/include/failover.xml
@@ -17,7 +17,7 @@
<emphasis>primary</emphasis> and <emphasis>backup</emphasis>.
The idea is that servers in the primary list are preferred and
backup servers are only searched if no primary servers can be
- reached. If a backup server is selected, a timeout of 30 seconds
+ reached. If a backup server is selected, a timeout of 31 seconds
is set. After this timeout SSSD will periodically try to reconnect
to one of the primary servers. If it succeeds, it will replace
the current active (backup) server.