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服务
2023-11-23 19:03:34
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服务