]> git.proxmox.com Git - ceph.git/blame - patches/0011-only-suggest-mgr-plugins.patch
import 15.2.9
[ceph.git] / patches / 0011-only-suggest-mgr-plugins.patch
CommitLineData
c8f83d6e
DC
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Dominik Csapak <d.csapak@proxmox.com>
3Date: Thu, 4 Jul 2019 08:17:05 +0200
1e2771a6 4Subject: [PATCH] ceph-mgr: only suggest mgr plugins
c8f83d6e
DC
5
6so that they wont be installed by default
7
8Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
1e2771a6 9Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
c8f83d6e 10---
1e2771a6
TL
11 debian/control | 14 +++++++-------
12 1 file changed, 7 insertions(+), 7 deletions(-)
c8f83d6e
DC
13
14diff --git a/debian/control b/debian/control
15index e7a01c6ff8..692705c4c4 100644
16--- a/debian/control
17+++ b/debian/control
1e2771a6 18@@ -225,12 +225,12 @@ Depends: ceph-base (= ${binary:Version}),
c8f83d6e
DC
19 ${misc:Depends},
20 ${python:Depends},
21 ${shlibs:Depends},
22-Recommends: ceph-mgr-dashboard,
23- ceph-mgr-diskprediction-local,
24- ceph-mgr-diskprediction-cloud,
fbaefdda 25- ceph-mgr-k8sevents,
1e2771a6
TL
26- ceph-mgr-cephadm
27-Suggests: python3-influxdb
c8f83d6e
DC
28+Suggests: ceph-mgr-dashboard,
29+ ceph-mgr-diskprediction-local,
30+ ceph-mgr-diskprediction-cloud,
fbaefdda 31+ ceph-mgr-k8sevents,
1e2771a6
TL
32+ ceph-mgr-cephadm,
33+ python3-influxdb
c8f83d6e
DC
34 Replaces: ceph (<< 0.93-417),
35 Breaks: ceph (<< 0.93-417),
36 Description: manager for the ceph distributed storage system
1e2771a6
TL
37@@ -304,7 +304,7 @@ Depends: ${misc:Depends},
38 python3-openssl,
39 Replaces: ceph-mgr (<< 15.1.0)
40 Breaks: ceph-mgr (<< 15.1.0)
41-Recommends: ceph-mgr-rook
42+Suggests: ceph-mgr-rook
43 Description: ceph manager modules which are always enabled
44 Ceph is a massively scalable, open-source, distributed
45 storage system that runs on commodity hardware and delivers object,