sureshanaparti commented on code in PR #6496:
URL: https://github.com/apache/cloudstack/pull/6496#discussion_r905967660
##########
core/src/main/java/org/apache/cloudstack/storage/command/TemplateOrVolumePostUploadCommand.java:
##########
@@ -49,7 +49,7 @@ public class TemplateOrVolumePostUploadCommand {
String description;
- private String defaultMaxAccountSecondaryStorage;
+ private String defaultMaxSecondaryStorage;
Review Comment:
```suggestion
private String defaultMaxSecondaryStorageInGB;
```
update relevant methods as well, rest LGTM.
--
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]