问题描述:

删除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

相关文章:

  • 2021-12-16
  • 2021-12-26
  • 2022-02-24
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-05
  • 2021-07-15
  • 2021-05-01
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案