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
// Note: Do not use Capacity Type to define the Alert Type. Always check the 'main' branch and keep the next number for the Alert Type to avoid conflicts.
UPDATE`cloud`.`alert`SET type =33WHERE name ='ALERT.VR.PUBLIC.IFACE.MTU';
32
32
UPDATE`cloud`.`alert`SET type =34WHERE name ='ALERT.VR.PRIVATE.IFACE.MTU';
33
+
UPDATE`cloud`.`alert`SET type =35WHERE name ='ALERT.NETWORK.IPV6SUBNET';
34
+
UPDATE`cloud`.`alert`SET type =36WHERE name ='ALERT.TYPE.EXTENSION.PATH.NOT.READY';
35
+
UPDATE`cloud`.`alert`SET type =37WHERE name ='ALERT.STORAGE.BACKUP';
36
+
UPDATE`cloud`.`alert`SET type =38WHERE name ='ALERT.STORAGE.OBJECT';
33
37
34
38
-- Update configuration 'kvm.ssh.to.agent' description and is_dynamic fields
35
39
UPDATE`cloud`.`configuration`SET description ='True if the management server will restart the agent service via SSH into the KVM hosts after or during maintenance operations', is_dynamic =1WHERE name ='kvm.ssh.to.agent';
0 commit comments