Adding hosts in disconnected deployments
If you are running a storage cluster on a private network and your host domain name server (DNS) cannot be reached through private IP, you must include both the host name and the IP address for each host you want to add to the storage cluster.
Prerequisites
A running IBM Storage Ceph cluster.
Root-level access to all hosts in the storage cluster.
Procedure
Log into the
cephadm
shell.Syntax
[root@host01 ~]# cephadm shell
Add the host:
Syntax
ceph orch host add HOST_NAME HOST_ADDRESS
Example
[ceph: root@host01 /]# ceph orch host add host03 10.10.128.70