其他分享
首页 > 其他分享> > pool操作

pool操作

作者:互联网

1.移除pool

ceph osd pool delete {pool-name} {pool-name} --yes-i-really-really-mean-it #删除pool

如果是第一次删除pool,需要在ceph.conf中配置如下信息

[mon]
mon allow pool delete = true

配置完成后,使用systemctl restart ceph-mon.target 重启ceph-mon服务

标签:name,ceph,mon,操作,delete,pool,really
来源: https://www.cnblogs.com/bamshk/p/14120011.html