Skip to content

Commit

Permalink
Merge pull request ceph#49891 from bluikko/bluikko-doc-host-managemen…
Browse files Browse the repository at this point in the history
…t-prompts

doc/cephadm: Fix prompts in host-management.rst

Reviewed-by: Adam King <[email protected]>
Reviewed-by: Zac Dover <[email protected]>
  • Loading branch information
adk3798 authored Jan 27, 2023
2 parents 5c2f15e + 3eb28ae commit dba4451
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions doc/cephadm/host-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ clusters. For example:

.. prompt:: bash #

# ceph orch host ls --detail
HOSTNAME ADDRESS LABELS STATUS VENDOR/MODEL CPU HDD SSD NIC
ceph-master 192.168.122.73 _admin QEMU (Standard PC (Q35 + ICH9, 2009)) 4C/4T 4/1.6TB - 1
1 hosts in cluster
ceph orch host ls --detail

::

HOSTNAME ADDRESS LABELS STATUS VENDOR/MODEL CPU HDD SSD NIC
ceph-master 192.168.122.73 _admin QEMU (Standard PC (Q35 + ICH9, 2009)) 4C/4T 4/1.6TB - 1
1 hosts in cluster

.. _cephadm-adding-hosts:

Expand Down Expand Up @@ -68,8 +71,8 @@ To add each new host to the cluster, perform two steps:

.. prompt:: bash #

ceph orch host add host2 10.10.0.102
ceph orch host add host3 10.10.0.103
ceph orch host add host2 10.10.0.102
ceph orch host add host3 10.10.0.103

It is best to explicitly provide the host IP address. If an IP is
not provided, then the host name will be immediately resolved via
Expand Down

0 comments on commit dba4451

Please sign in to comment.