You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Valery Ciareszka (JIRA)" <ji...@apache.org> on 2013/10/02 16:30:41 UTC

[jira] [Commented] (CLOUDSTACK-4627) HA not working, User VM wasn't Migrated

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

Valery Ciareszka commented on CLOUDSTACK-4627:
----------------------------------------------

Was it really commited to  4.2.0 branch ? I see old version in latest source package:

wget http://www.eu.apache.org/dist/cloudstack/releases/4.2.0/apache-cloudstack-4.2.0-src.tar.bz2
tar jxfv apache-cloudstack-4.2.0-src.tar.bz2

[root@ad011d apache-cloudstack-4.2.0-src]# grep -A9 canVmRestartOnAnotherServer server/src/com/cloud/storage/VolumeManagerImpl.java
    public boolean canVmRestartOnAnotherServer(long vmId) {
        List<VolumeVO> vols = _volsDao.findCreatedByInstance(vmId);
        for (VolumeVO vol : vols) {
            if (!vol.isRecreatable() && !vol.getPoolType().isShared()) {
                return false;
            }
        }
        return true;
    }


> HA not working, User VM wasn't Migrated
> ---------------------------------------
>
>                 Key: CLOUDSTACK-4627
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4627
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Hypervisor Controller, KVM, Management Server
>    Affects Versions: 4.2.0
>         Environment: CentOS 6.3 64bit
>            Reporter: Naoki Sakamoto
>            Assignee: edison su
>         Attachments: 20130906_HA_SystemVM_Migration_OK_But_UserVM_NG.zip, 20130909_HA_UserVM_Migration_NG.zip
>
>
> 1. We made one of KVM Host Power OFF by push power button of hardware for High Availability Test.
> 2. Vritual Router / Secodary Storage VM / Console Proxy VM is Migrated.
>    But User VM wasn't Migrated.



--
This message was sent by Atlassian JIRA
(v6.1#6144)