Merge ~peter-sabaini/ubuntu/+source/ceph:bug/2003704/kinetic into ~ubuntu-server-dev/ubuntu/+source/ceph:ubuntu/kinetic

Proposed by Peter Sabaini
Status: Rejected
Rejected by: James Page
Proposed branch: ~peter-sabaini/ubuntu/+source/ceph:bug/2003704/kinetic
Merge into: ~ubuntu-server-dev/ubuntu/+source/ceph:ubuntu/kinetic
Diff against target: 44 lines (+19/-0)
3 files modified
debian/cephfs-mirror.install (+1/-0)
debian/changelog (+6/-0)
debian/control (+12/-0)
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+436236@code.launchpad.net
To post a comment you must log in.

Unmerged commits

e25f6c5... by Peter Sabaini

Package cephfs-mirror

Create package for the cephfs-mirror tool

Fixes: #2003704

Signed-off-by: Peter Sabaini <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/cephfs-mirror.install b/debian/cephfs-mirror.install
2new file mode 100644
3index 0000000..19d2e48
4--- /dev/null
5+++ b/debian/cephfs-mirror.install
6@@ -0,0 +1 @@
7+usr/bin/cephfs-mirror
8diff --git a/debian/changelog b/debian/changelog
9index 7c73d1f..dfe86bc 100644
10--- a/debian/changelog
11+++ b/debian/changelog
12@@ -1,3 +1,9 @@
13+ceph (17.2.0-0ubuntu5) kinetic; urgency=medium
14+
15+ * Create package for the cephfs-mirror tool (LP: #2003704)
16+
17+ -- Peter Sabaini <peter.sabaini@canonical.com> Tue, 24 Jan 2023 11:01:43 +0100
18+
19 ceph (17.2.0-0ubuntu4) kinetic; urgency=medium
20
21 * d/p/fix-kinetic-libfmt.patch: Apply fixes for libfmt > 8.
22diff --git a/debian/control b/debian/control
23index 236628f..4fdd705 100644
24--- a/debian/control
25+++ b/debian/control
26@@ -199,6 +199,18 @@ Description: FUSE-based client for the Ceph distributed file system
27 (insufficient privileges, older kernel, etc.), then the FUSE client will
28 do.
29
30+Package: cephfs-mirror
31+Architecture: linux-any
32+Depends: ceph-common (= ${binary:Version}),
33+ librados2 (= ${binary:Version}),
34+ libcephfs2 (= ${binary:Version}),
35+ ${misc:Depends},
36+ ${shlibs:Depends},
37+Description: Ceph is a massively scalable, open-source, distributed
38+ storage system that runs on commodity hardware and delivers object,
39+ block and file system storage. This is a daemon for mirroring CephFS
40+ directory snapshots between Ceph clusters.
41+
42 Package: ceph-grafana-dashboards
43 Architecture: all
44 Depends:

Subscribers

People subscribed via source and target branches