URL: https://github.com/SSSD/sssd/pull/323
Author: amitkumar50
 Title: #323: 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/323/head:pr323
git checkout pr323
From 8442fbeff4190730d65b84ba5f10faa614d04cca Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Fri, 14 Jul 2017 20:09:21 +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..0de9f0886 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