From: John Wilkins Date: Mon, 6 May 2013 17:50:24 +0000 (-0700) Subject: doc: Moved install to the second step, from the first step. X-Git-Tag: v0.62~25 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8add78cade66ba77a6f04ef0d7e432b53e7f2723;p=ceph.git doc: Moved install to the second step, from the first step. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 1835fbf1c0b0..066626ae824a 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 =============