我要评分
获取效率
正确性
完整性
易理解

Deploying a Ceph Cluster

  1. Install PrettyTable.
    1
    pip install prettytable
    
  2. Deploy the Ceph cluster.
    1
    ansible-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
  3. Check the cluster health status. If "HEALTH_OK" is displayed, the cluster is healthy.
    1
    ceph health
    

  4. 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.