现象:

ceph删除pool提示(you must first set the mon_allow_pool_delete config option to true)解决办法

1、在mon节点打开/etc/ceph/ceph.conf,增加以下

 ceph删除pool提示(you must first set the mon_allow_pool_delete config option to true)解决办法

2、重启ceph-mon

systemctl restart ceph-mon.target

3、删除pool

[root@master ceph]# ceph osd pool delete  k8s-volumes k8s-volumes --yes-i-really-really-mean-it
pool 'k8s-volumes' removed

 

相关文章: