X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=patches%2F0011-only-suggest-mgr-plugins.patch;h=cf6ce7fdc247a86d700cd34fad9356a9568718e8;hb=0d0a03a08f68dc480fc709a9a439d0a44b4a00c5;hp=7d21403534f5cfcdd27a7bc0f369c82efc058228;hpb=fbaefdda5def64083f8fe2337d1ca69fbade0df0;p=ceph.git diff --git a/patches/0011-only-suggest-mgr-plugins.patch b/patches/0011-only-suggest-mgr-plugins.patch index 7d2140353..cf6ce7fdc 100644 --- a/patches/0011-only-suggest-mgr-plugins.patch +++ b/patches/0011-only-suggest-mgr-plugins.patch @@ -1,37 +1,34 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 4 Jul 2019 08:17:05 +0200 -Subject: [PATCH] only suggest mgr plugins +Subject: [PATCH] ceph-mgr: only suggest mgr plugins so that they wont be installed by default Signed-off-by: Dominik Csapak +Signed-off-by: Thomas Lamprecht --- - debian/control | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) + debian/control | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index e7a01c6ff8..692705c4c4 100644 --- a/debian/control +++ b/debian/control -@@ -192,13 +192,13 @@ Depends: ceph-base (= ${binary:Version}), +@@ -242,11 +242,11 @@ Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, -Recommends: ceph-mgr-dashboard, - ceph-mgr-diskprediction-local, -- ceph-mgr-diskprediction-cloud, -- ceph-mgr-rook, - ceph-mgr-k8sevents, -- ceph-mgr-ssh --Suggests: python-influxdb +- ceph-mgr-cephadm +-Suggests: python3-influxdb +Suggests: ceph-mgr-dashboard, + ceph-mgr-diskprediction-local, -+ ceph-mgr-diskprediction-cloud, -+ ceph-mgr-rook, + ceph-mgr-k8sevents, -+ ceph-mgr-ssh, -+ python-influxdb ++ ceph-mgr-cephadm, ++ python3-influxdb Replaces: ceph (<< 0.93-417), Breaks: ceph (<< 0.93-417), Description: manager for the ceph distributed storage system