[SOLVED] Function not implemented TASK ERROR: create failed - rbd create

musangberjanggut

New Member
Sep 7, 2014
16
0
1
Kajang, Malaysia, Malaysia
Hi Guys,

i just upgraded our ceph to jewel for almost 1 month now. today when we try to create new vm using ceph storage we receive below error:

()error writing header: (38) Function not implemented
TASK ERROR: create failed - rbd create vm-101-disk-1' error: error writing header: (38) Function not implemented


Now we cannot create any more VMs on ceph storage. is there any work arround on this? Please advise.

Thanks.
 
found the solutions. seems like the default features enable for jewel is 61 and for unknown reason all the features fast-diff,deep-flatten and journalin is not able to be activated. it cause the system gives error when try to create the image. You will need to add below to command to your ceph.conf

the only available(so called can be enabled) features in my environment is:
LAYERING = 1
STRIPINGV2 = 2
EXCLUSIVE_LOCK = 4
OBJECT_MAP = 8

the sum of the numeric number for LAYERING, EXCLUSIVE_LOCK, OBJECT_MAP equal to 13.

[client]
rbd_default_features = 13

by having the above config in place, i manage to create a new image and instances
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!