- Updated on May 29 to accommodate etcd container not having
/bin/sh
available anymore.
curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
rm -rf /etc/systemd/system/ceph* | |
killall -9 ceph-mon ceph-mgr ceph-mds | |
rm -rf /var/lib/ceph/mon/ /var/lib/ceph/mgr/ /var/lib/ceph/mds/ | |
pveceph purge | |
apt -y purge ceph-mon ceph-osd ceph-mgr ceph-mds | |
rm /etc/init.d/ceph | |
for i in $(apt search ceph | grep installed | awk -F/ '{print $1}'); do apt reinstall $i; done | |
dpkg-reconfigure ceph-base | |
dpkg-reconfigure ceph-mds | |
dpkg-reconfigure ceph-common |