From 68be932b53daa27be7504bc49ac4c8ba33b5a733 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Fri, 3 Aug 2018 10:20:08 +0530 Subject: posix: Mark 'shared-brick-count' as settable updates: #302 Change-Id: I9c1b9c9751c21866b074ac5d3ef15a58ae7aa707 Signed-off-by: Prashanth Pai --- xlators/storage/posix/src/posix-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/storage/posix/src/posix-common.c') diff --git a/xlators/storage/posix/src/posix-common.c b/xlators/storage/posix/src/posix-common.c index a7161de3396..ae1d6e46329 100644 --- a/xlators/storage/posix/src/posix-common.c +++ b/xlators/storage/posix/src/posix-common.c @@ -1315,6 +1315,7 @@ struct volume_options options[] = { { .key = {"shared-brick-count"}, .type = GF_OPTION_TYPE_INT, .default_value = "1", + .flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC, .description = "Number of bricks sharing the same backend export." " Useful for displaying the proper usable size through statvfs() " "call (df command)", -- cgit