priyeshkaratha commented on code in PR #9742:
URL: https://github.com/apache/ozone/pull/9742#discussion_r2853082576


##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/api/db.json:
##########
@@ -6869,18 +6869,20 @@
   },
   "utilization": {
     "globalStorage": {
-        "totalUsedSpace": 30679040,
-        "totalFreeSpace": 539776978944,
-        "totalCapacity": 879519597390
+      "totalFileSystemCapacity": 879788032846,
+      "totalReservedSpace": 268435456,
+      "totalOzoneCapacity": 879519597390,
+      "totalOzoneFreeSpace": 539776978944,
+      "totalOzoneUsedSpace": 30679040,
+      "totalOzonePreAllocatedContainerSpace":1022024
     },
     "globalNamespace": {
         "totalUsedSpace": 12349932,
         "totalKeys": 1576
     },
     "usedSpaceBreakdown": {
         "openKeyBytes": 19255266,
-        "committedKeyBytes": 1249923,
-        "preAllocatedContainerBytes": 1022024

Review Comment:
   This is right. I missed to cleanup. Thanks for the catch.



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