proxmox ceph 卸载
这篇文章最后更新于381天前,您需要注意相关的内容是否还可用,如有疑问请联系作者!
ping -M do -s 8000 ip
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 -y purge ceph-mon ceph-osd ceph-mgr ceph-mds rm /etc/init.d/ceph for i in $(apt search ceph | grep installed | awk -F/ '{print $1}'); do apt reinstall $i; done dpkg-reconfigure ceph-base dpkg-reconfigure ceph-mds dpkg-reconfigure ceph-common dpkg-reconfigure ceph-fuse for i in $(apt search ceph | grep installed | awk -F/ '{print $1}'); do apt reinstall $i; done
文章版权声明:除非注明,否则均为IT技术交流分享 IDC管理计费系统 私有云管理系统 PVE管理系统 私有云系统原创文章,转载或复制请以超链接形式并注明出处。