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

Proposed by Peter Sabaini
Status: Merged
Merged at revision: 6b6a3cab4617f8514b69ff08708b7da6703ad7b2
Proposed branch: ~peter-sabaini/ubuntu/+source/ceph:bug/2003704/lunar
Merge into: ~ubuntu-server-dev/ubuntu/+source/ceph:ubuntu/lunar
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+436239@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) :
Revision history for this message
Peter Sabaini (peter-sabaini) wrote :

Done, ty

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..92441c0 100644
10--- a/debian/changelog
11+++ b/debian/changelog
12@@ -1,3 +1,9 @@
13+ceph (17.2.0-0ubuntu5) lunar; 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:17:30 +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