Proxmox下彻底卸载Ceph并移除配置文件

文章目录[隐藏]

这个操作主要是为了重新安装新版本的CEPH或者是重组集群使用

完整脚本



systemctl stop ceph-mon.target

systemctl stop ceph-mgr.target

systemctl stop ceph-mds.target

systemctl stop ceph-osd.target

rm -rf /etc/systemd/system/ceph*

killall -9 ceph-mon ceph-mgr ceph-mds

rm -rf /var/lib/ceph/mon/  /var/lib/ceph/mgr/  /var/lib/ceph/mds/

pveceph purge

apt purge ceph-mon ceph-osd ceph-mgr ceph-mds

apt purge ceph-base ceph-mgr-modules-core

rm -rf /etc/ceph/*

rm -rf /etc/pve/ceph.conf

rm -rf /etc/pve/priv/ceph.*


This article is under CC BY-NC-SA 4.0 license.
Please quote the original link:https://www.liujason.com/article/1297.html
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy