Using ceph storage from a proxmox ceph setup

adamb

Famous Member
Mar 1, 2012
1,329
77
113
I have a ceph cluster setup on 6 proxmox nodes. I also have a separate proxmox node I am using as a client to test some VM's. I would also like to use a basic CentOS7 VM as a ceph client as well but I am having a heck of time getting access from the CentOS7 VM.

Seems pretty straight forward.

http://docs.ceph.com/docs/argonaut/rbd/rbd-ko/

[root@linux151 mnt]# echo "10.211.45.3,10.211.45.4,10.211.45.5,10.211.45.6,10.211.45.7 name=admin,secret=AQDiAHhcdZ7VIRAAHEL5UOBH9eMkxcQwJvtQtQ== rbd Test" | tee /sys/bus/rbd/add
10.211.45.3,10.211.45.4,10.211.45.5,10.211.45.6,10.211.45.7 name=admin,secret=AQDiAHhcdZ7VIRAAHEL5UOBH9eMkxcQwJvtQtQ== rbd Test
tee: /sys/bus/rbd/add: No such file or directory

/sys/bus/rbd/add does exist and the rbd kernel module is loaded.

[root@linux151 ~]# ls /sys/bus/rbd/
add devices drivers drivers_autoprobe drivers_probe remove supported_features uevent

Even on a proxmox host I hit the same exact issue. Has anyone successfully done what I am trying to do?