From 8add78cade66ba77a6f04ef0d7e432b53e7f2723 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 6 May 2013 10:50:24 -0700 Subject: [PATCH] doc: Moved install to the second step, from the first step. Signed-off-by: John Wilkins --- doc/start/quick-ceph-deploy.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 1835fbf1c0b..066626ae824 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -31,20 +31,6 @@ for maintaining the configuration of your cluster. :: current directory. -Install Ceph -============ - -To install Ceph on your server, open a command line on your client -machine and type the following:: - - ceph-deploy install {server-name}[,{server-name}] - ceph-deploy install --stable cuttlefish ceph-server - -Without additional arguments, ``ceph-deploy`` will install the most recent -stable Ceph package to the host machine. See `ceph-deploy install -h`_ for -additional details. - - Create a Cluster ================ @@ -69,6 +55,20 @@ See `ceph-deploy new -h`_ for additional details. osd crush chooseleaf type = 0 +Install Ceph +============ + +To install Ceph on your server, open a command line on your client +machine and type the following:: + + ceph-deploy install {server-name}[,{server-name}] + ceph-deploy install --stable cuttlefish ceph-server + +Without additional arguments, ``ceph-deploy`` will install the most recent +stable Ceph package to the host machine. See `ceph-deploy install -h`_ for +additional details. + + Add a Monitor =============