Proxmox + RAW EC RBD

Ashley

Member
Jun 28, 2016
267
15
18
35
Hello,

So have been testing out raw EC (no change) with CEPHFS and RBD in latest CEPH 12.x release.

Works fine outside of Proxmox, however trying to use a RBD within Proxmox that is created on an EC pool fails.

1/ The RBD image does not show in Proxmox Storage content view however "rbd ls -p cephrbd_metadata" on the node itself shows the image listed.
2/ When trying to boot a VM with the RBD image manually added in the config (due to the RBD image command being different than default Proxmox) it fails with the following : TASK ERROR: unable to parse rbd volume name 'test'

I am thinking it may just be the Proxmox code for checking images in the pool need's to be edited unless their is something deeper causing an issue?
 
It's probably because the metadata for EC images still needs to be in a replicated pool and Proxmox will need special hooks for this when creating images within the EC RBD pool (just a guess though).