smitajoshi12 commented on PR #4940:
URL: https://github.com/apache/ozone/pull/4940#issuecomment-1612440579

   > how do summay comes for below?
   > 
   > 
![image](https://user-images.githubusercontent.com/23372859/249518601-cf77673d-3d1b-41c1-abae-f52738eca549.png)
   
   In Local Cluster Testing time we used this command  ozone fs -rm -r 
-skipTrash ofs://om/volume/ got response in
   /api/v1/keys/deletePending?limit=1 wiith this endpoint.
   
   {
     "keysSummary": {
       "totalUnreplicatedDataSize": 4610000000,
       "totalReplicatedDataSize": 13830000000,
       "totalDeletedKeys": 461
     },
     "lastKey": "/volume/bucket1/e1w46pj5xo/0/-9223372036854772223",
     "replicatedDataSize": 30000000,
     "unreplicatedDataSize": 10000000,
     "deletedKeyInfo": [
      
     ],
     "status": "OK"
   }
   


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

Reply via email to