简体   繁体   English

使用可启动VM启动Openstack实例

[英]Launching Openstack instance with Bootable VM

I am facing problem while booting my vm with this error message please someone help me out ===>>MP-BIOS bug: 8254 timer not connected to IO-APIC . 我在使用此错误消息启动我的vm时遇到问题请有人帮助我===>>MP-BIOS bug: 8254计时器未连接到IO-APIC what should i do or what I'm missing? 我该怎么做或我缺少什么?
Help me out. 帮帮我。

1) my hypervisor is "qemu" and 2) vncserver_proxyclient_address=cloud.openstack.lan 3)Hypervisor Config==> 1)vncserver_proxyclient_address=cloud.openstack.lan 2)osapi_compute_listen=0.0.0.0 3)osapi_compute_listen_port=8774 4)compute_manager=nova.compute.manager.ComputeManager 5)volume_api_class=nova.volume.cinder.API These are my NOVA and hypervisor configuration.. 1)我的管理程序是“qemu”和2)vncserver_proxyclient_address = cloud.openstack.lan 3)管理程序配置==> 1)vncserver_proxyclient_address = cloud.openstack.lan 2)osapi_compute_listen = 0.0.0.0 3)osapi_compute_listen_port = 8774 4)compute_manager = nova.compute.manager.ComputeManager 5)volume_api_class = nova.volume.cinder.API这些是我的NOVA和虚拟机管理程序配置..

BootingImg==>CentOS7x86_64Minimal1611.iso OpenstackConfigration Bare metal service OpenStack Compute OpenStack dashboard Database service for OpenStack OpenStack Identity OpenStack Image service OpenStack Networking BootingImg ==> CentOS7x86_64Minimal1611.iso OpenstackConfigration裸机服务OpenStack计算OpenStack仪表板OpenStack数据库服务OpenStack身份OpenStack图像服务OpenStack Networking

Hypervisor setting: 1)Hostname => cloud.openstack.lan 2) Type = QEMU 3) VCPU =1 4)RAM=2.5GB 5) RAM (total) = 3GB 6) Local Storage (used) = 20GB 7)Local Storage (total) = 21GB 8) Instance = 1 Actually i am using Openstack-mitaka 管理程序设置:1)主机名=> cloud.openstack.lan 2)类型= QEMU 3)VCPU = 1 4)RAM = 2.5GB 5)RAM(总计)= 3GB 6)本地存储(已使用)= 20GB 7)本地存储(总)= 21GB 8)实例= 1实际上我使用的是Openstack-mitaka

Distribution is= • PackStack - scripted puppet runs 分布是=•PackStack - 脚本化的木偶运行

So you can find multiple references to problem like yours all over the google: 因此,您可以在谷歌上找到与您的问题相同的多个引用:

  1. https://bugzilla.redhat.com/show_bug.cgi?id=698842 https://bugzilla.redhat.com/show_bug.cgi?id=698842
  2. https://bugzilla.redhat.com/show_bug.cgi?id=707820 https://bugzilla.redhat.com/show_bug.cgi?id=707820

What is strange that all these problems are like at lest 3 years old. 奇怪的是,所有这些问题都像3岁一样。 Is this an option that you have some old system running on hypervisor? 这是一个在hypervisor上运行旧系统的选项吗? Some people claim 'noacpi' kernel option added to guest kernel may help, worth to try. 有些人声称添加到客户内核的“noacpi”内核选项可能会有所帮助,值得一试。

Kernel command line option no_timer_check helped me with this (Red Hat Enterprise Linux 7.5 guest). 内核命令行选项no_timer_check帮助了我(Red Hat Enterprise Linux 7.5来宾)。 But this I suspect the OpenStack install was not solid. 但我怀疑OpenStack的安装并不牢固。 Need it only in one cluster. 仅在一个集群中需要它。 See 看到

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 连接到托管在GCP上的Redis作为VM实例 - Connect to Redis hosted on GCP as VM instance 在创建Google Compute Engine VM实例时添加环境变量 - Add Environment variables while creating a Google Compute Engine VM Instance 在 GCP 中使用 python 代码创建 VM 实例时出现问题 - issue while creating VM instance using python code in GCP 在 Google Cloud Platform 上的 Linux 虚拟机实例上安装 Anaconda - Installing Anaconda on Linux VM Instance on Google Cloud Platform 如何制作可启动的USB以运行Python脚本 - How to make a bootable USB to run a Python script 使用 Cloud Functions 将文件从 Google Cloud Storage 传输到 Windows VM 实例 - Transfer files from Google Cloud Storage to Windows VM instance using Cloud Functions 如何访问 Google Cloud Platform (GCP) 上 VM 实例的已安装 python 目录/'site-packages' 文件夹 - How to Access Installed python directory/'site-packages' Folder for a VM Instance on Google Cloud Platform (GCP) 无法使用api openstack进行连接 - not able to connect using api openstack jupyter笔记本没有发布 - jupyter notebook is not launching 烧瓶未与导入模块一起启动 - Flask not launching with import modules
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM