Adding hosts
Bootstrapping the IBM Storage Ceph installation creates a working storage cluster, consisting of one Monitor daemon and one Manager daemon within the same container. As a storage administrator, you can add additional hosts to the storage cluster and configure them.
Before you begin
- A running IBM Storage Ceph cluster.
- Root-level or user with sudo access to all nodes in the storage cluster.
- Register the nodes to IBM subscription.
- Ansible user with sudo and passwordless
sshaccess to all nodes in the storage cluster.
About this task
Important: For adding hosts with disconnected installations, see Adding hosts in disconnected deployments.
Note:
- Running the preflight playbook installs
podman,lvm2,chrony, andcephadmon all hosts listed in the Ansible inventory file. - When using a custom registry, be sure to log in to the custom registry on newly added nodes before adding any Ceph daemons.
For example,ceph cephadm registry-login --registry-url CUSTOM_REGISTRY_NAME --registry_username REGISTRY_USERNAME --registry_password REGISTRY_PASSWORD# ceph cephadm registry-login --registry-url myregistry --registry_username myregistryusername --registry_password myregistrypassword1
Procedure
In the following procedure, use either
root, as indicated, or the username with which the user is bootstrapped.What to do next
Note: The
status output of the hosts is blank.
ceph orch host ls