removed insert of powerflex.connect.on.demand as it taken care by commit 0d553332 already

This commit is contained in:
mprokopchuk 2024-08-30 11:23:38 -07:00
parent 0d553332d9
commit 1ec11a1482
1 changed files with 0 additions and 25 deletions

View File

@ -19,31 +19,6 @@
-- Schema upgrade from 4.18.1.2
--;
-- Add property to enable/disable on-demand connection Host to PowerFlex storage pool
INSERT IGNORE INTO `cloud`.`configuration` (
`category`,
`instance`,
`component`,
`scope`,
`name`,
`value`,
`default_value`,
`is_dynamic`,
`display_text`,
`description`
) VALUES (
'Storage',
'DEFAULT',
'StorageManager',
'Global',
'powerflex.connect.on.demand',
'false',
'false',
1,
'Connect PowerFlex client on Host on-demand',
'Connect PowerFlex client on Host when first Volume created and disconnect when last Volume deleted (or always stay connected otherwise).'
);
-- These fields have been added in 4.18.0, however due to issues with update process (sql updated after version update)
-- adding one more time here in case if migration from 4.18.0 didn't go through
CREATE PROCEDURE `cloud`.`ADD_RESOURCE_RESERVATION_MGMT_SERVER_ID_CREATED`()