diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-03-05 16:05:12 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-03-05 23:10:48 -0800 |
commit | 228d01916c57d5a5716e1097e39e7aa06f31f3e4 (patch) | |
tree | 7e464e21684a41ecc1f1ecdbaa30943b1e898206 | |
parent | e435faeae8bdedbfcdeae6a37e51b913b7c7ff00 (diff) |
glusterfsd: Don't reconfigure if process does not know volfile server
Change-Id: I09e5527bb1496e0029d73f08dd7892d74df93084
BUG: 799882
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/2865
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 */ |