mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #5003 from Oxygen31/master
doc : Change of "create" in "add" Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
2b26011079
@ -317,11 +317,11 @@ of monitors (i.e., 1, 2:3, 3:4, 3:5, 4:6, etc.) to form a quorum.
|
||||
|
||||
Add two Ceph Monitors to your cluster. ::
|
||||
|
||||
ceph-deploy mon create {ceph-node}
|
||||
ceph-deploy mon add {ceph-node}
|
||||
|
||||
For example::
|
||||
|
||||
ceph-deploy mon create node2 node3
|
||||
ceph-deploy mon add node2 node3
|
||||
|
||||
Once you have added your new Ceph Monitors, Ceph will begin synchronizing
|
||||
the monitors and form a quorum. You can check the quorum status by executing
|
||||
|
Loading…
Reference in New Issue
Block a user