You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/components-api/src/main/java/com/cloud/agent/AgentManager.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@
39
39
publicinterfaceAgentManager {
40
40
staticfinalConfigKey<Integer> Wait = newConfigKey<Integer>("Advanced", Integer.class, "wait", "1800", "Time in seconds to wait for control commands to return",
UPDATE`cloud`.`configuration`set name ="kvm.host.auto.enable.disable"where name ="enable.kvm.host.auto.enable.disable";
46
-
47
45
-- Add used_iops column to support IOPS data in storage stats
48
46
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.storage_pool', 'used_iops', 'bigint unsigned DEFAULT NULL COMMENT "IOPS currently in use for this storage pool" ');
0 commit comments