zoukankan      html  css  js  c++  java
  • openstack连接报错net_mlx5: cannot load glue library: libibverbs.so.1

    部署openstack controller节点,第二天登录主机提示错误信息

    Connecting to 10.1.10.151:22...
    Connection established.
    To escape to local shell, press Ctrl+Alt+].

    Last login: Wed Dec  4 16:29:52 2019 from 10.1.10.44
    net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
    net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5)
    PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
    PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4)
    net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
    net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5)
    PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
    PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4)

    可以尝试安装以下软件包解决

    yum install libibverbs -y
  • 相关阅读:
    【Linux基础】linux下修改ls显示的时间格式
    【Teradata】gtwglobal查看
    【Teradata】tdlocaledef修改默认日期配置
    【Linux基础】文件处理实例
    【Linux基础】awk命令
    【teradata】强制解锁
    第1节:保存文档
    Centos7安装MySQL数据库
    MyBatis框架之异常处理
    spring事务源码分析
  • 原文地址:https://www.cnblogs.com/omgasw/p/11987504.html
Copyright © 2011-2022 走看看