mirror of
https://github.com/ceph/ceph
synced 2025-01-29 06:24:03 +00:00
doc: Moved install to the second step, from the first step.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
c3ba53d255
commit
8add78cade
@ -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
|
||||
=============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user