From: John Spray Date: Thu, 30 Jun 2016 12:32:01 +0000 (+0100) Subject: common: add mgr config settings X-Git-Tag: v11.0.1~60^2~68 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4965fd04b6837eeb08b5d82df3aa4b1a71f5d58;p=ceph.git common: add mgr config settings Signed-off-by: John Spray --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index b83614a1bb43..4f625db8174a 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1501,6 +1501,9 @@ OPTION(rgw_period_push_interval, OPT_DOUBLE, 2) // seconds to wait before retryi OPTION(rgw_period_push_interval_max, OPT_DOUBLE, 30) // maximum interval after exponential backoff OPTION(rgw_swift_versioning_enabled, OPT_BOOL, false) // whether swift object versioning feature is enabled +OPTION(mgr_module_path, OPT_STR, CEPH_PKGLIBDIR "/mgr") // where to load python modules from +OPTION(mgr_modules, OPT_STR, "rest") // Which modules to load +OPTION(mgr_data, OPT_STR, "/var/lib/ceph/mgr/$cluster-$id") // where to find keyring etc OPTION(rgw_list_bucket_min_readahead, OPT_INT, 1000) // minimum number of entries to read from rados for bucket listing