CloudStack SSVM启动条件源码阅读与问题解决方法

作者:lqh 时间:2023-07-12 23:00:40 

CloudStack SSVM启动条件源码阅读与问题解决方法:

 在CloudStack建立zone的时候,经常遇到SSVM不启动,或者根本就没有SSVM的情况,分析CloudStack日志,会发现有“Zone 1 is not ready to launch secondary storage VM yet”打印,意思是zone还未准备好启动SSVM。

通过查询CloudStack源代码,发现启动SSVM前有如下检查:

        获取Zone里的template。

        select a.* from vm_template a, host h where h.type = 'Routing' and h.data_center_id = 1 and a.type = 'System' and a.hypervisor_type = h.hypervisor_type limit 1;   

        如果没有获取到,会打印如下警告:

        Warn: Zone host is ready, but secondary storage vm template  3 is not ready on secondary storage: 1

        解决办法:检查system template是否已经下载完成(注意,要下载自己环境的hypervisor的system template)。

        获取zone的二级存储。

        select * from host where type = 'SecondaryStorage' and data_center_id = 1;  # host id is 3

        如果没有获取到,会打印如下警告:

        Warn: No secondary storage available in zone 1, wait until it is ready to launch secondary storage vm

        解决办法:为zone 1建立secondary storage pool。

        获取template和host的关联。

        select * from template_host_ref where host_id = 3 and template_id = 1 and download_state = 'DOWNLOADED'; # host id and template id is query by before.

        如果没有获取到,会打印如下警告:

        Warn: Zone host is ready, but secondary storage vm template  3 is not ready on secondary storage: 1

        如果secondary storage是NFS,可以通过mount来检查secondary storage是否能够正常工作,如果secondary storage没有问题,则只能等待CloudStack自动关联上。

        获得host的主存储。

        SELECT p.data_center_id,  count(ph.host_id) count  FROM storage_pool p, storage_pool_host_ref ph WHERE p.id = ph.pool_id AND p.data_center_id = 1 GROUP by p.data_center_id;

        主存储数量需要大于0,如果等于0,会打印如下警告:

        Warn: Primary storage is not ready, wait until it is ready to launch secondary storage vm

没有问题后,CS会打印:Zone  1 is ready to launch secondary storage VM。 CS将会启动 start secondary storage VM工作。

         感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

标签:CloudStack,SSVM
0
投稿

猜你喜欢

  • Centos 7.2中双网卡绑定及相关问题踩坑记录

    2023-08-15 11:27:07
  • VM虚拟机配置Centos7网络的图文教程

    2023-11-04 03:15:28
  • 在VMWare下LINUX中安装VMTool及共享文件夹

    2021-03-28 11:14:36
  • linux使用tcpdump命令监视指定网络数据包的方法

    2022-05-11 21:45:13
  • 浅谈中小站长站点运营推广

    2008-04-02 11:47:00
  • ProFtpd快速指南(一)

    2007-09-12 13:47:00
  • 在VMWare虚拟机上安装Centos7系统的步骤详解

    2023-11-05 08:02:17
  • 什么是真正的按效果付费?

    2009-03-09 13:57:00
  • Linux编译LVGL仿真器出错问题解决

    2023-07-10 11:18:10
  • MDaemon Server操作指南

    2007-03-27 13:27:00
  • Adsense这个月会向我付款吗?

    2008-01-09 13:04:00
  • dede5.3关于联动菜单的调用

    2009-02-15 09:45:00
  • 五种万万不可取的网站推广方法

    2009-03-16 09:43:00
  • 百度有啊李明远:电子商务需有再赔三年的耐心

    2009-10-27 13:08:00
  • 添加20个友情链接后 谈谈我对友链的看法

    2009-01-23 10:06:00
  • BeyondTrust:Windows 7中的UAC徒有其表

    2009-10-14 09:39:00
  • 付费调查兼职常见陷阱 推荐新人阅读

    2009-03-11 11:45:00
  • 新站的收录被百度“停止”了

    2009-08-22 11:28:00
  • 关于最近百度大更新的一些思考

    2009-09-11 13:11:00
  • 高通CEO将发表CES演讲 挤掉雅虎CEO巴茨?

    2009-11-13 11:01:00
  • asp之家 网站运营 m.aspxhome.com