【openstack】问题记录:error: you need to load the kernel first【已解决】】

简介: 【openstack】问题记录:error: you need to load the kernel first【已解决】】

前言


昨天在机房服务器上安装完openstack之后,出现了一个让我郁闷的错误:过五关斩六将,历经千辛万苦,终于把环境搭建完成了,创建虚拟机时竟然又出现了一个之前从来没有遇见的问题:

1.webp.jpg


正文


error: cannot allocate kernel buffer
error: you need to need to load the kernel first
Press any key to continue...


乍一看:怎么操作系统核心加载不起来?结果还真在互联网上搜到了答案:

Hi cally725,
I too faced same issue.
Major reason for this is the RAM allocation to instance.
Kindly check how much ram is used in instance Flavor.
just a quick hint, if this is related:
  Normally while creating flavor, we specify "--ram 4", but it is not 4 GB rather 4 MB.


中文意思是:给你个小提示,如果有关联的话:
通常在创建实例类型时,我们指定“—ram 4”,但它不是4 GB,而是4 MB。

于是我回过头来看了下自己创建的实例类型:


2.webp.jpg


发现还真有一个:4MB,顿时哭笑不得——也确实难为操作系统了,我就分配了4MB的内存装操作系统,哈哈哈!

目录
相关文章
|
Docker 容器
Docker错误:inotify_add_watch(7, /dev/dm-4, 10) failed: No such file or directory
Docker错误:inotify_add_watch(7, /dev/dm-4, 10) failed: No such file or directory
257 1
|
6月前
|
关系型数据库 MySQL Linux
探索Linux下的`db_log_verify`命令(假设)
探索Linux下假设的`db_log_verify`命令,用于验证数据库日志文件的完整性、顺序性和一致性。功能包括检查文件存在、完整性(通过校验和)、顺序及内容一致性。提供的简单Bash脚本示例演示了文件存在和MD5校验。适用场景包括定期验证、备份验证和故障恢复。注意权限、错误处理、测试、兼容性及文档编写。
|
Linux
LINUX虚拟机安装增强功能时报错: Kernel headers not found for target kernel. Please install them and execute
LINUX虚拟机安装增强功能时报错: Kernel headers not found for target kernel. Please install them and execute
302 0
|
MySQL 关系型数据库 Shell
Unit mysql.service failed to load: No such file or directory的解决办法
Failed to issue method call: Unit mysql.service failed to load: No such file or directory的解决办法 1、软件环境: OpenSUSE 13.
3536 0
|
SQL 网络协议 数据库
Data Migration 错误说明
本文介绍了 Data Migration (DM) 的错误系统,以及各种错误信息的详细含义。 DM 错误系统 DM 1.0.0-GA 版本中引入了新的错误系统。该系统: 增加了错误码机制。 增加了 class、scope、level 等错误信息。 优化了错误描述内容、错误调用链信息和调用堆栈信息。 错误系统的详细设计和实现,可参阅 RFC 文档: Proposal: Improve Error System。 错误信息示例 以下是 DM 实际输出的一条错误信息。本文根据这条信息,对各个字段作详细说明。 [code=38008:class=dm-master:scope=internal
495 0
|
安全 Linux
Linux - 修改系统的max open files、max user processes(附ulimit的使用方法)
Linux - 修改系统的max open files、max user processes(附ulimit的使用方法)目录 1 问题说明2 修改max open files3 修改max user processes4 附录: ulimit命令说明1 问题说明Linux 系统默认的max ope...
4905 0