From 1ec11a148250e520db258115d2dfdfad34347e33 Mon Sep 17 00:00:00 2001 From: mprokopchuk Date: Fri, 30 Aug 2024 11:23:38 -0700 Subject: [PATCH] removed insert of powerflex.connect.on.demand as it taken care by commit 0d553332 already --- .../META-INF/db/schema-41811to41812.sql | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/engine/schema/src/main/resources/META-INF/db/schema-41811to41812.sql b/engine/schema/src/main/resources/META-INF/db/schema-41811to41812.sql index c5cdedf0168..4542f1b9084 100644 --- a/engine/schema/src/main/resources/META-INF/db/schema-41811to41812.sql +++ b/engine/schema/src/main/resources/META-INF/db/schema-41811to41812.sql @@ -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`()