aswinshakil opened a new pull request, #3590: URL: https://github.com/apache/ozone/pull/3590
## What changes were proposed in this pull request? During tenant creation, the fields `quotaInBytes` and `quotaInNamespace` are not set. Hence during `SetQuota` request, we have this error. ``` ozone sh volume setquota --quota=10 tenttwo Error: Volume tenttwo is created before version 1.1.0, usedNamespace may be inaccurate and it is not recommended to enable quota. Invalid values for quota : counts quota is :-2. ```` This JIRA sets the default values for the above fields. So during `SetQuota` the request doesn't fail. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6993 ## How was this patch tested? This patch was tested manually on a real cluster. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
