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 2015/04/28 07:13:07 UTC

[jira] [Commented] (CLOUDSTACK-8413) Resource Tags on a disk are lost when migrate to another storage

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

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

GitHub user anshul1886 opened a pull request:

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

    CLOUDSTACK-8413: Fixed resource tags on disk are lost when migrate to another storage

    During cold volume migration we are duplicating volume entry in volumes table.
    When migration is complete, we update the uuid of new entry and expunge the older entry.
    This results in removal of resource tags on volume as its resource id still pointing to older volume.
    As part of fix while updating uuid for volume, we are updating resource_id for tags also.

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

    $ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-8413

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

    https://github.com/apache/cloudstack/pull/194.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 #194
    
----
commit ded824bffc7900268427242a0ad357303ac5ca3b
Author: Anshul Gangwar <an...@citrix.com>
Date:   2015-02-19T10:52:20Z

    CLOUDSTACK-8413: Fixed resource tags on disk are lost when migrate to another storage
    
    During cold volume migration we are duplicating volume entry in volumes table.
    When migration is complete, we update the uuid of new entry and expunge the older entry.
    This results in removal of resource tags on volume as its resource id still pointing to older volume.
    As part of fix while updating uuid for volume, we are updating resource_id for tags also.

----


> Resource Tags on a disk are lost when migrate to another storage
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8413
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8413
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Anshul Gangwar
>            Assignee: Anshul Gangwar
>
> Resource Tags on a disk are lost when migrate to another storage



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