summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorAravinda VK <avishwan@redhat.com>2018-03-26 13:39:55 +0530
committerAravinda VK <avishwan@redhat.com>2018-04-05 05:05:43 +0000
commit1dfd17216ddd11d85842380f4afbb9267bd597c6 (patch)
tree1d6db269763ac848545c54ded37a295553ea110f /xlators
parent09ff538b68cfcfe6b9f222c76ce653bcfecc8b57 (diff)
features/changelog: Update option levels
Options levels for Changelog Xlator Change-Id: Idd246717e38096c44258a990a0939f82e5fc9654 Updates: #430 Signed-off-by: Aravinda VK <avishwan@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/changelog/src/changelog.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/xlators/features/changelog/src/changelog.c b/xlators/features/changelog/src/changelog.c
index a92e7a1828f..19d66b605bb 100644
--- a/xlators/features/changelog/src/changelog.c
+++ b/xlators/features/changelog/src/changelog.c
@@ -2958,6 +2958,7 @@ struct volume_options options[] = {
.description = "enable/disable change-logging",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_BASIC,
.tags = {"journal", "georep", "glusterfind"}
},
{.key = {"changelog-brick"},
@@ -2974,6 +2975,7 @@ struct volume_options options[] = {
.default_value = "{{ brick.path }}/.glusterfs/changelogs",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_ADVANCED,
.tags = {"journal", "georep", "glusterfind"}
},
{.key = {"op-mode"},
@@ -2991,6 +2993,7 @@ struct volume_options options[] = {
.description = "encoding type for changelogs",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_ADVANCED,
.tags = {"journal"}
},
{.key = {"rollover-time"},
@@ -2999,6 +3002,7 @@ struct volume_options options[] = {
.description = "time to switch to a new changelog file (in seconds)",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_ADVANCED,
.tags = {"journal", "georep", "glusterfind"}
},
{.key = {"fsync-interval"},
@@ -3008,6 +3012,7 @@ struct volume_options options[] = {
" instead perform fsync() at specified intervals",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_ADVANCED,
.tags = {"journal"}
},
{ .key = {"changelog-barrier-timeout"},
@@ -3019,6 +3024,7 @@ struct volume_options options[] = {
"blocked fops are allowed to go through",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_ADVANCED,
.tags = {"journal"}
},
{.key = {"capture-del-path"},
@@ -3027,6 +3033,7 @@ struct volume_options options[] = {
.description = "enable/disable capturing paths of deleted entries",
.op_version = {3},
.flags = OPT_FLAG_SETTABLE,
+ .level = OPT_STATUS_BASIC,
.tags = {"journal", "glusterfind"}
},
{.key = {NULL}