mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
doc: fix the typo in command example
always indent using tab, the rendered html looks good, but it helps with editor to highlight the codeblock properly. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
8e86d1c45b
commit
351d957992
@ -146,7 +146,7 @@ their own address). For example::
|
||||
When these daemons are started, they will know their own address, but
|
||||
not their peers. They can learn those addresses via the admin socket::
|
||||
|
||||
ceph mon.<id> add_bootstrap_peer_hint <peer ip>
|
||||
ceph daemon mon.<id> add_bootstrap_peer_hint <peer ip>
|
||||
|
||||
Once they learn enough of their peers from the initial member set,
|
||||
they will be able to create the cluster.
|
||||
|
@ -272,8 +272,8 @@ following command::
|
||||
|
||||
For example, the following are equivalent::
|
||||
|
||||
ceph daemon osd.0 foo
|
||||
ceph daemon /var/run/ceph/ceph-osd.0.asok foo
|
||||
ceph daemon osd.0 foo
|
||||
ceph daemon /var/run/ceph/ceph-osd.0.asok foo
|
||||
|
||||
To view the available admin socket commands, execute the following command::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user