-
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
Lots of 'attempt to access beyond end of device' in syslog #7724
Comments
Can you look at the comments in #7629 to see if it applies? A workaround might be as simple as removing partition 9 (it isn't in use) and growing partition 1 to |
Thank you for your reply @richardelling Here's a report from my system with the values in question:
I seems to me that the vdev size is smaller than the size of partition 1, so now the 'beyond end of device' error baffles me even more... I'm not sure how #7629 is related to this... Could you elaborate? Lastly, I'm actually using partition 9 as the EFI system partition (I'm using EFISTUB for booting), so if I delete it I'll end up with an unbootable system. And here's the full output of 'zdb -l' for reference. Is it normal to have two labels with identical data?
|
Mentioning @shartse as the author and @behlendorf for a bisectable bug. Edit: |
Additional. I have trouble believing there is anything patently wrong with the ZFS code up to this point in time preventing pool creation, or else the test suite should be having a fit. The only thing I can think is special about these disks are are they 4096n, not 512e. That is, they do not offer an emulation view of 512byte sectors. All IO must be 4096 bytes on the wire. |
Okay, yes that specific commit does work properly. Well, that satisfies my concerns. Sorry for the alarm. |
Using latest master I also no longer have this issue. Thanks! I'm closing this. |
System information
Describe the problem you're observing
My system log is inundated with warnings of attempts to access beyond end of device. This has been the case with previous zfs versions as well, dating back to a couple of months when the system was first built. Here's an example:
With high I/O load, I'm also experiencing some stability issues, but I'm not sure this is in any way related to ZFS or not.
Please let me know how I can provide more useful debugging information.
Describe how to reproduce the problem
The errors are very frequent, about 1 per second on average (they actually come in bursts). They even appear when the system is generally idle, so I'm not sure what the trigger is.
My system has a few particularities I'd like to list here:
The text was updated successfully, but these errors were encountered: