summaryrefslogtreecommitdiff
path: root/src/common/config_opts.h
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-10-23 12:03:42 -0700
committerYehuda Sadeh <yehuda@inktank.com>2013-10-23 12:03:42 -0700
commitdeecb5b0b617a6fc56951eb21733d18540b474b6 (patch)
tree14e7c19a1c3e0bbc1553af22aa539d2a123bb837 /src/common/config_opts.h
parent455fcfc68f4201ed2451500392e038ba87db8a90 (diff)
downloadceph-wip-mongoose-2.tar.gz
rgw: configurable mongoose portwip-mongoose-2
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Diffstat (limited to 'src/common/config_opts.h')
-rw-r--r--src/common/config_opts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index 0b3938ecb9e..ef9d4bd0746 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -727,6 +727,8 @@ OPTION(rgw_bucket_quota_ttl, OPT_INT, 600) // time for cached bucket stats to be
OPTION(rgw_bucket_quota_soft_threshold, OPT_DOUBLE, 0.95) // threshold from which we don't rely on cached info for quota decisions
OPTION(rgw_bucket_quota_cache_size, OPT_INT, 10000) // number of entries in bucket quota cache
+OPTION(rgw_standalone_server_port, OPT_INT, 0) // 0 means disabled
+
OPTION(mutex_perf_counter, OPT_BOOL, false) // enable/disable mutex perf counter
// This will be set to true when it is safe to start threads.