Backport #38188
luminous: deep fsck fails on inspecting very large onodes
Release:
luminous
Crash signature:
Related issues
History
#1 Updated by Nathan Cutler about 2 years ago
- Copied from Bug #38065: deep fsck fails on inspecting very large onodes added
#2 Updated by Prashant D about 2 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
#3 Updated by Igor Fedotov about 2 years ago
No need for that additional cherry-pick, just add new option using the method applicable for luminous
#4 Updated by Nathan Cutler about 2 years ago
- Description updated (diff)
- Status changed from Need More Info to In Progress
- Assignee set to Nathan Cutler
#5 Updated by Yuri Weinstein almost 2 years ago
#6 Updated by Igor Fedotov almost 2 years ago
- Status changed from In Progress to Resolved
#7 Updated by Nathan Cutler almost 2 years ago
- Target version set to v12.2.12