From: Yuan Zhou Date: Thu, 21 Mar 2019 09:17:22 +0000 (+0800) Subject: building: adding missing ceph-immtable-object-cache-dbg rule X-Git-Tag: v15.0.0~136^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ebd017e37e086298c121841fdeeb8245cd89307a;p=ceph-ci.git building: adding missing ceph-immtable-object-cache-dbg rule Signed-off-by: Yuan Zhou --- diff --git a/debian/control b/debian/control index ac61a87164e..89c24dd4391 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/doc/man/8/ceph-immutable-object-cache.rst b/doc/man/8/ceph-immutable-object-cache.rst index 4efbf965c0c..2e971abdc68 100644 --- a/doc/man/8/ceph-immutable-object-cache.rst +++ b/doc/man/8/ceph-immutable-object-cache.rst @@ -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