-
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
ZFS hang on 'zfs create' #3212
Milestone
Comments
Broken by torvalds/linux@34b48db first appearing in 3.19. |
See #3214. |
Thank you very much for the quick reply! |
DeHackEd
pushed a commit
to DeHackEd/zfs
that referenced
this issue
Apr 4, 2015
ZoL had been setting max_sectors to UINT_MAX, but until Linux 3.19, it the kernel artifically capped it at 1024 (BLK_DEF_MAX_SECTORS). This cap was removed in torvalds/linux@34b48db. This patch changes it to DMU_MAX_ACCESS (in sectors) and also changes the ASSERT in dmu_tx_hold_write() to allow the maximum transfer size. Signed-off-by: Tim Chase <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3212
DeHackEd
pushed a commit
to DeHackEd/zfs
that referenced
this issue
Apr 5, 2015
ZoL had been setting max_sectors to UINT_MAX, but until Linux 3.19, it the kernel artifically capped it at 1024 (BLK_DEF_MAX_SECTORS). This cap was removed in torvalds/linux@34b48db. This patch changes it to DMU_MAX_ACCESS (in sectors) and also changes the ASSERT in dmu_tx_hold_write() to allow the maximum transfer size. Signed-off-by: Tim Chase <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3212
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this while running latest HEAD ( bc88866 ) with #2351
There are two 6x3T raidz1 vdevs 30T in total, 550G free. No l2arc, no zil.
System load is mostly constant writes from zoneminder ( ~6MB/s )
When I created a 100G zvol and tried formatting it to ext4, i got the following error
I then removed the zvol and tried to create it again. ZFS stopped all reads and writes and 'zfs create' command never went through.
echo w > /proc/sysrq-trigger produced the following: http://pastebin.com/YZ75AgfJ
I will keep the system running for few hours. I will gladly provide additional information if needed.
The text was updated successfully, but these errors were encountered: