summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd.h
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2010-10-30 12:11:36 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-10-30 21:23:18 -0700
commit961d5fb6025f4901d63be8cfc8062bd8e2093021 (patch)
tree92a17083475cb3e958875c563f2f51a523ad083a /xlators/mgmt/glusterd/src/glusterd.h
parent586000144be8919a234939ad43b04394d5f2636e (diff)
mgmt/glusterd: Honor log filename set during add-brick
Signed-off-by: Vijay Bellur <vijay@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2042 (No volume log files found in the specified directory for the newly added bricks) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2042
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h
index 11774a3e9d0..185d36225fd 100644
--- a/xlators/mgmt/glusterd/src/glusterd.h
+++ b/xlators/mgmt/glusterd/src/glusterd.h
@@ -192,6 +192,7 @@ struct glusterd_volinfo_ {
dict_t *dict;
uuid_t volume_id;
+ char *logdir;
};
typedef struct glusterd_volinfo_ glusterd_volinfo_t;