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/01/23 06:16:37 UTC

[GitHub] [cloudstack] prashant2594 opened a new issue #3830: Cloudstack 4.13 HA Issue

prashant2594 opened a new issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830
 
 
   <!--
   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.
   -->
   @rhtyd 
   @wido 
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Other
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   KVM, HA,  ceph version 14.2.6 nautilus
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   Cloudstack 4.13
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Centos 7
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   - I've installed coludstack 4.13 on ceph OSD nodes, and also added ceph as primary storage in cloudstack as RBD pool. Till here it works smoothly. 
   
   - Problem starts in HA phase, when I test HA, it fails.
   
   - VM doesn't migrate to other available management server.
   
   
   ##### STEPS TO REPRODUCE
   <!--
   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 -->
   ~~~
   <img width="1557" alt="Screenshot 2020-01-21 at 2 24 09 AM" src="https://user-images.githubusercontent.com/44703864/72960869-426d2900-3dd5-11ea-8418-c79adf396e95.png">
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   VM should migrate to available management server.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   It is stuck and doesn't move to other server.
   
   <img width="1557" alt="Screenshot 2020-01-21 at 2 24 09 AM" src="https://user-images.githubusercontent.com/44703864/72960913-76484e80-3dd5-11ea-9ea8-95bab4924e93.png">
   
   ~~~
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack] wido commented on issue #3830: Cloudstack 4.13 HA Issue

Posted by GitBox <gi...@apache.org>.
wido commented on issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830#issuecomment-577571739
 
 
   This is expected and you need to configure Host Out of Band through IPMI to make this work.
   
   Without IPMI there is no way a Hypervisor can be fenced of safely and thus allowing for a safe start of the VMs somewhere else.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack] prashant2594 edited a comment on issue #3830: Cloudstack 4.13 HA Issue

Posted by GitBox <gi...@apache.org>.
prashant2594 edited a comment on issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830#issuecomment-577575727
 
 
   I've configured Out of Band Management as well, pardon me as i forgot to mention about Out of Band Management. @wido 
   But HA works fine with NFS storage, 
   ![Screenshot from 2020-01-23 13-50-48](https://user-images.githubusercontent.com/44703864/72967518-8701c000-3de7-11ea-8cb1-da7a65397c8c.png)
   
   ![Screenshot from 2020-01-23 14-20-46](https://user-images.githubusercontent.com/44703864/72969649-ee217380-3deb-11ea-90a0-b9fbc38a6bc2.png)
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack] prashant2594 edited a comment on issue #3830: Cloudstack 4.13 HA Issue

Posted by GitBox <gi...@apache.org>.
prashant2594 edited a comment on issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830#issuecomment-577575727
 
 
   I've configured Out of Band Management as well, pardon me as i forgot to mention about Out of Band Management. @wido 
   But HA works fine with NFS storage, 
   ![Screenshot from 2020-01-23 13-50-48](https://user-images.githubusercontent.com/44703864/72967518-8701c000-3de7-11ea-8cb1-da7a65397c8c.png)
   
   ![Screenshot from 2020-01-23 14-20-46](https://user-images.githubusercontent.com/44703864/72969553-b4e90380-3deb-11ea-9076-efc0dd6dc43e.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack] prashant2594 commented on issue #3830: Cloudstack 4.13 HA Issue

Posted by GitBox <gi...@apache.org>.
prashant2594 commented on issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830#issuecomment-577575727
 
 
   I've configured Out of Band Management as well, pardon me as i forgot to mention about Out of Band Management. @wido 
   But HA works fine with NFS storage, 
   ![Screenshot from 2020-01-23 13-50-48](https://user-images.githubusercontent.com/44703864/72967518-8701c000-3de7-11ea-8cb1-da7a65397c8c.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack] prashant2594 closed issue #3830: Cloudstack 4.13 HA Issue

Posted by GitBox <gi...@apache.org>.
prashant2594 closed issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack] div8cn commented on issue #3830: Cloudstack 4.13 HA Issue

Posted by GitBox <gi...@apache.org>.
div8cn commented on issue #3830: Cloudstack 4.13 HA Issue 
URL: https://github.com/apache/cloudstack/issues/3830#issuecomment-579736548
 
 
   During HA detection, heartbeat detection of the primary storage is required.
   
   Currently ACS + KVM only supports HA for NFS primary storage.
   
   So, HA does not support RBD primary storage

----------------------------------------------------------------
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


With regards,
Apache Git Services