diff --git a/Proxmox/CephCluster.md b/Proxmox/CephCluster.md index da8d5f4..e7f0be7 100644 --- a/Proxmox/CephCluster.md +++ b/Proxmox/CephCluster.md @@ -25,6 +25,6 @@ pveceph mon create --mon-address 10.0.0.83 ```python killall -9 ceph-mon ceph-mgr ceph-mds pveceph purge -apt purge 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 ``` \ No newline at end of file