-
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
ZOL + encryption - crashes under heavy I/O #9603
Comments
Might this be related to #9583 ? |
@MikeCockrem the crash here was caused by an NMI from the https://www.mjmwired.net/kernel/Documentation/watchdog/hpwdt.txt There's a good description of the high level NMI behavior at the following link as it pertains to the system watchdog. However, unless you see the watchdog warning in https://access.redhat.com/solutions/1309033 @Ornias1993 no, the issue referenced wouldn't result in an NMI like this. |
Thank you, I will unload this module and run the tests again tonight.
I'm still at a loss as to why samba performance on the encrypted dataset is so awful, but at least now I see why it was crashing. Thanks all. |
System information
Hello. First time posting, so please feel free to point out anything I'm missing. I recently upgraded from 0.7 to 0.8.2. Things had been running flawlessly until I created an encrypted dataset. and ran MD5DEEP (md5deep-4.4-1.el7.x86_64) to weed out duplicate files.
This works fine with every one of my datasets except the encrypted one, which consistently crashes the whole server after a few minutes of operation.
For reference, I am running a HP ProLiant MicroServer Gen8 with 16GB ECC RAM and Xeon(R) CPU E31260L. Hardware stress test and memory test all clear. edac_util reports no errors.
I believe it may be unrelated to issue #9346 as I first guessed as I tried
"echo scalar > /sys/module/zcommon/parameters/zfs_fletcher_4_impl"
and re ran the test without success.
this screenshot was caught from nmon (frozen) before the server crashed.
EDIT: I forgot to mention, loading the directories on a client (shared out under samba) lists files in non encrypted datasets in the normal time. The encrypted dataset takes +30s to load. Terrible performance....
Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: