Hi Abhishek,
 
I am on glance store 4.3.0 and glance API 26.0. Upon further troubleshooting
today, when attempting to create new images, the image is created in Ceph
without issue at first but once the upload is complete, glance errors out
and the image in ceph is also deleted. I have found that the issue is
isolated to a single erasure coded backed pool. Changing the target
pool or the backing store to another pool results in no errors (even if
pools have the exact same config).
 
-Yuri
 
25.05.2023, 08:23, "Abhishek Kekane" <akekane@redhat.com>:
Hi Yuri,
 
Can you specify a glance-store version you are using in your environment?
 
Thanks & Best Regards,
 
Abhishek Kekane
 
On Thu, May 25, 2023 at 6:28 PM Yuri Blas <dfgyuri@yandex.com> wrote:
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:
HttpException: 500: Server Error for url: http://10.70.70.107:9292/v2/images/e6faf7ed-313e-4d6d-9191-611dd3bd64d1/file, Internal Server Error
 
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