So if this helps anyone in the future, I got it working and here's how:
echo "deb http://download.proxmox.com/debian/ceph-nautilus buster main" | tee /etc/apt/sources.list.d/ceph.list
apt update
apt install --reinstall ceph-common librados2...
We love migrating VMs from one host or cluster to another via RDB. It's very easy, with the downtime of a quick reboot of the VM.
We have a current proxmox "cluster" of two nodes that are using local ZFS to host their VMs. Proxmox 6.0-11 is the...