From d1d9c2587f5a985073039db5d15fe9adb0433547 Mon Sep 17 00:00:00 2001 From: Mohammed Rafi KC Date: Tue, 18 Jun 2019 22:15:37 +0530 Subject: glusterd/shd: Change shd logfile to a unique name With the shd mux changes, shd was havinga a logfile with volname of the first started volume. This was creating a lot confusion, as other volumes data is also logging to a logfile which has a different vol name. With this changes the logfile will be changed to a unique name ie "/var/log/glusterfs/glustershd.log". This was the same logfile name before the shd mux Change-Id: I2b94c1f0b2cf3c9493505dddf873687755a46dda fixes: bz#1721601 Signed-off-by: Mohammed Rafi KC --- xlators/mgmt/glusterd/src/glusterd-shd-svc-helper.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-shd-svc-helper.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-shd-svc-helper.h b/xlators/mgmt/glusterd/src/glusterd-shd-svc-helper.h index c70702c21f0..59466ec9e3b 100644 --- a/xlators/mgmt/glusterd/src/glusterd-shd-svc-helper.h +++ b/xlators/mgmt/glusterd/src/glusterd-shd-svc-helper.h @@ -26,12 +26,6 @@ void glusterd_svc_build_shd_volfile_path(glusterd_volinfo_t *volinfo, char *path, int path_len); -void -glusterd_svc_build_shd_logdir(char *logdir, char *volname, size_t len); - -void -glusterd_svc_build_shd_logfile(char *logfile, char *logdir, size_t len); - void glusterd_shd_svcproc_cleanup(glusterd_shdsvc_t *shd); -- cgit