]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
building: adding missing ceph-immtable-object-cache-dbg rule
authorYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 09:17:22 +0000 (17:17 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 16:17:07 +0000 (00:17 +0800)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
debian/control
doc/man/8/ceph-immutable-object-cache.rst

index ac61a87164eca7da5534b00c395c703ea3a18c8f..89c24dd4391c935d413a474c3fbf80428dde66e6 100644 (file)
@@ -425,23 +425,36 @@ Description: debugging symbols for rbd-fuse
  .
  This package contains the debugging symbols for rbd-fuse.
 
-Package: rbd-mirror
+Package: ceph-immutable-object-cache
 Architecture: linux-any
 Depends: ceph-common (= ${binary:Version}),
          librados2 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
-Description: Ceph daemon for mirroring RBD images
+Description: Ceph daemon for immutable object cache
  Ceph is a massively scalable, open-source, distributed
  storage system that runs on commodity hardware and delivers object,
- block and file system storage.  This is a
- daemon for mirroring RBD images between Ceph clusters, streaming
- changes asynchronously.
+ block and file system storage.  This is a daemon for immutable
+ object cache.
 
-Package: ceph-immutable-object-cache
+Package: ceph-immutable-object-cache-dbg
+Architecture: linux-any
+Section: debug
+Priority: extra
+Depends: ceph-immutable-object-cache (= ${binary:Version}),
+        ${misc:Depends},
+Description: debugging symbols for ceph-immutable-object-cache
+ Ceph is a massively scalable, open-source, distributed
+ storage system that runs on commodity hardware and delivers object,
+ block and file system storage.  This is a daemon for immutable
+ object cache.
+ .
+ This package contains the debugging symbols for ceph-immutable-object-cache.
+
+Package: rbd-mirror
 Architecture: linux-any
 Depends: ceph-common (= ${binary:Version}),
-         librados3 (= ${binary:Version}),
+         librados2 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
 Description: Ceph daemon for mirroring RBD images
@@ -451,8 +464,6 @@ Description: Ceph daemon for mirroring RBD images
  daemon for mirroring RBD images between Ceph clusters, streaming
  changes asynchronously.
 
-
-
 Package: rbd-mirror-dbg
 Architecture: linux-any
 Section: debug
index 4efbf965c0c0cfb9bea791d7310e2a38e20aed5f..2e971abdc68a3327f9ec7f34c29d28515947e903 100644 (file)
@@ -20,7 +20,7 @@ objects among Ceph clusters. It will promote the objects to a local directory
 upon promote requests and future reads will be serviced from these cached
 objects.
 
-It connects to remote clusters via the RADOS protocol, relying on
+It connects to local clusters via the RADOS protocol, relying on
 default search paths to find ceph.conf files, monitor addresses and
 authentication information for them, i.e. ``/etc/ceph/$cluster.conf``,
 ``/etc/ceph/$cluster.keyring``, and