You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "mierea (via GitHub)" <gi...@apache.org> on 2023/10/25 09:03:03 UTC

[I] systemvm stuck in "Starting" and missing /usr/local/cloud/ files [cloudstack]

mierea opened a new issue, #8143:
URL: https://github.com/apache/cloudstack/issues/8143

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main 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.
   -->
   ~~~
   SSVM
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   4.18.1.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   Advanced networking (one vlan for public/guest/management, one vlan for storage)
   Ceph with rbd for primary storage, ceph nfs for secondary storage (after zone is enabled I can see the systemvm template downloaded on secondary nfs)
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Ubuntu 22.04 LTS, KVM hosts
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   After I create and enable zone the system vm's are stuck in "Starting" status.
   I can see the template was downloaded on secondary storage and I can manually mount it from s-1-VM and from the cloudstack vm.
   
   
   
   
   ##### 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 -->
   ~~~
   Fresh Cloudstack install with kvm nodes, all on Ubuntu 22.04 LTS.
   Primary and secondary storage on Ceph (rbd and nfs)
   Cloudstack vm is hosted on first kvm node
   
   in systemvm s-1-VM, cloud.log reads: https://pastebin.com/s4CXu8Gk
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   system vm's start 
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   system vm's are stuck starting and are missing files in /usr/local/cloud
   ~~~
   


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

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


Re: [I] systemvm stuck in "Starting" and missing /usr/local/cloud/ files [cloudstack]

Posted by "mierea (via GitHub)" <gi...@apache.org>.
mierea closed issue #8143: systemvm stuck in "Starting" and missing /usr/local/cloud/ files
URL: https://github.com/apache/cloudstack/issues/8143


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


Re: [I] systemvm stuck in "Starting" and missing /usr/local/cloud/ files [cloudstack]

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8143:
URL: https://github.com/apache/cloudstack/issues/8143#issuecomment-1778826714

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


Re: [I] systemvm stuck in "Starting" and missing /usr/local/cloud/ files [cloudstack]

Posted by "weizhouapache (via GitHub)" <gi...@apache.org>.
weizhouapache commented on issue #8143:
URL: https://github.com/apache/cloudstack/issues/8143#issuecomment-1778858346

   @mierea 
   can you test the following command on the kvm host ?
   
   ```
   scp -i /root/.ssh/id_rsa.cloud -P 3922 /usr/share/cloudstack-common/vms/cloud-scripts.tgz 169.254.xx.yy:/root/
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


Re: [I] systemvm stuck in "Starting" and missing /usr/local/cloud/ files [cloudstack]

Posted by "weizhouapache (via GitHub)" <gi...@apache.org>.
weizhouapache commented on issue #8143:
URL: https://github.com/apache/cloudstack/issues/8143#issuecomment-1779022665

   > @weizhouapache thank you! For some reason cloud0 interface was down and so this SCP command was not working. As soon as I brought it back up and re-created the systemvm's it worked like a charm!
   
   @mierea 
   good to know it. 
   I remember I faced the same issue before, no idea what caused it.


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


Re: [I] systemvm stuck in "Starting" and missing /usr/local/cloud/ files [cloudstack]

Posted by "mierea (via GitHub)" <gi...@apache.org>.
mierea commented on issue #8143:
URL: https://github.com/apache/cloudstack/issues/8143#issuecomment-1778961934

   @weizhouapache thank you! For some reason cloud0 interface was down and so this SCP command was not working.
   As soon as I brought it back up and re-created the systemvm's it worked like a charm!
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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