Bug 1712741

Summary: glusterd_svcs_stop should call individual wrapper function to stop rather than calling the glusterd_svc_stop
Product: [Community] GlusterFS Reporter: Mohammed Rafi KC <rkavunga>
Component: glusterdAssignee: Mohammed Rafi KC <rkavunga>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-31 03:15:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mohammed Rafi KC 2019-05-22 07:44:25 UTC
Description of problem:

glusterd_svcs_stop should call individual wrapper function to stop a daemon rather than calling glusterd_svc_stop. For example for shd, it should call glusterd_shdsvc_stop instead of calling basic API function to stop. Because the individual functions for each daemon could be doing some specific operation in their wrapper function 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. replace-brick and reset-brick operations are using this
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2019-05-22 08:12:25 UTC
REVIEW: https://review.gluster.org/22761 (glusterd/svc: glusterd_svcs_stop should call individual wrapper function) posted (#1) for review on master by mohammed rafi  kc

Comment 2 Worker Ant 2019-05-31 03:15:31 UTC
REVIEW: https://review.gluster.org/22761 (glusterd/svc: glusterd_svcs_stop should call individual wrapper function) merged (#3) on master by Atin Mukherjee