清除集群¶
ceph-ansible 在 infrastructure-playbooks 中提供了两个用于清除 Ceph 集群的 playbook:purge-cluster.yml 和 purge-container-cluster.yml。
这些名称非常直观,purge-cluster.yml 用于清除非容器化集群,而 purge-container-cluster.yml 用于清除容器化集群。
示例
$ ansible-playbook -vv -i hosts infrastructure-playbooks/purge-container-cluster.yml
注意
不建议使用 --limit 选项运行这些 playbook。