Bug 2214499
| Summary: | ceph-client.admin crashed in ceph-exporter thread with "throw_invalid_argument(char const*, boost::source_location const&)+0x37) [0x557c40cab267]" | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Prasad Desala <tdesala> |
| Component: | rook | Assignee: | avan <athakkar> |
| Status: | ASSIGNED --- | QA Contact: | Prasad Desala <tdesala> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.13 | CC: | athakkar, muagarwa, odf-bz-bot, sagrawal, srai, tnielsen |
| Target Milestone: | --- | Flags: | tnielsen:
needinfo?
(tdesala) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Prasad Desala
2023-06-13 07:19:22 UTC
Hi @Prasad This looks like a dup of https://bugzilla.redhat.com/show_bug.cgi?id=2232226, but that bug is being hit during upgrade from 4.13 to 4.14 4.14 is using the ceph build which has exporter changes, but I can see the same crash there. { "backtrace": [ "/lib64/libc.so.6(+0x54df0) [0x7f122f9a0df0]", "/lib64/libc.so.6(+0xa154c) [0x7f122f9ed54c]", "raise()", "abort()", "/lib64/libstdc++.so.6(+0xa1a01) [0x7f122fc11a01]", "/lib64/libstdc++.so.6(+0xad37c) [0x7f122fc1d37c]", "/lib64/libstdc++.so.6(+0xad3e7) [0x7f122fc1d3e7]", "/lib64/libstdc++.so.6(+0xad649) [0x7f122fc1d649]", "ceph-exporter(+0x29767) [0x565474e04767]", "(boost::json::detail::throw_invalid_argument(char const*, boost::source_location const&)+0x37) [0x565474e18267]", "ceph-exporter(+0x65947) [0x565474e40947]", "(DaemonMetricCollector::dump_asok_metrics()+0x1de7) [0x565474e209e7]", "ceph-exporter(+0x45e20) [0x565474e20e20]", "ceph-exporter(+0x5caed) [0x565474e37aed]", "ceph-exporter(+0xab6df) [0x565474e866df]", "(DaemonMetricCollector::main()+0x212) [0x565474e0abf2]", "main()", "/lib64/libc.so.6(+0x3feb0) [0x7f122f98beb0]", "__libc_start_main()", "_start()" ], "ceph_version": "17.2.6-105.el9cp", "crash_id": "2023-08-14T23:05:06.978999Z_273bd10e-1d27-4e80-ab3c-838c6c5a9519", "entity_name": "client.admin", "os_id": "rhel", "os_name": "Red Hat Enterprise Linux", "os_version": "9.2 (Plow)", "os_version_id": "9.2", "process_name": "ceph-exporter", "stack_sig": "03972c98be910d1ce25645fdd11917d43497d8e45963b63cf072b005e7daee44", "timestamp": "2023-08-14T23:05:06.978999Z", "utsname_hostname": "rook-ceph-exporter-compute-0-68fdf6c8b5-rbdqb", "utsname_machine": "x86_64", "utsname_release": "5.14.0-284.25.1.el9_2.x86_64", "utsname_sysname": "Linux", "utsname_version": "#1 SMP PREEMPT_DYNAMIC Thu Jul 20 09:11:28 EDT 2023" } We can have the setup whenever you want as this is always reproducible. |