Skip to content
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

Sep 28 11:19:27 server36 kernel: : [13452307.689219] RPC: fragment too large: 218762506 #6

Open
cherishman2005 opened this issue Sep 28, 2021 · 1 comment

Comments

@cherishman2005
Copy link
Owner

cherishman2005 commented Sep 28, 2021

grep "fragment too large" /var/log/kern.log

Sep 28 11:19:27 server36 kernel: : [13452307.689219] RPC: fragment too large: 218762506
Sep 28 11:19:27 server36 kernel: : [13452307.689519] RPC: fragment too large: 1195725856
Sep 28 11:19:27 server36 kernel: : [13452307.689789] RPC: fragment too large: 1330664521
Sep 28 11:19:27 server36 kernel: : [13452307.690086] RPC: fragment too large: 1330664521
@cherishman2005
Copy link
Owner Author

cherishman2005 commented Sep 28, 2021

https://codebug.vip/questions-337891.htm

一个rpc消息(和NFS是基于rpc的服务)可以分成多个帧(块).任何RPC服务器都有帧大小限制以及邮件大小限制. "RPC:片段太大:"表示NFS服务器获得的rpc帧大于允许的最大大小.此消息可能指向客户端代码,服务器代码或网络问题中的错误.端口扫描也可以触发这种情况。

This was referenced May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant