summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/dht/src/dht.c3
-rw-r--r--xlators/performance/write-behind/src/write-behind.c5
2 files changed, 7 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c
index e61171c6c..b39ade006 100644
--- a/xlators/cluster/dht/src/dht.c
+++ b/xlators/cluster/dht/src/dht.c
@@ -248,5 +248,8 @@ struct volume_options options[] = {
{ .key = {"min-free-disk"},
.type = GF_OPTION_TYPE_PERCENT
},
+ { .key = {"unhashed-sticky-bit"},
+ .type = GF_OPTION_TYPE_BOOL
+ },
{ .key = {NULL} },
};
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c
index 8df81c4f7..a4e123993 100644
--- a/xlators/performance/write-behind/src/write-behind.c
+++ b/xlators/performance/write-behind/src/write-behind.c
@@ -2098,6 +2098,9 @@ struct volume_options options[] = {
},
{ .key = {"enable-O_SYNC"},
.type = GF_OPTION_TYPE_BOOL,
- },
+ },
+ { .key = {"enable-trickling-writes"},
+ .type = GF_OPTION_TYPE_BOOL
+ },
{ .key = {NULL} },
};