cinder-volume报错vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".

2019-04-21 03:08:39.255 36 WARNING cinder.volume.manager [req-fc576c81-8b77-46cd-aa9a-f2eb30a96e75 - - - - -] Update driver status failed: (config name vmwarevc-vmdk) is uninitialized.
2019-04-21 03:08:47.435 35 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:08:49.140 36 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:08:57.436 35 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:08:59.140 36 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:09:07.437 35 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:09:09.141 36 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:09:17.437 35 ERROR cinder.service [-] Manager for service cinder-volume control01@vmwarevc-vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".
2019-04-21 03:09:18.030 35 DEBUG oslo_service.periodic_task [req-30a368b7-e2b6-4b90-8fde-3881d7502a38 - - - - -] Running periodic task VolumeManager._publish_service_capabilities run_periodic_tasks /var/lib/kolla/venv/lib/python2.7/site-packages/oslo_service/periodic_task.py:215

问题原因:

openstack服务连接VMware的存储服务,分析为VC版本太低,无法兼容

解决办法

升级vc 6.0以上

cinder-volume报错vmdk2 is reporting problems, not sending heartbeat. Service will appear "down".的更多相关文章

  1. Linux报错之ping: www.baidu.com: Name or service not known

    Linux报错之ping: www.baidu.com: Name or service not known 出现这个以后,首先去ping下主机Ip,发现能ping通,但是出现另一个问题Destina ...

  2. 解决删除Volume报错的问题

    很久没有遇到过删除Volume出错使得Volume处于Error_Deleting状态的情况了,昨天删除一个Volume时又出现了这个问题,这里顺便把解决方法记录一下. 注意我这里针对的是后端采用is ...

  3. 服务器报错 500,请确保 ASP.NET State Service(ASP.NET 状态服务)已启动

    报错信息: 解决方案: 开启此服务

  4. docker启动报错解决及分析(Cannot create container for service *******: cannot mount volume over existing file, file exists /var/lib/docker/overlay2/)

    现象: Cannot create container for service *******: cannot mount volume over existing file, file exists ...

  5. SSAS 发布报错处理方法 Login failed for user 'NT Service\MSSQLServerOLAPService' 28000

    Create login and grant access: Open up SQL Server Management Studio [login to the database engine]&g ...

  6. 【linux】CentOS 6 使用cron定时任务,报错:Redirecting to /bin/systemctl restart crond.service

    在centos7上,执行cron定时任务的相关命令,反馈如下: 定时任务执行,反馈是: Redirecting to /bin/systemctl restart crond.service 原因: ...

  7. tengine无法解析ssi报错 Nginx: unsafe URI detected while sending response

    Nginx: unsafe URI detected while sending response 现象:# 类似 <!--#include virtual="../library/h ...

  8. Eclipse启动Tomcat报错,系统缺少本地apr库

    Eclipse启动Tomcat报错,系统缺少本地apr库. Tomcat中service.xml中的设置情况. 默认情况是HTTP协议的值:protocol="HTTP/1.1" ...

  9. Spring Cloud 使用 FeignClient 启动报错

    我们首先来看一下报错信息 Description: Field businessFeignClient in com.ysc.service.BusinessConfigService require ...

随机推荐

  1. Eclipse安装hibernate插件

    进入hibernate官网下载 http://tools.jboss.org/downloads/ 选择合适版本 下载完成后在eclipse->help->intall new softe ...

  2. 倒计时5S秒自动关闭弹窗

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  3. HTML文档命名规则

    HTML文档是展示Web前段开发工程师成果的最好表示方式,为了便于文档规范化管理,在编写HTML文档时,必须遵循HTML文件命名规则. HTML文档命名规则如下: (1)文档的扩展名为htm或者htm ...

  4. [C#学习笔记1]用csc.exe和记事本写一个C#应用程序

    csc.exe是C#的命令行编译器(CSharpCompiler),可以编译C#源程序成可执行程序.它与Visual Studio等IDE(Integrated Development Environ ...

  5. Oracle 常用Sql 语句

    Oracle数据库常常被用作项目开发的数据库之一:有时隔段时间没使用就会忘记一些常用的sql语法,所以我们有必要记录下常用的sql 语句,当我们需要时可以快速找到并运用. 1 创建表空间.创建用户及授 ...

  6. python3+arcface2.0 离线人脸识别 demo

    python3+虹软2.0的所有功能整合测试完成,并对虹软所有功能进行了封装,现提供demo主要功能,1.人脸识别2.人脸特征提取3.特征比对4.特征数据存储与比对其他特征没有添加 sdk 下载请戳这 ...

  7. redis的穿透和雪崩

    穿透: 从缓存中查询一个数据,查到为空,需要每次都去数据库中查询.而从数据库中查询出来也为空,也就不写入缓存.导致一个不存在的数每次都去数据库中查询,造成db系统很大压力 造成缓存穿透 解决:如果从数 ...

  8. [idea] SpringBoot整合swagger2实现CRUD

    一:创建SpringBoot ,在pom.xml文件中加入jar包 <dependency> <groupId>io.springfox</groupId> < ...

  9. linq中如何在join中指定多个条件

    public ActionResult Edit(int id) { using (DataContext db = new DataContext(ConfigurationManager.Conn ...

  10. BigDecimal比较大小,BigDecimal判断是否为0

    原文:https://blog.csdn.net/qq_34926773/article/details/83419004 BigDecimal类型的数据,需要比较大小:声明BigDescimal: ...