From e38fcf1f24b963f3fae9447e77bbc16a422739ae Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Sat, 28 Aug 2010 02:18:47 +0000 Subject: dump the volume file details in log file if graph init succeeds Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1468 (after dvm changes, volfile info is not dumped in logfile) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1468 --- glusterfsd/src/glusterfsd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index c83646001..7c8180280 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1285,6 +1285,8 @@ glusterfs_process_volfp (glusterfs_ctx_t *ctx, FILE *fp) goto out; } + gf_log_volume_file (fp); + out: if (fp) fclose (fp); -- cgit