sureshanaparti commented on code in PR #12468:
URL: https://github.com/apache/cloudstack/pull/12468#discussion_r2731889180
##########
server/src/main/java/com/cloud/server/ManagementServerImpl.java:
##########
@@ -4799,6 +4799,7 @@ public Map<String, Object> listCapabilities(final
ListCapabilitiesCmd cmd) {
final long diskOffMinSize =
VolumeOrchestrationService.CustomDiskOfferingMinSize.value();
final long diskOffMaxSize =
VolumeOrchestrationService.CustomDiskOfferingMaxSize.value();
final boolean KVMSnapshotEnabled =
SnapshotManager.KVMSnapshotEnabled.value();
+ final boolean SnapshotShowChainSize =
SnapshotManager.snapshotShowChainSize.value();
Review Comment:
when there are no (or very few) incremental snapshots
--
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]