From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- src/ceph/doc/rados/api/index.rst | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/ceph/doc/rados/api/index.rst (limited to 'src/ceph/doc/rados/api/index.rst') diff --git a/src/ceph/doc/rados/api/index.rst b/src/ceph/doc/rados/api/index.rst deleted file mode 100644 index cccc153..0000000 --- a/src/ceph/doc/rados/api/index.rst +++ /dev/null @@ -1,22 +0,0 @@ -=========================== - Ceph Storage Cluster APIs -=========================== - -The :term:`Ceph Storage Cluster` has a messaging layer protocol that enables -clients to interact with a :term:`Ceph Monitor` and a :term:`Ceph OSD Daemon`. -``librados`` provides this functionality to :term:`Ceph Clients` in the form of -a library. All Ceph Clients either use ``librados`` or the same functionality -encapsulated in ``librados`` to interact with the object store. For example, -``librbd`` and ``libcephfs`` leverage this functionality. You may use -``librados`` to interact with Ceph directly (e.g., an application that talks to -Ceph, your own interface to Ceph, etc.). - - -.. toctree:: - :maxdepth: 2 - - Introduction to librados - librados (C) - librados (C++) - librados (Python) - object class -- cgit 1.2.3-korg