问题描述:

删除pool的时候提示下面的错误:

ceph osd pool delete test test --yes-i-really-really-mean-it

 

解决方法:

注:1-3步的操作必须在mon节点上执行

1. 打开mon节点的配置文件:

[root@ceph1 ceph]# vi /etc/ceph/ceph.conf 

2. 在配置文件中添加如下内容:

[mon]
mon allow pool delete = true

3. 重启ceph-mon服务:

[root@node1 ceph]# systemctl restart ceph-mon.target

相关文章: