You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/13 14:06:26 UTC

[jira] [Commented] (CLOUDSTACK-9738) Optimize vm expunge process for instances with vm snapshots

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821825#comment-15821825 ] 

ASF GitHub Bot commented on CLOUDSTACK-9738:
--------------------------------------------

GitHub user nvazquez opened a pull request:

    https://github.com/apache/cloudstack/pull/1905

    CLOUDSTACK-9738: Optimize vm expunge process for instances with vm snapshots

    ## Description
    It was noticed that expunging instances with many vm snapshots took a look of time, as hypervisor received as many tasks as vm snapshots instance had, apart from the delete vm task. We propose a way to optimize this process for instances with vm snapshots by sending only one delete task to hypervisor, which will delete vm and its snapshots
    
    ## Use cases
    
    1. deleteVMsnapohsot-> no changes to current behavior
    2. destroyVM with expunge=false ->  no actions to VMsnaphsot is performed at the moment. When VM cleanup thread is executed it will perform the same sequence as (3). If instance is recovered before expunged by the cleanup thread it will remain intact with VMSnapshot chain present
    3. destroyVM with expunge=true:
       * Vmsnaphsot is marked with removed timestamp and state = Expunging in DB
       * VM is deleted in HW

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nvazquez/cloudstack expungeVmRefactor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1905.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 #1905
    
----
commit f5bebb172c36710a3c795a0df542fe443c71a2c9
Author: nvazquez <ni...@gmail.com>
Date:   2017-01-09T20:08:32Z

    CLOUDSTACK-9738: Optimize vm expunge process for instances with vm snapshots

----


> Optimize vm expunge process for instances with vm snapshots
> -----------------------------------------------------------
>
>                 Key: CLOUDSTACK-9738
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9738
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.10.0.0
>            Reporter: Nicolas Vazquez
>            Assignee: Nicolas Vazquez
>             Fix For: 4.10.0.0
>
>
> h2. Description
> It was noticed that expunging instances with many vm snapshots took a look of time, as hypervisor received as many tasks as vm snapshots instance had, apart from the delete vm task. We propose a way to optimize this process for instances with vm snapshots by sending only one delete task to hypervisor, which will delete vm and its snapshots
> h2. Use cases
> # deleteVMsnapohsot-> no changes to current behavior
> # destroyVM with expunge=false ->  no actions to VMsnaphsot is performed at the moment. When VM cleanup thread is executed it will perform the same sequence as #3. If instance is recovered before expunged by the cleanup thread it will remain intact with VMSnapshot chain present
> # destroyVM with expunge=true:
> #*       Vmsnaphsot is  marked with removed timestamp and state = Expunging in DB
> #*       VM is deleted in HW



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)