]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: add mgr config settings
authorJohn Spray <john.spray@redhat.com>
Thu, 30 Jun 2016 12:32:01 +0000 (13:32 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:26:51 +0000 (17:26 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/common/config_opts.h

index b83614a1bb439ce1b90a8a3c2e6b853bcdd8d712..4f625db8174ac576759255230df1876e6472e81c 100644 (file)
@@ -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