0

我遇到了ceph的问题。我无法运行任何 ceph 命令。它真的挂了。我需要按 CTRL-C 来得到这个:

^C集群连接中断或超时

这是在 Ubuntu 16.04 上。另外,我使用 Graphana 和 Prometheus 从集群中获取信息,但现在没有数据可以绘制。有什么线索吗?

cephadm 版本信息:cephadm:使用最近的 ceph 图像 ceph/ceph:v15 ceph 版本 15.2.4 (7447c15c6ff58d7fce91843b705a268a1917325c) 章鱼(稳定)

cephadm ls
[
    {
        "style": "cephadm:v1",
        "name": "mon.osswrkprbe001",
        "fsid": "56820176-ae5b-4e58-84a2-442b2fc03e6d",
        "systemd_unit": "ceph-56820176-ae5b-4e58-84a2-442b2fc03e6d@mon.osswrkprbe001",
        "enabled": true,
        "state": "running",
        "container_id": "afbe6ef76198bf05ec972e832077849d4a4438bd56f2e177aeb9b11146577baf",
        "container_image_name": "docker.io/ceph/ceph:v15.2.1",
        "container_image_id": "bc83a388465f0568dab4501fb7684398dca8b50ca12a342a57f21815721723c2",
        "version": "15.2.1",
        "started": "2020-10-19T19:03:16.759730",
        "created": "2020-09-04T23:30:30.250336",
        "deployed": "2020-09-04T23:48:20.956277",
        "configured": "2020-09-04T23:48:22.100283"
    },
    {
        "style": "cephadm:v1",
        "name": "mgr.osswrkprbe001",
        "fsid": "56820176-ae5b-4e58-84a2-442b2fc03e6d",
        "systemd_unit": "ceph-56820176-ae5b-4e58-84a2-442b2fc03e6d@mgr.osswrkprbe001",
        "enabled": true,
        "state": "running",
        "container_id": "1737b2cf46310025c0ae853c3b48400320fb35b0443f6ab3ef3d6cbb10f460d8",
        "container_image_name": "docker.io/ceph/ceph:v15.2.1",
        "container_image_id": "bc83a388465f0568dab4501fb7684398dca8b50ca12a342a57f21815721723c2",
        "version": "15.2.1",
        "started": "2020-10-19T20:43:38.329529",
        "created": "2020-09-04T23:30:31.110341",
        "deployed": "2020-09-04T23:47:41.604057",
        "configured": "2020-09-05T00:00:21.064246"
    }
]

先感谢您。

4

1 回答 1

1

这已通过重新启动 MONs 机器解决。

于 2020-10-22T12:45:31.647 回答