e3c68b
From b2040d8404e0ac44742cb903e3c8da2c832b2925 Mon Sep 17 00:00:00 2001
e3c68b
From: Mohammed Rafi KC <rkavunga@redhat.com>
e3c68b
Date: Thu, 11 Jul 2019 12:45:11 +0530
e3c68b
Subject: [PATCH 235/255] Revert "glusterd/svc: Stop stale process using the
e3c68b
 glusterd_proc_stop"
e3c68b
e3c68b
This reverts commit fe9159ee42f0f67b01e6a495df8105ea0f66738d.
e3c68b
e3c68b
BUG: 1471742
e3c68b
Change-Id: Id5ac0d21319724141ad9bcb9b66435803ebe5f47
e3c68b
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
e3c68b
Reviewed-on: https://code.engineering.redhat.com/gerrit/175944
e3c68b
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e3c68b
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
e3c68b
---
e3c68b
 xlators/mgmt/glusterd/src/glusterd-svc-helper.c | 6 +++---
e3c68b
 1 file changed, 3 insertions(+), 3 deletions(-)
e3c68b
e3c68b
diff --git a/xlators/mgmt/glusterd/src/glusterd-svc-helper.c b/xlators/mgmt/glusterd/src/glusterd-svc-helper.c
e3c68b
index a6e662f..6a3ca52 100644
e3c68b
--- a/xlators/mgmt/glusterd/src/glusterd-svc-helper.c
e3c68b
+++ b/xlators/mgmt/glusterd/src/glusterd-svc-helper.c
e3c68b
@@ -488,9 +488,9 @@ glusterd_shd_svc_mux_init(glusterd_volinfo_t *volinfo, glusterd_svc_t *svc)
e3c68b
 
e3c68b
             if (!mux_proc) {
e3c68b
                 if (pid != -1 && sys_access(svc->proc.pidfile, R_OK) == 0) {
e3c68b
-                    /* stale pid file, stop and unlink it */
e3c68b
-                    glusterd_proc_stop(&svc->proc, SIGTERM, PROC_STOP_FORCE);
e3c68b
-                    glusterd_unlink_file(svc->proc.pidfile);
e3c68b
+                    /* stale pid file, unlink it. */
e3c68b
+                    kill(pid, SIGTERM);
e3c68b
+                    sys_unlink(svc->proc.pidfile);
e3c68b
                 }
e3c68b
                 mux_proc = __gf_find_compatible_svc(GD_NODE_SHD);
e3c68b
             }
e3c68b
-- 
e3c68b
1.8.3.1
e3c68b