summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-23 16:45:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-23 16:45:26 +0000
commitd296bb59bb5cf09115dea165109750a309d960ad (patch)
tree04042b949b5c48bbe7bea8d971fe87606eba17ca
parentMerging upstream version 18.2.3. (diff)
downloadceph-d296bb59bb5cf09115dea165109750a309d960ad.tar.xz
ceph-d296bb59bb5cf09115dea165109750a309d960ad.zip
Adding debian version 18.2.3-1.debian/18.2.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/ceph-exporter.install2
-rw-r--r--debian/ceph-mgr.requires1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control25
-rwxr-xr-xdebian/rules1
5 files changed, 34 insertions, 1 deletions
diff --git a/debian/ceph-exporter.install b/debian/ceph-exporter.install
new file mode 100644
index 000000000..1ac0edcd2
--- /dev/null
+++ b/debian/ceph-exporter.install
@@ -0,0 +1,2 @@
+lib/systemd/system/ceph-exporter*
+usr/bin/ceph-exporter
diff --git a/debian/ceph-mgr.requires b/debian/ceph-mgr.requires
index bf334fb9b..39336330c 100644
--- a/debian/ceph-mgr.requires
+++ b/debian/ceph-mgr.requires
@@ -1,3 +1,4 @@
+bcrypt
pyOpenSSL
cephfs
ceph-argparse
diff --git a/debian/changelog b/debian/changelog
index f0441b895..77e9f9e04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (18.2.3-1) stable; urgency=medium
+
+ * New upstream release
+
+ -- Ceph Release Team <ceph-maintainers@ceph.io> Wed, 24 Apr 2024 19:57:19 +0000
+
ceph (18.2.2-1) stable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 14ac6958c..ddba52be7 100644
--- a/debian/control
+++ b/debian/control
@@ -91,7 +91,6 @@ Build-Depends: automake,
python3-all-dev,
python3-cherrypy3,
python3-natsort,
- python3-jwt <pkg.ceph.check>,
python3-pecan <pkg.ceph.check>,
python3-bcrypt <pkg.ceph.check>,
tox <pkg.ceph.check>,
@@ -353,6 +352,30 @@ Description: debugging symbols for ceph-mgr
.
This package contains the debugging symbols for ceph-mgr.
+Package: ceph-exporter
+Architecture: linux-any
+Depends: ceph-base (= ${binary:Version}),
+Description: metrics exporter for the ceph distributed storage system
+ Ceph is a massively scalable, open-source, distributed
+ storage system that runs on commodity hardware and delivers object,
+ block and file system storage.
+ .
+ This package contains the metrics exporter daemon, which is used to expose
+ the performance metrics.
+
+Package: ceph-exporter-dbg
+Architecture: linux-any
+Section: debug
+Priority: extra
+Depends: ceph-exporter (= ${binary:Version}),
+ ${misc:Depends},
+Description: debugging symbols for ceph-exporter
+ Ceph is a massively scalable, open-source, distributed
+ storage system that runs on commodity hardware and delivers object,
+ block and file system storage.
+ .
+ This package contains the debugging symbols for ceph-exporter.
+
Package: ceph-mon
Architecture: linux-any
Depends: ceph-base (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index ed7f4a255..68c69e044 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,7 @@ override_dh_strip:
dh_strip -pceph-mds --dbg-package=ceph-mds-dbg
dh_strip -pceph-fuse --dbg-package=ceph-fuse-dbg
dh_strip -pceph-mgr --dbg-package=ceph-mgr-dbg
+ dh_strip -pceph-exporter --dbg-package=ceph-exporter-dbg
dh_strip -pceph-mon --dbg-package=ceph-mon-dbg
dh_strip -pceph-osd --dbg-package=ceph-osd-dbg
dh_strip -pceph-base --dbg-package=ceph-base-dbg