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


##########
api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java:
##########
@@ -73,6 +73,10 @@ public class CapabilitiesResponse extends BaseResponse {
     @Param(description = "True if Snapshot is supported for KVM host, false 
otherwise")
     private boolean kvmSnapshotEnabled;
 
+    @SerializedName("snapshotshowchainsize")
+    @Param(description = "True to show the parent and chain size (sum of 
physical size of snapshot and all its parents) for incremental snapshots", 
since = "4.22.1")
+    private boolean snapshotShowChainSize;

Review Comment:
   the config was introduced in 4.21.0, here: 
https://github.com/apache/cloudstack/pull/11313 (any improvement regards to it, 
can be addressed in another PR - we can update the response parameter and the 
config there).



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