Project

General

Profile

Actions

Bug #70911

closed

FAILED ceph_assert(is_valid_io(off, len)) - BlueFS WAL envelope mode feature

Added by Laura Flores 11 months ago. Updated 7 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
Backport:
tentacle
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Fixed In:
v20.3.0-699-ga7db4ac2e6
Released In:
Upkeep Timestamp:
2025-07-14T20:45:31+00:00

Description

/a/lflores-2025-04-11_15:58:32-rados-wip-lflores-testing-2025-04-10-2245-distro-default-smithi/8235718

2025-04-11T18:13:02.725 INFO:tasks.workunit.client.0.smithi028.stderr:251807: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/20.0.0-1387-g42ec3b79/rpm/el9/BUILD/ceph-20.0.0-1387-g42ec3b79/src/blk/kernel/KernelDevice.cc: In function 'virtual int KernelDevice::read(uint64_t, uint64_t, ceph::bufferlist*, IOContext*, bool)' thread 7f24273da800 time 2025-04-11T18:13:02.720765+0000
2025-04-11T18:13:02.725 INFO:tasks.workunit.client.0.smithi028.stderr:251807: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/20.0.0-1387-g42ec3b79/rpm/el9/BUILD/ceph-20.0.0-1387-g42ec3b79/src/blk/kernel/KernelDevice.cc: 1366: FAILED ceph_assert(is_valid_io(off, len))
2025-04-11T18:13:02.725 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  ceph version 20.0.0-1387-g42ec3b79 (42ec3b797d082a3a557a57f9d603ef4fa725f61c) tentacle (dev)
2025-04-11T18:13:02.725 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x12e) [0x7f2428787ec8]
2025-04-11T18:13:02.725 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  2: ceph-objectstore-tool(+0x3343f1) [0x55d0e6f6a3f1]
2025-04-11T18:13:02.725 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  3: (BlueFS::_read(BlueFS::FileReader*, unsigned long, unsigned long, ceph::buffer::v15_2_0::list*, char*)+0x5f7) [0x55d0e75f28c7]
2025-04-11T18:13:03.075 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  4: (BlueFS::_read_envelope(BlueFS::FileReader*, unsigned long, unsigned long, BlueFS::File::envelope_t*)+0x105) [0x55d0e75f34c5]
2025-04-11T18:13:03.075 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  5: (BlueFS::_envmode_index_file(boost::intrusive_ptr<BlueFS::File>)+0x238) [0x55d0e75f3ae8]
2025-04-11T18:13:03.075 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  6: (BlueFS::_replay(bool, bool)+0x417f) [0x55d0e75fbcbf]
2025-04-11T18:13:03.075 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  7: (BlueFS::mount()+0x1af) [0x55d0e75f048f]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  8: (BlueStore::_open_bluefs(bool, bool)+0x2e9) [0x55d0e752dbb9]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  9: (BlueStore::_prepare_db_environment(bool, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)+0x5bf) [0x55d0e752e6bf]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  10: (BlueStore::_open_db(bool, bool, bool)+0x166) [0x55d0e7530616]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  11: (BlueStore::_open_db_and_around(bool, bool)+0x3af) [0x55d0e753138f]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  12: (BlueStore::_mount()+0x2b7) [0x55d0e753d0f7]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  13: main()
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  14: /lib64/libc.so.6(+0x295d0) [0x7f24278295d0]
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  15: __libc_start_main()
2025-04-11T18:13:03.076 INFO:tasks.workunit.client.0.smithi028.stderr:251807:  16: _start()


Related issues 2 (0 open2 closed)

Has duplicate crimson - Bug #71245: BlueFS is_valid_io(off, len) assertionResolved

Actions
Copied to bluestore - Backport #71532: tentacle: FAILED ceph_assert(is_valid_io(off, len)) - BlueFS WAL envelope mode featureResolvedAdam KupczykActions
Actions #1

Updated by Laura Flores 11 months ago

/a/lflores-2025-04-15_00:57:49-rados-wip-lflores-testing-5-2025-04-14-1635-distro-default-gibba/8241421

Actions #2

Updated by Igor Fedotov 11 months ago

  • Severity changed from 3 - minor to 2 - major
Actions #3

Updated by Kamoltat (Junior) Sirivadhna 11 months ago

suite watch: bump, ping @Adam Kupczyk

Actions #4

Updated by Matan Breizman 10 months ago

  • Has duplicate Bug #71245: BlueFS is_valid_io(off, len) assertion added
Actions #5

Updated by Adam Kupczyk 10 months ago

  • Backport set to tentacle
Actions #6

Updated by Adam Kupczyk 10 months ago

  • Parent task set to #63188
Actions #7

Updated by Adam Kupczyk 10 months ago

  • Status changed from New to Fix Under Review
Actions #9

Updated by Adam Kupczyk 10 months ago

  • Parent task deleted (#63188)
  • Pull request ID set to 63188
Actions #10

Updated by Adam Kupczyk 9 months ago

  • Status changed from Fix Under Review to Pending Backport
Actions #11

Updated by Upkeep Bot 9 months ago

  • Copied to Backport #71532: tentacle: FAILED ceph_assert(is_valid_io(off, len)) - BlueFS WAL envelope mode feature added
Actions #12

Updated by Upkeep Bot 9 months ago

  • Tags (freeform) set to backport_processed
Actions #13

Updated by Upkeep Bot 8 months ago

  • Merge Commit set to a7db4ac2e601f2bded64fb91cfb9c3762ffdc368
  • Fixed In set to v20.3.0-699-ga7db4ac2e60
  • Upkeep Timestamp set to 2025-07-08T14:46:47+00:00
Actions #14

Updated by Upkeep Bot 8 months ago

  • Fixed In changed from v20.3.0-699-ga7db4ac2e60 to v20.3.0-699-ga7db4ac2e601
  • Upkeep Timestamp changed from 2025-07-08T14:46:47+00:00 to 2025-07-14T15:20:57+00:00
Actions #15

Updated by Upkeep Bot 8 months ago

  • Fixed In changed from v20.3.0-699-ga7db4ac2e601 to v20.3.0-699-ga7db4ac2e6
  • Upkeep Timestamp changed from 2025-07-14T15:20:57+00:00 to 2025-07-14T20:45:31+00:00
Actions #16

Updated by Igor Fedotov 7 months ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF