You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I switched my server to Linux 2.6.32.59 and proceeded to recompile Gentoo inside a virtual machine on zvol. That led to the system entering a loop in which it output page allocation failures to the console with nothing available in ZONE_DMA.
Either I failed to stress the zvols enough with newer kernels or the allocation behavior changed sometime between 2.6.32.y and 3.3.y to prioritize page allocations ZONE_NORMAL when allocations from both zones are possible. Either way, this needs more attention and ce90208 should be reverted.
The text was updated successfully, but these errors were encountered:
This reverts commit ce90208. This
change was observed to cause problems when using a zvol to back a VM
under 2.6.32.59 kernels. This issue was filed as openzfs#710.
Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#342
Issue openzfs#710
I switched my server to Linux 2.6.32.59 and proceeded to recompile Gentoo inside a virtual machine on zvol. That led to the system entering a loop in which it output page allocation failures to the console with nothing available in ZONE_DMA.
Either I failed to stress the zvols enough with newer kernels or the allocation behavior changed sometime between 2.6.32.y and 3.3.y to prioritize page allocations ZONE_NORMAL when allocations from both zones are possible. Either way, this needs more attention and ce90208 should be reverted.
The text was updated successfully, but these errors were encountered: