Ceph删除pool

删除pool提示错误

root@ceph01:/etc/ceph-cluster# ceph osd pool delete volumes volumes --yes-i-really-really-mean-it
Error EPERM: pool deletion is disabled; you must first set the mon_allow_pool_delete config option to true before you can destroy a pool

修改ceph集群配置

root@ceph01:/etc/ceph-cluster# vim ceph.conf
[global]
.......
mon_allow_pool_delete = true

同步配置到其他节点后删除成功

root@ceph01:/etc/ceph-cluster# ceph-deploy --overwrite-conf config push ceph0{1..3}
root@ceph01:/etc/ceph-cluster# ceph osd pool delete volumes volumes --yes-i-really-really-mean-it
pool 'volumes' removed
posted @   该搬砖啦  阅读(798)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现
点击右上角即可分享
微信分享提示