Github user abhinandanprateek commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/2026#discussion_r110594291
--- Diff: setup/db/db/schema-4920to41000.sql ---
@@ -232,3 +232,5 @@ WHERE (o.cpu is null AND o.speed IS NULL AND o.ram_size
IS NULL) AND
-- CLOUDSTACK-9827: Storage tags stored in multiple places
DROP VIEW IF EXISTS `cloud`.`storage_tag_view`;
+
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT',
'VMSanpshotManager', 'vmsnapshot.expire.interval', '-1', 'VM Snapshot expire
interval in hours','-1', NULL, 'Account', 0);
--- End diff --
@rhtd removed the upgrade sql
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---