Ceph fails to enable OSD monitoring #83
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We are lacking throughput an latency metrics. I suspect is due to the failed python import:
Which probably is a dependency of the osd statistics.
We are importing:
Which has:
See: https://modwsgi.readthedocs.io/en/develop/user-guides/application-issues.html#multiple-python-sub-interpreters
From: https://github.com/ricardoasmarques/ceph-dev-docker/issues/34
Also: https://bugs.archlinux.org/task/68726
Gentoo killed the function that checks the single interpreter:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f2bdae597f394425b96329fc8305d9b729f782
FFS:
4f27a0ff0e/src/mgr/PyModule.cc (L294)https://github.com/pyca/cryptography/issues/12080#issuecomment-2510243984
The above problem is unrelated to the OSD statistics. Here is the actual problem:
5a058b8fb3Fixed with:
Finally working: