smengcl opened a new pull request #2857: URL: https://github.com/apache/ozone/pull/2857
https://issues.apache.org/jira/browse/HDDS-6022 - [x] Add a new field `refCount` for Ozone volumes that essentially acts like a lock which would prevent the volume from being deleted if `refCount > 0` - [ ] Implement `ozone tenant delete`. This command will only remove all tenant information from DB (and Ranger but maybe delayed, depending on the Ranger background thread impl) if there are **zero** users assigned to this tenant and the volume is **empty**. ## Testing - [ ] Add new integration test cases. -- 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]
