summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/io-threads')
-rw-r--r--xlators/performance/io-threads/src/io-threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c
index bade0d6a807..80d0168bf4c 100644
--- a/xlators/performance/io-threads/src/io-threads.c
+++ b/xlators/performance/io-threads/src/io-threads.c
@@ -1256,7 +1256,7 @@ struct volume_options options[] = {
},
{ .key = {"enable-least-priority"},
.type = GF_OPTION_TYPE_BOOL,
- .default_value = "on",
+ .default_value = SITE_H_ENABLE_LEAST_PRIORITY,
.op_version = {1},
.flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC,
.tags = {"io-threads"},