Skip to content

Commit d276c0f

Browse files
committed
developer: increase disable thresholds global settings for developers
- Increases the disable thresholds for developers - Removes the use local storage for systemvms Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 314e2da) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent b084515 commit d276c0f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

developer/developer-prefill.sql

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,19 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
6464

6565
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
6666
VALUES ('Advanced', 'DEFAULT', 'management-server',
67-
'system.vm.use.local.storage', 'true');
67+
'cluster.cpu.allocated.capacity.disablethreshold', '0.95');
68+
69+
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
70+
VALUES ('Advanced', 'DEFAULT', 'management-server',
71+
'cluster.memory.allocated.capacity.disablethreshold ', '0.95');
72+
73+
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
74+
VALUES ('Advanced', 'DEFAULT', 'management-server',
75+
'pool.storage.allocated.capacity.disablethreshold ', '0.95');
76+
77+
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
78+
VALUES ('Advanced', 'DEFAULT', 'management-server',
79+
'pool.storage.capacity.disablethreshold ', '0.95');
6880

6981
-- Add developer configuration entry; allows management server to be run as a user other than "cloud"
7082
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)

0 commit comments

Comments
 (0)