Bug 1655000
Summary: | calling fstrim on XFS gets stuck | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Jakub Krysl <jkrysl> |
Component: | kmod-kvdo | Assignee: | sclafani |
Status: | CLOSED NOTABUG | QA Contact: | Jakub Krysl <jkrysl> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 | CC: | awalsh, bgurney, jkrysl |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
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: | 2019-02-20 01:44:45 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: | 1657340 | ||
Bug Blocks: |
Description
Jakub Krysl
2018-11-30 10:08:53 UTC
kernel-4.18.0-53.el8 should have provided the fix for this. Jakub, can you verify that? (In reply to Andy Walsh from comment #1) > kernel-4.18.0-53.el8 should have provided the fix for this. Jakub, can you > verify that? I ran on the same compose with new kernel, just had to upgrade kmod-kvdo to newer patch because of the new kernel. # rpm -qa *vdo* vdo-6.2.0.273-9.el8.x86_64 kmod-kvdo-6.2.0.273-36.el8.x86_64 # uname -r 4.18.0-53.el8.x86_64 # time fstrim vdo ^C real 22m22.984s user 0m0.001s sys 22m13.333s (fstrim the whole 10TB drive would take really long...) No calltraces appeared during fstrim, so the issue is gone with the new kernel. This was caused by a kernel bug that was resolved in 4.18.0-53.el8.x86_64. Oops. All supported architectures, not just x86_64. |