Project

General

Profile

Bug #15609

Dead code in Bluestore::fsck

Added by Igor Fedotov almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
OSD
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

There is a local variable expecting_objects in Bluestore::fsck.
And there are some if(expecting_objects) statements that might increment error count.
But the mentioned variable is never assigned to true thus the error increment code is never executed. As a result some errors can be missed.

History

#1 Updated by Joao Eduardo Luis over 7 years ago

  • Assignee set to Jesse Williamson

#2 Updated by Jesse Williamson over 7 years ago

  • Status changed from New to Closed

After discussion with Igor Fedotov, this was determined to be closed.

Also available in: Atom PDF