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/start/index.rst | 47 -------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/ceph/doc/start/index.rst (limited to 'src/ceph/doc/start/index.rst') diff --git a/src/ceph/doc/start/index.rst b/src/ceph/doc/start/index.rst deleted file mode 100644 index 6c799c0..0000000 --- a/src/ceph/doc/start/index.rst +++ /dev/null @@ -1,47 +0,0 @@ -============================ - Installation (ceph-deploy) -============================ - -.. raw:: html - - -

Step 1: Preflight

- -A :term:`Ceph Client` and a :term:`Ceph Node` may require some basic -configuration work prior to deploying a Ceph Storage Cluster. You can also -avail yourself of help by getting involved in the Ceph community. - -.. toctree:: - - Preflight - -.. raw:: html - -

Step 2: Storage Cluster

- -Once you have completed your preflight checklist, you should be able to begin -deploying a Ceph Storage Cluster. - -.. toctree:: - - Storage Cluster Quick Start - - -.. raw:: html - -

Step 3: Ceph Client(s)

- -Most Ceph users don't store objects directly in the Ceph Storage Cluster. They typically use at least one of -Ceph Block Devices, the Ceph Filesystem, and Ceph Object Storage. - -.. toctree:: - - Block Device Quick Start - Filesystem Quick Start - Object Storage Quick Start - -.. raw:: html - -
- - -- cgit 1.2.3-korg