ceph学习之路---pg inconsistent 状态处理

集群出现pg状态变为 inconsistent 状态,inconsistent状态是pg通过scrub检测到某个或者某些对象在副本之间出现了不一致

解决方法:

1.找到pgid

ceph pg dump | grep inconsistent

2.通过repair修复对应的pg

ceph pg repair pgid

完成

相关文章:

  • 2021-12-19
  • 2021-09-14
  • 2021-06-09
  • 2021-11-21
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2018-11-22
猜你喜欢
  • 2021-11-23
  • 2021-08-13
  • 2021-04-17
  • 2021-09-14
  • 2021-07-26
  • 2022-12-23
  • 2021-10-03
相关资源
相似解决方案