mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
Doc: ceph-deploy mon add doesn't take multiple nodes
As ceph-deploy 1.5.34, ceph-deploy mon add doesn't take multiple nodes as argument but only take one. Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
This commit is contained in:
parent
85bb43e111
commit
444e1e23fc
@ -324,7 +324,8 @@ Add two Ceph Monitors to your cluster. ::
|
||||
|
||||
For example::
|
||||
|
||||
ceph-deploy mon add node2 node3
|
||||
ceph-deploy mon add node2
|
||||
ceph-deploy mon add 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