Bootstrapping the storage cluster as a non-root user
You can bootstrap the storage cluster as a non-root user if you have passwordless sudo privileges.
Before you begin
- An IP address for the first Ceph Monitor container, which is also the IP address for the initial Monitor node in the storage cluster.
- Login access to
cp.icr.io. - A minimum of 10 GB of free space for
/var/lib/containers/. - Optional: SSH public and private keys.
- Passwordless
sudoaccess to the bootstrap node. - Non-root users have passwordless sudo access on all nodes intended to be part of the cluster.
cephadminstalled on the node that you want to be the initial Monitor node in the storage cluster.
About this task
To bootstrap the IBM Storage Ceph cluster as a non-root user on the bootstrap node, use the --ssh-user option with the cephadm bootstrap command. --ssh-user specifies a user for SSH connections to cluster nodes.
Non-root users must have passwordless sudo access.
For more information, see: