]> git.proxmox.com Git - ceph.git/blob - patches/0006-ceph-mgr-don-t-load-broken-rest-module-by-default.patch
bump version to 12.0.3-pve1
[ceph.git] / patches / 0006-ceph-mgr-don-t-load-broken-rest-module-by-default.patch
1 From 0bf1ab6d4ca99892f82a27692498f77bd2cc48d5 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Thu, 1 Jun 2017 10:28:13 +0200
4 Subject: [PATCH 6/7] ceph-mgr: don't load broken rest module by default
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 src/common/config_opts.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/src/common/config_opts.h b/src/common/config_opts.h
15 index eff246e..4e1e9da 100644
16 --- a/src/common/config_opts.h
17 +++ b/src/common/config_opts.h
18 @@ -1679,7 +1679,7 @@ OPTION(rgw_shard_warning_threshold, OPT_DOUBLE, 90) // pct of safe max
19 OPTION(rgw_swift_versioning_enabled, OPT_BOOL, false) // whether swift object versioning feature is enabled
20
21 OPTION(mgr_module_path, OPT_STR, CEPH_PKGLIBDIR "/mgr") // where to load python modules from
22 -OPTION(mgr_modules, OPT_STR, "rest") // Which modules to load
23 +OPTION(mgr_modules, OPT_STR, "") // Which modules to load
24 OPTION(mgr_data, OPT_STR, "/var/lib/ceph/mgr/$cluster-$id") // where to find keyring etc
25 OPTION(mgr_beacon_period, OPT_INT, 5) // How frequently to send beacon
26 OPTION(mgr_stats_period, OPT_INT, 5) // How frequently to send stats
27 --
28 2.1.4
29