我是靠谱客的博主 威武巨人,最近开发中收集的这篇文章主要介绍ceph报错:Long heartbeat ping times on back interface seen, Long heartbeat ping times on front interfac,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

[root@ceph2 ~]# ceph status
  cluster:
    id:     80ce8b29-a744-43f1-9457-c9c7c9df2027
    health: HEALTH_WARN
            Long heartbeat ping times on back interface seen, longest is 7643.739 msec
            Long heartbeat ping times on front interface seen, longest is 7643.762 msec

  services:
    mon: 3 daemons, quorum ceph1,ceph2,ceph3
    mgr: ceph3(active), standbys: ceph2, ceph1
    osd: 9 osds: 9 up, 9 in

  data:
    pools:   2 pools, 192 pgs
    objects: 0 objects, 0B
    usage:   9.08GiB used, 891GiB / 900GiB avail
    pgs:     192 active+clean
 

解决方法:systemctl restart ceph-osd*

[root@ceph2 ~]# ceph status
  cluster:
    id:     80ce8b29-a744-43f1-9457-c9c7c9df2027
    health: HEALTH_OK

  services:
    mon: 3 daemons, quorum ceph1,ceph2,ceph3
    mgr: ceph3(active), standbys: ceph2, ceph1
    osd: 9 osds: 9 up, 9 in

  data:
    pools:   2 pools, 192 pgs
    objects: 0 objects, 0B
    usage:   9.08GiB used, 891GiB / 900GiB avail
    pgs:     192 active+clean
 

最后

以上就是威武巨人为你收集整理的ceph报错:Long heartbeat ping times on back interface seen, Long heartbeat ping times on front interfac的全部内容,希望文章能够帮你解决ceph报错:Long heartbeat ping times on back interface seen, Long heartbeat ping times on front interfac所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(50)

评论列表共有 0 条评论

立即
投稿
返回
顶部