From: Ken Dreyer Date: Mon, 16 Mar 2015 16:11:43 +0000 (-0600) Subject: debian: move /var/lib/ceph/mds to ceph-mds package X-Git-Tag: v9.0.0~166^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3997%2Fhead;p=ceph.git 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 --- diff --git a/debian/ceph-mds.dirs b/debian/ceph-mds.dirs new file mode 100644 index 000000000000..9845268080de --- /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 21b6c23ca036..aabfdfa672aa 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 58d4cfe3ec45..1fd68d21cba1 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,