abh1sar commented on code in PR #9208:
URL: https://github.com/apache/cloudstack/pull/9208#discussion_r1708185679
##########
api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java:
##########
@@ -124,6 +124,14 @@ public class CapabilitiesResponse extends BaseResponse {
@Param(description = "the retention time for Instances disks stats", since
= "4.18.0")
private Integer instancesDisksStatsRetentionTime;
+ @SerializedName("storagefsvmmincpucount")
Review Comment:
done
##########
api/src/main/java/org/apache/cloudstack/api/command/user/config/ListCapabilitiesCmd.java:
##########
@@ -69,6 +69,8 @@ public void execute() {
response.setInstancesStatsUserOnly((Boolean)
capabilities.get(ApiConstants.INSTANCES_STATS_USER_ONLY));
response.setInstancesDisksStatsRetentionEnabled((Boolean)
capabilities.get(ApiConstants.INSTANCES_DISKS_STATS_RETENTION_ENABLED));
response.setInstancesDisksStatsRetentionTime((Integer)
capabilities.get(ApiConstants.INSTANCES_DISKS_STATS_RETENTION_TIME));
+
response.setStorageFsVmMinCpuCount((Integer)capabilities.get("storageFsVmMinCpuCount"));
Review Comment:
yes
--
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]