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: synchronized

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 1/2] 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

From a436c3a78455ee5dfaf6b7e749dadfc879263f8c Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Fri, 14 Jul 2017 21:00:27 +0530
Subject: [PATCH 2/2] 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, 2 insertions(+), 2 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 0de9f0886..7ac511633 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -162,8 +162,8 @@
                             Timeout in seconds between heartbeats for this
                             service. This is used to ensure that the process
                             is alive and capable of answering requests. Note
-                            after three missed heartbeats process will self
-                            terminate.
+                            that after three missed heartbeats the process
+                            will terminate itself.
                         </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