Bug 2218020

Summary: e2fsck is unable to correct error reported by kernel that "No space for directory leaf checksum. Please run e2fsck -D."
Product: Red Hat Enterprise Linux 8 Reporter: Frank Sorenson <fsorenso>
Component: e2fsprogsAssignee: Nobody <nobody>
Status: CLOSED MIGRATED QA Contact: Boyang Xue <bxue>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.7CC: casl, xzhou
Target Milestone: rcKeywords: MigratedToJIRA
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-09-23 11:54: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 Frank Sorenson 2023-06-27 20:59:30 UTC
Description of problem:

The kernel is reporting "No space for directory leaf checksum. Please run e2fsck -D." for multiple filesystems, but 'e2fsck -D' is unable to correct the error.

As a result, the contents problematic directory is completely inaccessible; no file can be opened or removed.  The end result is the data loss of all files in the directory.


Version-Release number of selected component (if applicable):

e2fsprogs-1.45.6-5.el8.x86_64
more recent Fedora e2fsprogs-1.46.5-3.fc37 is also unable to correct


How reproducible:

Unknown, however the customer has 4 filesystems on one system which are all reporting the error.


Steps to Reproduce:

unknown


Actual results:

'e2fsck -D' is unable to correct the error


Expected results:

'e2fsck -D' corrects the error, as described in the kernel error message


Additional info:

All of the customer's filesystems have a blocksize of 1024 bytes, which seems likely to be contributing to the issue.

Comment 2 Frank Sorenson 2023-06-27 21:13:50 UTC
listing the problematic directory or attempting to open or remove entries in the directory results in an EBADMSG error:

    ls: cannot access 'lastseen/by_mac/AP02cb72f947.csv': Bad message

    # rm AP02cb72f947.csv
    rm: cannot remove 'AP02cb72f947.csv': Bad message

Comment 3 Frank Sorenson 2023-06-27 21:15:08 UTC
Note: the e2fsck error when attempting to correct the issue is:

    Failed to optimize directory /lastseen/by_mac (30941743): Directory block does not have space for checksum

Comment 5 Frank Sorenson 2023-06-29 15:45:37 UTC
I can confirm that disabling checksums for the filesystem will make the filesystem usable again:

# fsck.ext4 -f misc.e2i
# tune2fs -ff -O^metadata_csum misc.e2i

Each step takes ages, but it works.


I also attempted to replicate the issue on a scratch filesystem, using the filenames of the entries in the problematic filesystem, but was unable to recreate the error.

Comment 6 RHEL Program Management 2023-09-23 11:52:18 UTC
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug.

Comment 7 RHEL Program Management 2023-09-23 11:54:47 UTC
This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there.

Due to differences in account names between systems, some fields were not replicated.  Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information.

To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer.  You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like:

"Bugzilla Bug" = 1234567

In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information.