Replies: 1 comment
-
Hi @tonejito There is no way to provide the quota in the creation command. You can set the quota via the CLI by using an RPC command.
See the structure of the command noobaa-core/src/api/bucket_api.js Line 320 in 5a07213 In addition, we are working on bringing the Quota definition to the OBC and BucketClass CRDs. So once that is merged you ca use that API as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can view the status of an object bucket claim and the associated bucket.
There is a field in the bucket status about the quota. I have searched in the OCS/NooBaa documentation and the
noobaa
CLI tool help and I can't find a way to set the quota without going to the Web UI.Is there such a function in the CLI?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions