Project

General

Profile

Actions

Backport #38188

closed

luminous: deep fsck fails on inspecting very large onodes

Added by Nathan Cutler about 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
luminous
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from bluestore - Bug #38065: deep fsck fails on inspecting very large onodesResolvedIgor Fedotov01/28/2019

Actions
Actions #1

Updated by Nathan Cutler about 5 years ago

  • Copied from Bug #38065: deep fsck fails on inspecting very large onodes added
Actions #2

Updated by Prashant D about 5 years ago

  • Status changed from New to Need More Info

We need to cherry-pick additional commits to get this backport PR, Option::TYPE_SIZE and Option::FLAG_RUNTIME not defined in luminous:

/backport/ceph6_mimic/src/common/options.cc: In function std::vector<Option> get_global_options():

/backport/ceph6_mimic/src/common/options.cc:3694:53: error: TYPE_SIZE is not a member of Option
     Option("bluestore_fsck_read_bytes_cap", Option::TYPE_SIZE, Option::LEVEL_ADVANCED)
                                                     ^~~~~~~~~
/backport/ceph6_mimic/src/common/options.cc:3696:23: error: FLAG_RUNTIME is not a member of Option
     .set_flag(Option::FLAG_RUNTIME)
                       ^~~~~~~~~~~~
/backport/ceph6_mimic/src/common/options.cc:4427:4: error: no matching function for call to std::vector<Option>::vector(<brace-enclosed initializer list>)
   });
    ^

Relevant PRs:
[1] https://github.com/ceph/ceph/pull/20419
[2] https://github.com/ceph/ceph/pull/20172

Actions #3

Updated by Igor Fedotov about 5 years ago

No need for that additional cherry-pick, just add new option using the method applicable for luminous

Actions #4

Updated by Nathan Cutler about 5 years ago

  • Description updated (diff)
  • Status changed from Need More Info to In Progress
  • Assignee set to Nathan Cutler
Actions #5

Updated by Yuri Weinstein about 5 years ago

Nathan Cutler wrote:

https://github.com/ceph/ceph/pull/26387

merged

Actions #6

Updated by Igor Fedotov about 5 years ago

  • Status changed from In Progress to Resolved
Actions #7

Updated by Nathan Cutler about 5 years ago

  • Target version set to v12.2.12
Actions

Also available in: Atom PDF