-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poor I/O performance on faffy #1055
Comments
I have set |
I think this is now fixed. I will close, but feel free to re-open if issue returns. |
Still has insanely poor write performance. Seems to be linked to flush / sync. |
|
And while running test-kitchen via docker:
|
|
|
Block size: 4096 |
As a test I upgraded us to kernel v6.8.7, it resolves the IO performance issue! Since we will upgrade the machine to Ubuntu 24.04 soon which comes with a v6.8.x kernel I will close this issue as resolved. |
Hopefully helping anyone else with the same problem: we presume that upgrading the kernel from 6.2.0 to 6.5.0 in March is what started the problem. The RAID settings are still not exactly in sync, causing more reads per write than necessary. Not worth looking into unless we reformat and reuse this machine for another purpose. |
I should have posted a follow up to the changing the kernel release to a mainline release, here is the dd performance again...
As can be seen the performance is back up to a perfectly acceptable level. It would appear that something is fundamentally broken in the official |
Something is very wrong with faffy - although there is no obvious problem in any of the visible metrics anything which does I/O is so glacially slow that the machine is essentially unusable.
The text was updated successfully, but these errors were encountered: