Skip to content

Commit

Permalink
debian: move /var/lib/ceph/mds to ceph-mds package
Browse files Browse the repository at this point in the history
On Debian, ceph-mds was split out into its own package in
9d6013e, 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: ceph#10587

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer committed Mar 16, 2015
1 parent e3bbe4e commit 8a05092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions debian/ceph-mds.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var/lib/ceph/mds
1 change: 0 additions & 1 deletion debian/ceph.dirs
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8a05092

Please sign in to comment.