Hi folks,
I am using ceph/rbd as backing store and after upgrading my ceph cluster to 17.2.6 from 17.2.5,
glance is now erroring out when attempting to create new images with:
Cinder and nova are functioning fine without issues, glance-api.logs show the following
ERROR glance_store._drivers.rbd [None req-5fd02661-ce31-4140-838e-3b0ccd765247 3eeb56a678424e938023d6de390e5661 c3e91973ff21476c80e4273850c8d98e - - default default] Failed to store image 626977ce-c66a-4bd6-901d-c9f693be5aa0 Store Exception [errno 95] RBD operation not supported (error creating snapshot b'snap' from b'626977ce-c66a-4bd6-901d-c9f693be5aa0'): rbd.OperationNotSupported: [errno 95] RBD operation not supported (error creating snapshot b'snap' from b'626977ce-c66a-4bd6-901d-c9f693be5aa0')
ERROR glance.api.v2.image_data [None req-5fd02661-ce31-4140-838e-3b0ccd765247 3eeb56a678424e938023d6de390e5661 c3e91973ff21476c80e4273850c8d98e - - default default] Failed to upload image data due to internal error: rbd.OperationNotSupported: [errno 95] RBD operation not supported (error creating snapshot b'snap' from b'626977ce-c66a-4bd6-901d-c9f693be5aa0')
ERROR glance.common.wsgi [None req-5fd02661-ce31-4140-838e-3b0ccd765247 3eeb56a678424e938023d6de390e5661 c3e91973ff21476c80e4273850c8d98e - - default default] Caught error: [errno 95] RBD operation not supported (error creating snapshot b'snap' from b'626977ce-c66a-4bd6-901d-c9f693be5aa0'): rbd.OperationNotSupported: [errno 95] RBD operation not supported (error creating snapshot b'snap' from b'626977ce-c66a-4bd6-901d-c9f693be5aa0')
Any help with this would be most appreciated.
Thanks,
-Yuri