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>
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.
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::