GitHub user sureshanaparti opened a pull request:
https://github.com/apache/cloudstack/pull/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".
- User can take snapshots of the volumes attached to a VMÂ simultaneously
(when the underlying hypervisor supports). Only subsequent snapshot operations
are in parallel.
- User wants to take snapshots of the same volume at the same time
(either recurring mode or manually). Only subsequent snapshot operations are
in parallel.
- User wants to limit the no. of concurrent snapshots per host in the
cluster/cloud using the config paramter
"concurrent.snapshots.threshold.perhost" (at the cluster level).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9733
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1897.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1897
----
commit 46d79f1678399cbd884973358504a2773a61abaf
Author: Suresh Kumar Anaparti <[email protected]>
Date: 2017-01-09T11:59:48Z
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".
----
---
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.
---