summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/dht/src/dht-shared.c4
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/xlators/cluster/dht/src/dht-shared.c b/xlators/cluster/dht/src/dht-shared.c
index 1e666bd8140..06d0a5db6ae 100644
--- a/xlators/cluster/dht/src/dht-shared.c
+++ b/xlators/cluster/dht/src/dht-shared.c
@@ -864,14 +864,14 @@ struct volume_options options[] = {
.description = "Frequency to demote files to slow tier"
},
- { .key = {"write-freq-thresold"},
+ { .key = {"write-freq-threshold"},
.type = GF_OPTION_TYPE_INT,
.default_value = "0",
.description = "Defines the write fequency "
"that would be considered hot"
},
- { .key = {"read-freq-thresold"},
+ { .key = {"read-freq-threshold"},
.type = GF_OPTION_TYPE_INT,
.default_value = "0",
.description = "Defines the read fequency "
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 4637bda59c6..bad7e63d309 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -1691,15 +1691,15 @@ struct volopt_map_entry glusterd_volopt_map[] = {
},
/* tier translator - global tunables */
- { .key = "cluster.write-freq-thresold",
+ { .key = "cluster.write-freq-threshold",
.voltype = "cluster/tier",
- .option = "write-freq-thresold",
+ .option = "write-freq-threshold",
.op_version = GD_OP_VERSION_3_7_0,
.flags = OPT_FLAG_CLIENT_OPT
},
- { .key = "cluster.read-freq-thresold",
+ { .key = "cluster.read-freq-threshold",
.voltype = "cluster/tier",
- .option = "read-freq-thresold",
+ .option = "read-freq-threshold",
.op_version = GD_OP_VERSION_3_7_0,
.flags = OPT_FLAG_CLIENT_OPT
},