debian: move /var/lib/ceph/mds to ceph-mds package

On Debian, ceph-mds was split out into its own package in
9d6013e0db, 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 <kdreyer@redhat.com>
This commit is contained in:
Ken Dreyer 2015-03-16 10:11:43 -06:00
parent e3bbe4e02b
commit 8a05092880
3 changed files with 3 additions and 3 deletions

1
debian/ceph-mds.dirs vendored Normal file
View File

@ -0,0 +1 @@
var/lib/ceph/mds

1
debian/ceph.dirs vendored
View File

@ -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

4
debian/control vendored
View File

@ -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,