pool操作

1.移除pool

ceph osd pool delete {pool-name} {pool-name} --yes-i-really-really-mean-it #删除pool

如果是第一次删除pool,需要在ceph.conf中配置如下信息

[mon]
mon allow pool delete = true

配置完成后,使用systemctl restart ceph-mon.target 重启ceph-mon服务

上一篇:Ceph实战(三):用docker搭建Ceph集群(nautilus)


下一篇:Python基础(2)