in storage clusters, where one wants to minimize movement of objects
between servers when servers fail or are added to the cluster.
+Package: libcrush-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: CRUSH mapping algorithm (development files)
+ CRUSH is a pseudo-random hash-like algorithm for mapping inputs to
+ a changing hierarchy of devices. It was originally designed for use
+ in storage clusters, where one wants to minimize movement of objects
+ between servers when servers fail or are added to the cluster.
+
Package: librados
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcrush
shared library allowing applications to access the distributed object
store using a simple file-like interface.
+Package: librados-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcrush, librados
+Description: RADOS distributed object store client library (development files)
+ RADOS is a reliable, autonomic distributed object storage cluster
+ developed as part of the Ceph distributed storage system. This is a
+ shared library allowing applications to access the distributed object
+ store using a simple file-like interface.
+
Package: libceph
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcrush
shared library allowing applications to access a Ceph distributed
file system via a POSIX-like interface.
+Package: libceph-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcrush
+Description: Ceph distributed file system client library (development files)
+ Ceph is a distributed network file system designed to provide
+ excellent performance, reliability, and scalability. This is a
+ shared library allowing applications to access a Ceph distributed
+ file system via a POSIX-like interface.
+
$(install_sh_SCRIPT) -m 0755 init-ceph $(DESTDIR)/etc/init.d/ceph
mkdir -p $(DESTDIR)$(sysconfdir)/init.d
$(install_sh_SCRIPT) -m 0600 sample.ceph.conf $(DESTDIR)$(sysconfdir)/ceph/sample.ceph.conf
+ mkdir -p $(DESTDIR)$(includedir)/ceph
+ $(install_sh_SCRIPT) -m 0600 client/libceph.h $(DESTDIR)$(includedir)/ceph/libceph.h
+ mkdir -p $(DESTDIR)$(includedir)/rados
+ $(install_sh_SCRIPT) -m 0600 include/librados.h $(DESTDIR)$(includedir)/rados/librados.h
+ mkdir -p $(DESTDIR)$(includedir)/crush
+ $(install_sh_SCRIPT) -m 0600 crush/hash.h $(DESTDIR)$(includedir)/crush/hash.h
+ $(install_sh_SCRIPT) -m 0600 crush/crush.h $(DESTDIR)$(includedir)/crush/crush.h
+ $(install_sh_SCRIPT) -m 0600 crush/types.h $(DESTDIR)$(includedir)/crush/types.h
+ $(install_sh_SCRIPT) -m 0600 crush/mapper.h $(DESTDIR)$(includedir)/crush/mapper.h
.make_last_ver:
./make_version --check