summaryrefslogtreecommitdiffstats
path: root/glusterfsd
diff options
context:
space:
mode:
authorPranith Kumar K <pranithk@gluster.com>2012-03-05 16:05:12 +0530
committerVijay Bellur <vijay@gluster.com>2012-03-05 23:10:48 -0800
commit228d01916c57d5a5716e1097e39e7aa06f31f3e4 (patch)
tree7e464e21684a41ecc1f1ecdbaa30943b1e898206 /glusterfsd
parente435faeae8bdedbfcdeae6a37e51b913b7c7ff00 (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>
Diffstat (limited to 'glusterfsd')
-rw-r--r--glusterfsd/src/glusterfsd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c
index ca6b9b381..fa94c5905 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 */