You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/04/27 15:49:48 UTC

[GitHub] [cloudstack] Spaceman1984 opened a new issue #4045: Instance HA fails after storage migration

Spaceman1984 opened a new issue #4045:
URL: https://github.com/apache/cloudstack/issues/4045


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Instance HA
   Host HA
   Primary storage
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.13
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   3 HA enabled Hosts
   2 Primary storages
   Advanced Networking Zone
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Tested with KVM on Centos 7
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   When a Host goes down In a cluster configured for Host HA, it is expected that the host state will transition from up to down and all HA enabled Vms will be migrated to another HA enabled host in the cluster.
   
   This functionality doesn't work when you do the following:
   
   Shut down the instance, migrate the volume to a different primary storage, start the instance and then power off the host.
   
   The host state transitions to "Alert" and the VMs are not migrated.
   
   ##### STEPS TO REPRODUCE
   
   * Create a Cloudstack installation with at least 3 hosts in a cluster and 2 primary storages.
   * Configure and enable "Out of band management" and HA on all 3 hosts.
   * Create a compute offering with HA enabled
   * Create an instance using the HA enabled compute offering
   * Start the instance
   * Stop the instance
   * Migrate the storage volume to a different primary storage
   * Start the instance
   * Power down the host the instance is running on
   * Observe host state
   
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   
   It is expected that the host will transition to a "down" state when it is powered off and HA enabled VMs are migrated to another HA enabled host in the cluster.
   
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   The host goes to the "Alert" state and the VMs are not migrated
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd closed issue #4045: Instance HA fails after storage migration

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #4045:
URL: https://github.com/apache/cloudstack/issues/4045


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org