summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads/src
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@fb.com>2018-01-25 06:52:32 -0800
committerAmar Tumballi <amarts@redhat.com>2018-01-30 03:51:57 +0000
commit9bbee1c2bc91d194d7470dfe2351b7d8c7abe102 (patch)
treef748376ff9adf1ab14db7558516bcdacf83dba3e /xlators/performance/io-threads/src
parent3e78ea991b213422fc423ff94994e1eb295569c7 (diff)
core: add some examples of site.h usage
Change-Id: I6ce574a593eda8f3a6b2fc8969b5edf7c250b61c Signed-off-by: Jeff Darcy <jdarcy@fb.com>
Diffstat (limited to 'xlators/performance/io-threads/src')
-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"},