Deploying a Ceph Cluster
- Install PrettyTable.
1pip install prettytable
- Deploy the Ceph cluster.
1ansible-playbook -i hosts site.yml
If "failed=0" is displayed for all nodes (as shown in the following figure) after the command is executed, the deployment is in progress.Figure 1 Deployment result
- Check the cluster health status. If "HEALTH_OK" is displayed, the cluster is healthy.
1ceph health
- After the Ceph cluster is deployed using ceph-ansible, check whether configuration is written into the ceph.conf file. If so, the deployment is successful.
