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. 一次 C# 查詢數據庫 算法優化的案例

    最近有次在修改某段程式時,發現一段程式算法看起來簡單. 但背後因為多次查詢數據庫,導致效能問題. 這段程式主要是利用 EPPLUS 讀取 Excel 資料,檢查資料是否已存在數據庫中,若有就將已存在的 ...

  2. php去除数组中重复值,并返回结果!

    array_unique(array) 只能处理value只有单个的数组. 去除有多个value数组,可以使用如下函数实现: function more_array_unique($arr=array ...

  3. Effective Java目录

    创建和销毁对象 考虑用静态工厂方法代替构造器 遇到多个构造器参数时要考虑用构建器 用私有构造器或者枚举类型强化Singleton属性 通过私有构造器强化不可实例化能力 避免创建不必要的对象 消除过期的 ...

  4. ecstore中怎样使用ajax提交数据

    //javascript代码 $$(".bb").addEvent('change',function(e){ var order_item_id = this.get('orde ...

  5. 学习安卓开发[4] - 使用隐式Intent启动短信、联系人、相机应用

    在上一篇学习安卓开发[3] - 使用RecyclerView显示列表中了解了在进行列表展示时RecyclerView的使用,本次记录的是在应用中如何通过隐式Intent调用其它应用的功能,比如发短信. ...

  6. 基于 libevent 开源框架实现的 web 服务器

    /* 原创文章 转载请附上原链接: https://www.cnblogs.com/jiujue/p/10707153.html   */ 自己实现的如有缺漏欢迎提出 直接代码 一切皆在代码中 首先是 ...

  7. mssql server for docker on MacOs

    1. install 1.下载镜像 docker pull microsoft/mssql-server-linux 使用该命令就可以把数据库的docker镜像下载下来. 2.创建并运行容器 dock ...

  8. 使用Linq的过程中碰到的问题

    1. 在使用linq过程DefaultIfEmpty的过程中如果 O.RS 这个支段的值是null,在取这个数据 就会报错 ,正确的写法 2. 在使用Linq 用where条件判断要好分辨大小写 3. ...

  9. mysql export mysqldump version mismatch upgrade or downgrade your local MySQL client programs

    I use MySQL Community Edition and I solved this problem today. goto https://dev.mysql.com/downloads/ ...

  10. Activiti开发案例之activiti-app工作流导出图片

    前言 自从 Activiti 和 JBPM4 分家以后,Activiti 目前已经发展到了版本7,本着稳定性原则我们最终选择了6,之前还有一个版本5. 问题 在开发使用的过程中发现 Activiti ...