存储池的概念:比如有10个1T的硬盘,作为一个集群,那就可以在这个集群里划分几个池,给不同的组件使用
问题描述:
删除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