sureshanaparti commented on code in PR #12539:
URL: https://github.com/apache/cloudstack/pull/12539#discussion_r2745362635


##########
server/src/main/java/com/cloud/api/ApiResponseHelper.java:
##########
@@ -4377,9 +4377,11 @@ public UsageRecordResponse createUsageResponse(Usage 
usageRecord, Map<String, Se
                             .append(" 
(").append(backupOffering.getUuid()).append(", user ad-hoc/scheduled backup 
allowed: ")
                             
.append(backupOffering.isUserDrivenBackupAllowed()).append(")");
                 }
-
             }
+            builder.append(" with size 
").append(toHumanReadableSize(usageRecord.getVirtualSize()));

Review Comment:
   updated @abh1sar 



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

Reply via email to