Update Proxmox/CephCluster.md

This commit is contained in:
2024-06-13 06:31:12 +00:00
parent 33632ad29f
commit 53b38dbe92

View File

@@ -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
```