From 8a05092880a5ba232f3f32893fb7599f66a5f5c0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 16 Mar 2015 10:11:43 -0600 Subject: [PATCH] debian: move /var/lib/ceph/mds to ceph-mds package On Debian, ceph-mds was split out into its own package in 9d6013e0db47b258cbcde4c692554a2764812099, but the /var/lib/ceph/mds directory was not moved along with the rest of the mds pieces. The /var/lib/ceph/mds directory is only necessary if a user has installed ceph-mds. Move it to the ceph-mds subpackage. http://tracker.ceph.com/issues/10587 Refs: #10587 Signed-off-by: Ken Dreyer --- debian/ceph-mds.dirs | 1 + debian/ceph.dirs | 1 - debian/control | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 debian/ceph-mds.dirs diff --git a/debian/ceph-mds.dirs b/debian/ceph-mds.dirs new file mode 100644 index 0000000000000..9845268080de8 --- /dev/null +++ b/debian/ceph-mds.dirs @@ -0,0 +1 @@ +var/lib/ceph/mds diff --git a/debian/ceph.dirs b/debian/ceph.dirs index 21b6c23ca0364..aabfdfa672aab 100644 --- a/debian/ceph.dirs +++ b/debian/ceph.dirs @@ -1,6 +1,5 @@ var/lib/ceph/tmp var/lib/ceph/mon var/lib/ceph/osd -var/lib/ceph/mds var/lib/ceph/bootstrap-osd var/lib/ceph/bootstrap-mds diff --git a/debian/control b/debian/control index 58d4cfe3ec452..1fd68d21cba16 100644 --- a/debian/control +++ b/debian/control @@ -101,8 +101,8 @@ Package: ceph-mds Architecture: linux-any Depends: ceph, ${misc:Depends}, ${shlibs:Depends} Recommends: ceph-fs-common, ceph-fuse, libcephfs1 -Replaces: ceph (<< 0.58-1) -Breaks: ceph (<< 0.58-1) +Replaces: ceph (<< 0.93-417) +Breaks: ceph (<< 0.93-417) Description: metadata server for the ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, -- 2.39.5