tpodowd commented on PR #9748:
URL: https://github.com/apache/cloudstack/pull/9748#issuecomment-2667602018

   I got my local build working again and confirmed that indeed we cannot add 
buckets currently as quota is now a requirement and create bucket fails with:
   > Failed to create bucket with name: testbucket 
com.cloud.utils.exception.CloudRuntimeException: This bucket does not support 
quotas.
   
   This is because the Cloudian plugin as written does not implement bucket 
quota and fails the request. I need to figure out an approach for this. I guess 
there are two approaches:
   1. The plugin ignores the quota and creates the bucket regardless.
   2. We implement the user quota that I mentioned in an earlier comment.
   
   I am guessing that option 1 is not really an option and I need to implement 
option 2? Let me know if I am wrong about that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to