sureshanaparti commented on a change in pull request #4071:
URL: https://github.com/apache/cloudstack/pull/4071#discussion_r433406006
##########
File path:
engine/schema/src/main/resources/META-INF/db/schema-41310to41400-cleanup.sql
##########
@@ -26,3 +26,6 @@ UPDATE `cloud`.`storage_pool` SET
path="/var/lib/libvirt/images" WHERE path="/va
-- remove (one of) duplicate unique indexes from Region table
ALTER TABLE `region` DROP INDEX `id_3`;
+
+-- remove the old NetApp storage APIs (unsupported since 4.12) from
role_permissions
+DELETE from `cloud`.`role_permissions` WHERE rule IN ('createPool',
'modifyPool', 'deletePool', 'listPools', 'associateLun', 'dissociateLun',
'createLunOnFiler', 'destroyLunOnFiler', 'listLunsOnFiler',
'createVolumeOnFiler', 'destroyVolumeOnFiler', 'listVolumesOnFiler');
Review comment:
> We want the DB changes in the 4.14 -> 4.15 upgrade path.
Moved to 4.15 upgrade path
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]