GitHub user mrunalinikankariya opened a pull request:
https://github.com/apache/cloudstack/pull/1911
CS-50190:CLONE - Simultaneous snapshots for detached volume
Description
A detached volume on any hypervisor (Xen, Vmware, KVM) fails to create one
of the snapshots if it there are two scheduled snapshots at the same time for
the same volume. One of that goes to Allocated state. any combination of
weekly,daily and hourly simultaneous snapshot creation on a detached volume
results one of the snapshots in Allocated state forever which can not be deleted
Solution
For detached volume, when two simultaneous snapshots are requested, one
will be successfully created and other snapshot will get executed in next
snapshot scheduler run. Thus all the simultaneous snapshot request will be
completed with time difference of snapshot scheduler polling.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mrunalinikankariya/cloudstack cs-9742
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1911.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 #1911
----
----
---
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.
---