Update Proxmox/CephCluster.md

This commit is contained in:
2024-06-13 06:31:59 +00:00
parent 53b38dbe92
commit 440e00a217

View File

@@ -26,5 +26,6 @@ pveceph mon create --mon-address 10.0.0.83
killall -9 ceph-mon ceph-mgr ceph-mds killall -9 ceph-mon ceph-mgr ceph-mds
pveceph purge pveceph purge
apt purge -y ceph-mon ceph-osd ceph-mgr ceph-mds apt purge -y ceph-mon ceph-osd ceph-mgr ceph-mds
rm -rf /etc/systemd/system/ceph* /var/lib/ceph/mon/ /var/lib/ceph/mgr/ /var/lib/ceph/mds/ /etc/init.d/ceph /etc/ceph rm -rf /etc/systemd/system/ceph* /var/lib/ceph/mon/ /var/lib/ceph/osd /var/lib/ceph/mgr/ /var/lib/ceph/mds/ /etc/init.d/ceph /etc/ceph
apt autoremove -y
``` ```