Bug 2175257
| Summary: | Bluestore OSD crash with bstore_kv_final Segmentation Fault | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Scott Nipp <snipp> |
| Component: | RADOS | Assignee: | Adam Kupczyk <akupczyk> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Pawan <pdhiran> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.2 | CC: | bhubbard, ceph-eng-bugs, cephqe-warriors, nojha, roemerso, vumrao |
| Target Milestone: | --- | Flags: | snipp:
needinfo-
|
| Target Release: | 7.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-10 13:10:47 UTC | 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
Scott Nipp
2023-03-03 16:57:44 UTC
Customer encountered another abrupt crash and restart of another OSD on another node in the cluster. Both of the OSDs in question are SSD as opposed to HDDs which is the bulk of their environment.
2023-03-07T16:04:03.859+0000 7f23fcaed700 -1 *** Caught signal (Segmentation fault) **
in thread 7f23fcaed700 thread_name:bstore_kv_final
ceph version 16.2.8-85.el8cp (0bdc6db9a80af40dd496b05674a938d406a9f6f5) pacific (stable)
1: /lib64/libpthread.so.0(+0x12ce0) [0x7f240c58ace0]
2: (BlueStore::Onode::put()+0x193) [0x55868061b893]
3: (std::_Rb_tree<boost::intrusive_ptr<BlueStore::Onode>, boost::intrusive_ptr<BlueStore::Onode>, std::_Identity<boost::intrusive_p
tr<BlueStore::Onode> >, std::less<boost::intrusive_ptr<BlueStore::Onode> >, std::allocator<boost::intrusive_ptr<BlueStore::Onode> >
>::_M_erase(std::_Rb_tree_node<boost::intrusive_ptr<BlueStore::Onode> >*)+0x31) [0x5586806d2121]
4: (BlueStore::TransContext::~TransContext()+0x122) [0x5586806d2442]
5: (BlueStore::_txc_finish(BlueStore::TransContext*)+0x23e) [0x55868067d8ee]
6: (BlueStore::_txc_state_proc(BlueStore::TransContext*)+0x257) [0x558680689e57]
7: (BlueStore::_kv_finalize_thread()+0x54e) [0x55868068b3fe]
8: (BlueStore::KVFinalizeThread::entry()+0x11) [0x5586806d6271]
9: /lib64/libpthread.so.0(+0x81cf) [0x7f240c5801cf]
10: clone()
|