sureshanaparti commented on a change in pull request #1897: CLOUDSTACK-9733: 
Concurrent volume snapshots of a VM are not allowed and are not limited per 
host as per the global configuration parameter 
"concurrent.snapshots.threshold.perhost".
URL: https://github.com/apache/cloudstack/pull/1897#discussion_r114704514
 
 

 ##########
 File path: 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`;
+
+DELETE FROM `cloud`.`configuration` where name = 
'concurrent.snapshots.threshold.perhost';
 
 Review comment:
   @kishankavala Will update.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to