-
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
0.6.5.1 - I/O timeout during disk spin up #3856
Comments
I think this is similar to #3785, a fix will be in the 0.6.5.2 release. |
yes, which should be today or tomorrow according to @behlendorf please try #3785 (comment)
|
Yes, this should be addressed in 0.6.5.2 which is available now. It'll take a little while for it to work its way in to the distributions but you can always download it directly. Definitely let us know if it does or doesn't resolve the issue. https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.2 |
Thanks all, I only checked the open issues - not closed! |
I am still experiencing this error in ZFS version 0.6.5.3, linux arch, kernel 4.2.5.
|
I have an 8-disk raidz2 vdev where the component disks are put in standby after being idle for 15 minutes. With 0.6.5.1 it appears that something has changed that causes I/O requests to timeout while waiting for the drives to spin up, with the following in the syslog:
For each recurrence the component device differs as does the sector (i.e. it's not a faulty drive), and sometimes errors for two different devices are logged in the same request. Once the error occurs the system is inaccessible (ping replies, but other services open a connection with zero data) and needs to be reset. Individual drives can be woken up with dd but when attempting to access the filesystems on the pool the I/O error occurs.
Downgraded to 0.6.4.2 and this issues does not occur.
Steps to reproduce:
System is running Ubuntu 14.04, kernel 3.13.0-61 (tried -62, -63, -65 and the vivid enablement kernel with no difference).
The text was updated successfully, but these errors were encountered: