Bug 1894177
Summary: | [XFS] Kernel: Metadata corruption detected at xfs_inode_buf_verify+0x148/0x158 [xfs], xfs_inode block 0x25c680 xfs_inode_buf_verify | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dgilmore> |
Component: | kernel | Assignee: | Gao Xiang <hsiangkao> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 33 | CC: | acaringi, adscvr, airlied, bskeggs, dchinner, dmach, esandeen, hdegoede, hsiangkao, itamar, jarodwilson, jeremy, jglisse, jonathan, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, mjg59, pbrobinson, pwhalen, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | armv7hl | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-01 17:04:06 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: | |||
Bug Depends On: | |||
Bug Blocks: | 245418 |
Description
Dennis Gilmore
2020-11-03 17:18:46 UTC
Ok, so yum is setting an extended attribute, and when it needs to change the "fork size" where the attr goes, we hit an assertion about the size being too small: new_size <= XFS_IFORK_SIZE(ip, whichfork) and corruption ensues, which makes sense. So this is a good hint, I'll go look a bit more at what's changed here recently. this was fixed in 5.9.11 with https://www.spinics.net/lists/linux-xfs/msg46873.html Which has been built for f33, so I'll close this CURRENTRELEASE https://kojipkgs.fedoraproject.org//packages/kernel/5.9.11/200.fc33/ |