diff options
author | Amar Tumballi <amar@gluster.com> | 2010-08-28 02:18:47 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-08-28 04:47:52 -0700 |
commit | e38fcf1f24b963f3fae9447e77bbc16a422739ae (patch) | |
tree | 766972f057534eb9d6f7f2b84a84b956d9bad91d | |
parent | 9478240b8bfc42e444d9380aeeffb015d8e75b7e (diff) |
dump the volume file details in log file if graph init succeeds
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
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
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index c83646001d1..7c818028062 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); |