-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zpool scrub leaks memory, leading to OOM within seconds #11756
Comments
Tried to downgrade v2.0.2-1~bpo10+1 to see if the issue is limited to 2.0.3. |
This issue could be related to #11754. |
Importing the pool using
Further investigation has revealed that
Then, on re Thanks to the great advice of DeHackEd from #zfsonlinux I found a workaround. After the scrub has finished and with |
Now, with further information, this is possibly a duplicate of #11574. |
Closing this issue as it seems very closely related to #11574. |
System information
Describe the problem you're observing
Upon import of a ZFS pool the memory allocation increases until all memory has been allocated, triggering the OOM killer.
Once the OOM killer has killed everything it can, the kernel goes into memory deadlock.
Describe how to reproduce the problem
Boot the system, import the ZFS pool and wait a few seconds.
Include any warning/errors/backtraces from the system logs
Console output from
init=/bin/bash
:The text was updated successfully, but these errors were encountered: