From 195e86134de5b46651677cfb6858d5708c28e93e Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 4 Nov 2013 14:57:41 -0800 Subject: [PATCH] doc: Mentioned that install procedure is for manual deployments, not ceph-deploy or others. Signed-off-by: John Wilkins --- doc/install/install-storage-cluster.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/install/install-storage-cluster.rst b/doc/install/install-storage-cluster.rst index 94cddf08b1dc9..873e3f4594a88 100644 --- a/doc/install/install-storage-cluster.rst +++ b/doc/install/install-storage-cluster.rst @@ -2,6 +2,14 @@ Install Ceph Storage Cluster ============================== +This guide describes installing Ceph packages manually. This procedure +is only for users who are not installing with a deployment tool such as +``ceph-deploy``, ``chef``, ``juju``, etc. + +.. tip:: You can also use ``ceph-deploy`` to install Ceph packages, which may + be more convenient since you can install ``ceph`` on multiple hosts with + a single command. + Installing with APT =================== @@ -11,8 +19,7 @@ update APT's database and install Ceph:: sudo apt-get update && sudo apt-get install ceph ceph-mds - - + Installing with RPM =================== @@ -25,9 +32,6 @@ Once you have added either release or development packages, or added a sudo yum install ceph -.. note:: You can also use ``ceph-deploy`` to install Ceph packages. - - Installing a Build ================== -- 2.39.5