Using the cephadm shell
The cephadm shell command opens a bash shell in a container with all Ceph packages installed. Use the shell to run “Day One” cluster setup tasks, such as installation and bootstrapping, and to run ceph commands.
Entering the cephadm shell
Before you begin
- A running IBM Storage Ceph cluster.
- Root-level access to all nodes in the storage cluster.
About this task
Note: If the node contains configuration and keyring files in /etc/ceph/, the container environment uses the values in those files as defaults for the
cephadm shell. If you run the cephadm shell on a MON node, the cephadm shell inherits its default configuration from the MON container, instead of using the default configuration.Procedure
Open the
cephadm shell in one of the following ways:Exiting the cephadm shell
cephadm shell, use the exit command.
[ceph: root@host01 /]# exit [root@host01 ~]#