mirror of https://github.com/apache/cloudstack.git
removed insert of powerflex.connect.on.demand as it taken care by commit 0d553332 already
This commit is contained in:
parent
0d553332d9
commit
1ec11a1482
|
|
@ -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`()
|
||||
|
|
|
|||
Loading…
Reference in New Issue