From 83d4e6b113e573f802de2cc949a8bf21c546ad88 Mon Sep 17 00:00:00 2001 From: admManuel Date: Thu, 13 Jun 2024 06:33:50 +0000 Subject: [PATCH] Update Proxmox/CephCluster.md --- Proxmox/CephCluster.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Proxmox/CephCluster.md b/Proxmox/CephCluster.md index dfa8ccf..0ff28b5 100644 --- a/Proxmox/CephCluster.md +++ b/Proxmox/CephCluster.md @@ -26,6 +26,12 @@ pveceph mon create --mon-address 10.0.0.83 killall -9 ceph-mon ceph-mgr ceph-mds pveceph purge apt purge -y ceph-mon ceph-osd ceph-mgr ceph-mds -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 +rm -rf /etc/systemd/system/ceph* +rm -rf /var/lib/ceph/mon/ +rm -rf /var/lib/ceph/osd +rm -rf /var/lib/ceph/mgr/ +rm -rf /var/lib/ceph/mds/ +rm -rf /etc/init.d/ceph +rm -rf /etc/ceph apt autoremove -y ``` \ No newline at end of file