]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: move /var/lib/ceph/mds to ceph-mds package 3997/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 16 Mar 2015 16:11:43 +0000 (10:11 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 16 Mar 2015 16:11:43 +0000 (10:11 -0600)
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 <kdreyer@redhat.com>
debian/ceph-mds.dirs [new file with mode: 0644]
debian/ceph.dirs
debian/control

diff --git a/debian/ceph-mds.dirs b/debian/ceph-mds.dirs
new file mode 100644 (file)
index 0000000..9845268
--- /dev/null
@@ -0,0 +1 @@
+var/lib/ceph/mds
index 21b6c23ca036400e2aa26d80a06a0373f6a716f5..aabfdfa672aabcf0e265872fd3813d6e65b92c81 100644 (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
index 58d4cfe3ec45232bed0d4c5c5352450e55066923..1fd68d21cba163b9a0577886ceda7673a30735fe 100644 (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,