neils-dev commented on PR #4021: URL: https://github.com/apache/ozone/pull/4021#issuecomment-1341641603
Thanks @sumitagrawl for this PR. Looking at the scenario described in the jira. I haven't been able to reproduce the error. Currently, I'm doing the following and expecting the error, bash-4.2$ ozone sh volume create /vol1 bash-4.2$ ozone sh volume setquota --namespace-quota 1 /vol1 bash-4.2$ ozone sh bucket create --layout FILE_SYSTEM_OPTIMIZED /vol1/bucket1 bash-4.2$ ozone sh bucket setquota --space-quota=10000000 /vol1/bucket1 bash-4.2$ ozone freon omkg -b bucket1 -v vol1 bash-4.2$ ozone fs -rm -r -skipTrash /vol1/bucket1 bash-4.2$ ozone sh bucket create --layout FILE_SYSTEM_OPTIMIZED /vol1/bucket1 When the bucket is re-created the do not see a problem with namespace nor size quotas for volume and bucket. Why is the error not present? -- 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]
