码迷,mamicode.com
首页 > 其他好文 > 详细

kernel reported iSCSI connection 1:0 error (1022-Invalid or unknown error code) state (3)

时间:2020-06-15 11:56:54      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:wap   ima   cep   mem   amount   accept   iscsi   ali   get   

简而言之,内存不够了。
 
https://serverfault.com/questions/828839/kernel-reported-iscsi-connection-10-error-1022-invalid-or-unknown-error-code

I got a couple of replies from one of the Linux kernel maintainers. This does seem to be an issue with 32-bit kernels and low memory pressure. Here are some comments (after I provided some more logs and tracepoints):

all those are from the kswapd (background memory reclaim). Which means that it doesn‘t catch any allocation which can stall for too long. Anyway the above tracepoint show that we are able to make some progress during the reclaim (nr_reclaimed > 0). So I suspect that this is indeed a large lowmem pressure and I do not see what we can do about that.

as well as:

and this one is hitting the min watermark while there is not really much to reclaim. Only the page cache which might be pinned and not reclaimable from this context because this is GFP_NOFS request. It is not all that surprising the reclaim context fights to get some memory. There is a huge amount of the reclaimable slab which probably just makes a slow progress.

That is not something completely surprising on 32b system I am afraid.

kernel reported iSCSI connection 1:0 error (1022-Invalid or unknown error code) state (3)

标签:wap   ima   cep   mem   amount   accept   iscsi   ali   get   

原文地址:https://www.cnblogs.com/liujx2019/p/13129849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!