You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by mrunalinikankariya <gi...@git.apache.org> on 2017/01/18 09:58:07 UTC

[GitHub] cloudstack pull request #1911: CS-50190:CLONE - Simultaneous snapshots for d...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1911: CLOUDSTACK-9742:Simultaneous snapshots for detached ...

Posted by mrunalinikankariya <gi...@git.apache.org>.
Github user mrunalinikankariya commented on the issue:

    https://github.com/apache/cloudstack/pull/1911
  
    [ConcurrentSnapshots.docx](https://github.com/apache/cloudstack/files/849895/ConcurrentSnapshots.docx)
     
    Attached file contains screenshot of the database quesry and the concurrent snapshot created using manual testing as well as marvin script


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1911: CLOUDSTACK-9742:Simultaneous snapshots for detached ...

Posted by SudharmaJain <gi...@git.apache.org>.
Github user SudharmaJain commented on the issue:

    https://github.com/apache/cloudstack/pull/1911
  
    @mrunalinikankariya Can you provide some marvin test? Also is it possible to add some snapshots/test results?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---