-
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
Large kmem_alloc(131072, 0x1000) #3615
Comments
@dpavlin the warning is just advisory but it still needs to be explained. Have you made any non-default tunings to the zvol? For example, what's the record size set too? In the meanwhile you can suppress the warning by increasing the default warning threshold which is safe.
|
I'm creating filesystem with
However, I'm not getting warning in dmesg after that command, but instead after
I also noticed that mkfs.ext4 does finish and create file-system, but label never appears in I have script which waits for label of new file-system to appear, so this is somewhat a show-stopper for me. With sparse and default volblocksize of 8K i'm getting also warning for for smaller allocation: Removing sparse option to zfs create doesn't change warnings. |
I tried similar test on |
should this be combined with #3684 |
@prometheanfire yes, yes it should. Thanks for noticing this one, this is a duplicate of #3684 and was resolved by commit c495fe2. |
When trying to create ext4 filesystem on zvol i got following in my dmesg:
This is using latest Debian packages, 0.6.4-21-53b1d9-wheezy
The text was updated successfully, but these errors were encountered: