Trouble connecting to Ceph cluster from Proxmox cluster

mlrabbitt

New Member
Dec 20, 2013
3
0
1
I have a fully working Ceph cluster but I am unable to add one of my RBD pools to my Proxmox cluster. I used the Ceph page in the Proxmox wiki for reference but I just get a "rbd error: rbd: couldn't connect to the cluster! (500)" error when I add it and go in to the Content tab. Here is my /etc/pve/storage.cfg

Code:
rbd: prox-pool1        
        monhost 192.168.1.11:6789
        pool prox-pool1
        content images
        username ceph

I named the storage ID prox-pool1, this is also the pool name in my Ceph cluster. I specified username ceph although I don't really know what this is referring to since there is no password required. I copied my ceph.client.admin.keyring file off the first node in my Ceph cluster into /etc/pve/priv/ceph and renamed it prox-pool1.keyring as the Wiki instructs as well.