From 24ee79345fc7346ef78b8adf54008ae77524026b Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 21 Feb 2013 22:10:27 +0530 Subject: storage/posix: introduce node-uuid-pathinfo enabling this option has an effect on pathinfo xattr request returning : instead of the default - which is :. Change-Id: Ice1b38abf8e5df1568bab6d79ec0d53dfa520332 BUG: 765380 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.org/4567 Reviewed-by: Amar Tumballi Reviewed-by: Jeff Darcy Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index cc8a23636..ec02680ab 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1109,6 +1109,10 @@ struct volopt_map_entry glusterd_volopt_map[] = { .option = "brick-gid", .op_version = 2 }, + { .key = "storage.node-uuid-pathinfo", + .voltype = "storage/posix", + .op_version = 2 + }, { .key = "config.memory-accounting", .voltype = "configuration", .option = "!config", -- cgit