You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/06/10 19:56:05 UTC

[GitHub] [ozone] yuangu002 edited a comment on pull request #2321: HDDS-5314. Show number of Open vs Closed containers per Node in Recon UI

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org