yuangu002 commented on pull request #2321: URL: https://github.com/apache/ozone/pull/2321#issuecomment-858988306
Fixed: 1. style 2. update db.json with dummy data Test: ``` ozone sh volume create --namespace-quota=5 --quota=5GB /vol ozone sh bucket create --namespace-quota=5 --quota=5GB /vol/bucket ozone sh key put /vol/bucket/README.md README.md ozone sh key put -r=THREE /vol/bucket/CONTRIBUTING.md CONTRIBUTING.md ``` All containers are open:  Then close container 1: `ozone admin container close 1`, one container is closed  Then close container 1: `ozone admin container close 2`, all containers are closed  -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
