From 228d01916c57d5a5716e1097e39e7aa06f31f3e4 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 5 Mar 2012 16:05:12 +0530 Subject: glusterfsd: Don't reconfigure if process does not know volfile server Change-Id: I09e5527bb1496e0029d73f08dd7892d74df93084 BUG: 799882 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.com/2865 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System --- glusterfsd/src/glusterfsd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index ca6b9b3810d..fa94c59056f 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -838,9 +838,8 @@ reincarnate (int signum) "Fetching the volume file from server..."); ret = glusterfs_volfile_fetch (ctx); } else { - gf_log ("glusterfsd", GF_LOG_INFO, - "Reloading volfile ..."); - ret = glusterfs_volumes_init (ctx); + gf_log ("glusterfsd", GF_LOG_DEBUG, + "Not reloading volume specification file on SIGHUP"); } /* Also, SIGHUP should do logrotate */ -- cgit