Prometheus pod crashlooping 错误“打开存储失败”
Posted
技术标签:
【中文标题】Prometheus pod crashlooping 错误“打开存储失败”【英文标题】:Prometheus pod crashlooping on error "opening storage failed" 【发布时间】:2021-08-26 07:47:32 【问题描述】:我重新启动了 Prometheus pod,现在 Prometheus pod 正在崩溃循环。在日志中发现此错误:
level=error ts=2021-06-09T09:27:29.066Z caller=main.go:758 err="opening storage failed: block dir: \"/prometheus/01F6J0P4KBBWVJD2M8B1PE7C5E\": open /prometheus/01F6J0P4KBBWVJD2M8B1PE7C5E/meta.json: no such file or directory"
注意到01F6J0P4KBBWVJD2M8B1PE7C5E
文件夹中只有 chunks 文件夹。
知道为什么会发生这种情况,有没有办法解决这个问题?
【问题讨论】:
【参考方案1】:所以你已经找到了正确的 github 相关问题并在那里询问。
Still seeing "opening storage failed: block dir" on more recent version of prometheus #7090
does not start up after corrupted meta.json file
目前看来解决此问题的唯一方法是删除包含空 meta.json
的 01F6J0P4KBBWVJD2M8B1PE7C5E
文件夹,或者什么都没有(link)
【讨论】:
是的,这是让 pod 运行的唯一方法。以上是关于Prometheus pod crashlooping 错误“打开存储失败”的主要内容,如果未能解决你的问题,请参考以下文章
Kubernetes:比较 Prometheus / PromQL 中 Pod 的 RSS 内存使用和 Pod 内存需求
如何在 prometheus 中获取最近 3 个月内运行的 pod