From 961d5fb6025f4901d63be8cfc8062bd8e2093021 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Sat, 30 Oct 2010 12:11:36 +0000 Subject: mgmt/glusterd: Honor log filename set during add-brick Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati 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 --- xlators/mgmt/glusterd/src/glusterd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/mgmt/glusterd/src/glusterd.h') 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; -- cgit