Skip to content
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

Constant disk writes when idle #678

Open
obj-obj opened this issue May 15, 2024 · 2 comments
Open

Constant disk writes when idle #678

obj-obj opened this issue May 15, 2024 · 2 comments

Comments

@obj-obj
Copy link

obj-obj commented May 15, 2024

I've been getting constant disk writes of about 30kB/s, even when nothing is writing to the disk. I've had this issue ever since kernel 6.8, and downgrading to 6.7 will solve it (so it seems to be a regression of some kind). Sometimes the issue will completely disappear upon waking up from suspend, only to occur again after another suspend/resume cycle.

Checking /sys/fs/bcachefs/.../dev-0/io_done, I can see the number for btree constantly going up.

Also, sorry I've waited this long to make a bug report. I was busy with schoolwork, so I didn't have time to make one earlier.

@Valmar33
Copy link

I've been getting constant disk writes of about 30kB/s, even when nothing is writing to the disk. I've had this issue ever since kernel 6.8, and downgrading to 6.7 will solve it (so it seems to be a regression of some kind). Sometimes the issue will completely disappear upon waking up from suspend, only to occur again after another suspend/resume cycle.

Have you checked what processes are writing to disk?

@obj-obj
Copy link
Author

obj-obj commented May 15, 2024

I've been getting constant disk writes of about 30kB/s, even when nothing is writing to the disk. I've had this issue ever since kernel 6.8, and downgrading to 6.7 will solve it (so it seems to be a regression of some kind). Sometimes the issue will completely disappear upon waking up from suspend, only to occur again after another suspend/resume cycle.

Have you checked what processes are writing to disk?

There are no processes writing to disk:

Screenshot_20240515_134249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants