openstack 报错合集

ATTENTION Found a swap file by the name ***

bash 复制代码
E325: ATTENTION Found a swap file by the name "/etc/openstack-dashboard/.local_settings.py.swp"
          owned by: root   dated: Sun Dec 01 04:27:09 2024
         file name: /etc/openstack-dashboard/local_settings.py
          modified: YES
         user name: root   host name: controller
        process ID: 3599 (STILL RUNNING) While opening file "/etc/openstack-dashboard/local_settings.py"
             dated: Sun Dec 01 04:41:11 2024
      NEWER than swap file!

(1) Another program may be editing the same file.  If this is the case,
    be careful not to end up with two different instances of the same
    file when making changes.  Quit, or continue with caution. (2) An edit session for this file crashed.
    If this is the case, use ":recover" or "vim -r /etc/openstack-dashboard/local_settings.py"
    to recover the changes (see ":help recovery").
    If you did this already, delete the swap file "/etc/openstack-dashboard/.local_settings.py.swp"
    to avoid this message.

Swap file "/etc/openstack-dashboard/.local_settings.py.swp" already exists! [O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort:

这是在使用 vim 编辑器打开文件时遇到的一个提示信息,表示在编辑文件 /etc/openstack-dashboard/local_settings.py 时,发现了一个交换文件(.swp 文件)。这通常有两种可能的情况:

1. 查看文件是否正在被其他进程编辑
  • 如果您确认没有其他人或进程在编辑这个文件,可以直接选择 (E)Edit anyway,忽略警告并继续编辑。
  • 或者选择 (O)Open Read-Only,以只读模式打开文件,避免修改。
2. 恢复未保存的修改
  • 如果您希望恢复上次编辑未保存的内容,选择 (R)Recover,恢复文件。

  • 或手动执行以下命令恢复文件:

    bash 复制代码
    vim -r /etc/openstack-dashboard/local_settings.py
3. 删除交换文件
  • 如果确认不需要恢复,也没有其他进程在编辑文件,可以删除交换文件。执行以下命令:

    bash 复制代码
    sudo rm /etc/openstack-dashboard/.local_settings.py.swp
  • 然后重新打开文件。

4. 退出编辑
  • 如果不确定当前文件状态,可以选择 (Q)Quit,退出当前编辑。稍后再确认文件状态。

Job for rabbitmq-server.service failed because the control process exited with error code.

bash 复制代码
root@controller:/home/zzk# systemctl restart rabbitmq-server  
Job for rabbitmq-server.service failed because the control process exited with error code.

执行:

bash 复制代码
vim /etc/hosts

修改为:

bash 复制代码
127.0.0.1 localhost
192.168.***.*** controller
192.168.***.*** compute
相关推荐
是垚不是土4 天前
Kolla-Ansible搭建与扩容OpenStack私有云平台
linux·运维·服务器·云计算·ansible·openstack
#暖瓶13 天前
基于openEuler系统利用 Kolla-Ansible 工具多节点安装OpenStack平台
ansible·openstack
北观止13 天前
虚拟环境配置——Windows11 环境在VMware中部署 OpenStack
服务器·ubuntu·云计算·openstack
北观止15 天前
批量删除OpenStack实例
linux·前端·chrome·openstack
刘某的Cloud17 天前
openstack迁移虚机rbd报错,删除异常rbd
linux·运维·openstack·nova·rbd
Johny_Zhao18 天前
OpenStack 全套搭建部署指南(基于 Kolla-Ansible)
linux·python·信息安全·云计算·openstack·shell·yum源·系统运维
小余吃大鱼18 天前
OpenStack私有云详细介绍
开发语言·php·openstack
@t.t.18 天前
利用脚本搭建私有云平台,部署云平台,发布云主机并实现互连和远程连接
运维·云计算·openstack
ZVAyIVqt0UFji20 天前
360 OpenStack支持IP SAN存储实现
网络·网络协议·tcp/ip·openstack
zkyqss1 个月前
OpenStack Yoga版安装笔记(十七)安全组笔记
linux·笔记·openstack