URL: https://github.com/SSSD/sssd/pull/322
Author: amitkumar50
 Title: #322: MAN: The timeout option doesn't say after how many heartbeats 
will the process be killed
Action: opened

PR body:
"""
Text added in timeout section of sssd.conf man page describing number of 
heartbeat missed before process self kills itself.

Resolves: https://pagure.io/SSSD/sssd/issue/3398
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/322/head:pr322
git checkout pr322
From ac73c72ee9fc1af6ba6d6667d3a67212e8817609 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Thu, 13 Jul 2017 21:47:58 +0530
Subject: [PATCH] MAN: The timeout option doesn't say after how many heartbeats
 will the process be killed

Text added in timeout section of sssd.conf man page describing number of heartbeat missed before process self kills itself.

Resolves: https://pagure.io/SSSD/sssd/issue/3398
---
 src/man/sssd.conf.5.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 0f7822b29..e6f4ed4d6 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -161,7 +161,9 @@
                         <para>
                             Timeout in seconds between heartbeats for this
                             service. This is used to ensure that the process
-                            is alive and capable of answering requests.
+			    is alive and capable of answering requests. Note
+			    after three missed heartbeats process will self
+			    terminate.
                         </para>
                         <para>
                             Default: 10
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to