ceph/patches/0006-ceph-mgr-only-suggest-mgr-plugins.patch
Thomas Lamprecht b37e61006f normalize downstream patches
with a cycle through `git am -3 ...` in the upstream repo, `rm
*.patch` here, and `git format-patch --zero-commit --no-signature
--diff-algorithm=myers --no-numbered -o ...` in the upstream repo
again.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-07-30 20:17:52 +02:00

35 lines
1.1 KiB
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Dominik Csapak <d.csapak@proxmox.com>
Date: Thu, 4 Jul 2019 08:17:05 +0200
Subject: [PATCH] ceph-mgr: only suggest mgr plugins
so that they wont be installed by default
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
---
debian/control | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 484804f6b7a..fa61368ad8b 100644
--- a/debian/control
+++ b/debian/control
@@ -235,11 +235,11 @@ Depends: ceph-base (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
-Recommends: ceph-mgr-dashboard,
- ceph-mgr-diskprediction-local,
- ceph-mgr-k8sevents,
- ceph-mgr-cephadm
-Suggests: python3-influxdb
+Suggests: ceph-mgr-dashboard,
+ ceph-mgr-diskprediction-local,
+ ceph-mgr-k8sevents,
+ ceph-mgr-cephadm,
+ python3-influxdb
Replaces: ceph (<< 0.93-417),
Breaks: ceph (<< 0.93-417),
Description: manager for the ceph distributed storage system