From 440e00a217f4e9770d8fdc8731d75119dd5632b1 Mon Sep 17 00:00:00 2001 From: admManuel Date: Thu, 13 Jun 2024 06:31:59 +0000 Subject: [PATCH] Update Proxmox/CephCluster.md --- Proxmox/CephCluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Proxmox/CephCluster.md b/Proxmox/CephCluster.md index e7f0be7..dfa8ccf 100644 --- a/Proxmox/CephCluster.md +++ b/Proxmox/CephCluster.md @@ -26,5 +26,6 @@ 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/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 ``` \ No newline at end of file