Hi,I get it.Thank you.Nguyen Huu KhoiOn Wed, Dec 13, 2023 at 7:55 AM Alan Bishop <abishop@redhat.com> wrote:On Tue, Dec 12, 2023 at 2:31 PM Nguyễn Hữu Khôi <nguyenhuukhoinw@gmail.com> wrote:Hello @Mohammed Naser,I dont use Image Caching feature and max number of clones 's DellEMC: 32. Do we have a solution for this?As follow code from client.py, it just throws an exception.The patch that Mohammed referenced does fix the "max 32 limit" for the image volume caching feature,but I don't think it will help with your situation. The problem is the limitation is actually in the PowerstoreSAN itself, not in the cinder driver. The Powerstore SAN raises the error, and what you're seeing is the cinderdriver's response to hitting the error. The image volume cache can handle the error simply by creatinga fresh cache entry, but I don't think that helps with your use case.AlanNguyen Huu KhoiOn Tue, Dec 12, 2023 at 9:08 PM Nguyễn Hữu Khôi <nguyenhuukhoinw@gmail.com> wrote:Thanks, I'll check it out! :)On Tue, Dec 12, 2023, 9:00 PM Mohammed Naser <mnaser@vexxhost.com> wrote:https://bugs.launchpad.net/cinder/+bug/1962824
Might need to backport to Yoga, we backported to Zed back then.