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:
   Backend code is handled 
[here](https://github.com/apache/ozone/pull/9742/changes#diff-90c47feb1f59ab8deb7cef12eb06d485afcd0dad1a77f3fc8d1716fe7a0ba19bR130-R132)
  to incorporate globalStorage.totalOzonePreAllocatedContainerSpace. But 
problem is it not removed from usedbyetes. So that cleanup is required. This 
moving is done based on latest design reviews and comments.
   I will be cleaning up this part from usedSpaceBreakdown



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