yuangu002 edited a comment 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:
   ![Screen Shot 2021-06-10 at 3 40 53 
PM](https://user-images.githubusercontent.com/53324985/121588164-98129780-ca03-11eb-961d-62836a76867a.png)
   
   Then close container 1: `ozone admin container close 1`, one container is 
closed
   ![Screen Shot 2021-06-10 at 3 42 42 
PM](https://user-images.githubusercontent.com/53324985/121588137-91842000-ca03-11eb-9011-2f8aa7e2d59a.png)
   
   Then close container 2: `ozone admin container close 2`, all containers are 
closed
   ![Screen Shot 2021-06-10 at 3 43 57 
PM](https://user-images.githubusercontent.com/53324985/121588296-c001fb00-ca03-11eb-9610-c713b00eefd6.png)


-- 
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]

Reply via email to