免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4614 | 回复: 5
打印 上一主题 下一主题

【解决】MFS Client数据写入错报 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-04-06 12:18 |只看该作者 |倒序浏览
本帖最后由 kevinadmin 于 2010-04-06 14:53 编辑

[root@Nagios ~]# mfsmount /mnt/mfs/ -H 192.168.0.150
mfsmaster accepted connection with parameters: read-write,restricted_ip ; root mapped to root:root

messages:

Apr  6 19:46:32 Nagios mfsmount[12389]: master: tcp recv error: Interrupted system call (1)
Apr  6 19:46:32 Nagios mfsmount[12389]: registered to master
Apr  6 19:46:32 Nagios mfsmount[12389]: master: tcp recv error: Interrupted system call (1)
Apr  6 19:46:32 Nagios mfsmount[12389]: registered to master

写入数据报错
[root@Nagios mfs]# dd if=/dev/zero of=1.img bs=1M count=500
dd: writing `1.img': Input/output error
dd: closing output file `1.img': Input/output error

有人碰到过么? master和checksunserver都没有报错  但是就是写不了数据

能touch一个文件

MFS.JPG (21.01 KB, 下载次数: 43)

WEB CGI里的DISK报错

WEB CGI里的DISK报错

论坛徽章:
2
2015年迎新春徽章
日期:2015-03-04 09:49:45IT运维版块每日发帖之星
日期:2016-07-29 06:20:00
2 [报告]
发表于 2010-04-06 12:21 |只看该作者
直接用tcpdump抓出来看看哪一步报错。

论坛徽章:
0
3 [报告]
发表于 2010-04-06 12:59 |只看该作者
  1. 20:56:30.485855 IP Linux-Client01.57797 > 192.168.0.150.9421: S 2670783935:2670783935(0) win 5840 <mss 1460,sackOK,times**p 356414739 0,nop,wscale 7>
  2. 20:56:30.486011 IP 192.168.0.150.9421 > Linux-Client01.57797: S 159955234:159955234(0) ack 2670783936 win 5792 <mss 1460,sackOK,times**p 4919683 356414739,nop,wscale 7>
  3. 20:56:30.486031 IP Linux-Client01.57797 > 192.168.0.150.9421: . ack 1 win 46 <nop,nop,times**p 356414739 4919683>
  4. 20:56:30.486113 IP Linux-Client01.57797 > 192.168.0.150.9421: P 1:97(96) ack 1 win 46 <nop,nop,times**p 356414739 4919683>
  5. 20:56:30.486259 IP 192.168.0.150.9421 > Linux-Client01.57797: . ack 97 win 46 <nop,nop,times**p 4919683 356414739>
  6. 20:56:30.486459 IP 192.168.0.150.9421 > Linux-Client01.57797: P 1:30(29) ack 97 win 46 <nop,nop,times**p 4919683 356414739>
  7. 20:56:30.486465 IP Linux-Client01.57797 > 192.168.0.150.9421: . ack 30 win 46 <nop,nop,times**p 356414739 4919683>
  8. 20:56:30.488474 IP Linux-Client01.57797 > 192.168.0.150.9421: P 97:105(8) ack 30 win 46 <nop,nop,times**p 356414741 4919683>
  9. 20:56:30.521362 IP Linux-Client01.57798 > 192.168.0.150.9421: S 2667765221:2667765221(0) win 5840 <mss 1460,sackOK,times**p 356414774 0,nop,wscale 7>
  10. 20:56:30.521556 IP 192.168.0.150.9421 > Linux-Client01.57798: S 149058952:149058952(0) ack 2667765222 win 5792 <mss 1460,sackOK,times**p 4919719 356414774,nop,wscale 7>
  11. 20:56:30.521586 IP Linux-Client01.57798 > 192.168.0.150.9421: . ack 1 win 46 <nop,nop,times**p 356414774 4919719>
  12. 20:56:30.521615 IP Linux-Client01.57798 > 192.168.0.150.9421: P 1:82(81) ack 1 win 46 <nop,nop,times**p 356414774 4919719>
  13. 20:56:30.521804 IP 192.168.0.150.9421 > Linux-Client01.57798: . ack 82 win 46 <nop,nop,times**p 4919719 356414774>
  14. 20:56:30.521854 IP 192.168.0.150.9421 > Linux-Client01.57798: P 1:10(9) ack 82 win 46 <nop,nop,times**p 4919719 356414774>
  15. 20:56:30.521865 IP Linux-Client01.57798 > 192.168.0.150.9421: . ack 10 win 46 <nop,nop,times**p 356414775 4919719>
  16. 20:56:30.524426 IP Linux-Client01.57798 > 192.168.0.150.9421: F 82:82(0) ack 10 win 46 <nop,nop,times**p 356414777 4919719>
  17. 20:56:30.524499 IP Linux-Client01.57799 > 192.168.0.150.9421: S 2667047426:2667047426(0) win 5840 <mss 1460,sackOK,times**p 356414777 0,nop,wscale 7>
  18. 20:56:30.524552 IP 192.168.0.150.9421 > Linux-Client01.57798: F 10:10(0) ack 83 win 46 <nop,nop,times**p 4919722 356414777>
  19. 20:56:30.524574 IP Linux-Client01.57798 > 192.168.0.150.9421: . ack 11 win 46 <nop,nop,times**p 356414777 4919722>
  20. 20:56:30.524589 IP 192.168.0.150.9421 > Linux-Client01.57799: S 154311893:154311893(0) ack 2667047427 win 5792 <mss 1460,sackOK,times**p 4919722 356414777,nop,wscale 7>
  21. 20:56:30.524601 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 1 win 46 <nop,nop,times**p 356414777 4919722>
  22. 20:56:30.524627 IP Linux-Client01.57799 > 192.168.0.150.9421: P 1:82(81) ack 1 win 46 <nop,nop,times**p 356414777 4919722>
  23. 20:56:30.524801 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 82 win 46 <nop,nop,times**p 4919722 356414777>
  24. 20:56:30.524813 IP 192.168.0.150.9421 > Linux-Client01.57799: P 1:10(9) ack 82 win 46 <nop,nop,times**p 4919722 356414777>
  25. 20:56:30.524821 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 10 win 46 <nop,nop,times**p 356414778 4919722>
  26. 20:56:30.525069 IP Linux-Client01.57797 > 192.168.0.150.9421: F 105:105(0) ack 30 win 46 <nop,nop,times**p 356414778 4919683>
  27. 20:56:30.525151 IP 192.168.0.150.9421 > Linux-Client01.57797: . ack 106 win 46 <nop,nop,times**p 4919722 356414741>
  28. 20:56:30.525175 IP 192.168.0.150.9421 > Linux-Client01.57797: F 30:30(0) ack 106 win 46 <nop,nop,times**p 4919722 356414741>
  29. 20:56:30.525190 IP Linux-Client01.57797 > 192.168.0.150.9421: . ack 31 win 46 <nop,nop,times**p 356414778 4919722>
  30. 20:56:31.535711 IP Linux-Client01.57799 > 192.168.0.150.9421: P 82:106(24) ack 10 win 46 <nop,nop,times**p 356415789 4919722>
  31. 20:56:31.535919 IP 192.168.0.150.9421 > Linux-Client01.57799: P 10:57(47) ack 106 win 46 <nop,nop,times**p 4920733 356415789>
  32. 20:56:31.535958 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 57 win 46 <nop,nop,times**p 356415789 4920733>
  33. 20:56:31.545699 IP Linux-Client01.57799 > 192.168.0.150.9421: P 106:130(24) ack 57 win 46 <nop,nop,times**p 356415799 4920733>
  34. 20:56:31.545916 IP 192.168.0.150.9421 > Linux-Client01.57799: P 57:104(47) ack 130 win 46 <nop,nop,times**p 4920743 356415799>
  35. 20:56:31.546156 IP Linux-Client01.57799 > 192.168.0.150.9421: P 130:154(24) ack 104 win 46 <nop,nop,times**p 356415799 4920743>
  36. 20:56:31.546352 IP 192.168.0.150.9421 > Linux-Client01.57799: P 104:151(47) ack 154 win 46 <nop,nop,times**p 4920743 356415799>
  37. 20:56:31.586340 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 151 win 46 <nop,nop,times**p 356415839 4920743>
  38. 20:56:34.492462 IP Linux-Client01.57799 > 192.168.0.150.9421: P 154:166(12) ack 151 win 46 <nop,nop,times**p 356418745 4920743>
  39. 20:56:34.532683 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 166 win 46 <nop,nop,times**p 4923730 356418745>
  40. 20:56:34.542667 IP 192.168.0.150.9421 > Linux-Client01.57799: P 151:163(12) ack 166 win 46 <nop,nop,times**p 4923740 356418745>
  41. 20:56:34.542702 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 163 win 46 <nop,nop,times**p 356418796 4923740>
  42. 20:56:37.495558 IP Linux-Client01.57799 > 192.168.0.150.9421: P 166:178(12) ack 163 win 46 <nop,nop,times**p 356421748 4923740>
  43. 20:56:37.495728 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 178 win 46 <nop,nop,times**p 4926693 356421748>
  44. 20:56:37.545761 IP 192.168.0.150.9421 > Linux-Client01.57799: P 163:175(12) ack 178 win 46 <nop,nop,times**p 4926743 356421748>
  45. 20:56:37.545794 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 175 win 46 <nop,nop,times**p 356421799 4926743>
  46. 20:56:40.498656 IP Linux-Client01.57799 > 192.168.0.150.9421: P 178:190(12) ack 175 win 46 <nop,nop,times**p 356424751 4926743>
  47. 20:56:40.498769 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 190 win 46 <nop,nop,times**p 4929696 356424751>
  48. 20:56:40.548804 IP 192.168.0.150.9421 > Linux-Client01.57799: P 175:187(12) ack 190 win 46 <nop,nop,times**p 4929746 356424751>
  49. 20:56:40.548837 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 187 win 46 <nop,nop,times**p 356424802 4929746>
  50. 20:56:43.502752 IP Linux-Client01.57799 > 192.168.0.150.9421: P 190:202(12) ack 187 win 46 <nop,nop,times**p 356427756 4929746>
  51. 20:56:43.502911 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 202 win 46 <nop,nop,times**p 4932700 356427756>
  52. 20:56:43.552835 IP 192.168.0.150.9421 > Linux-Client01.57799: P 187:199(12) ack 202 win 46 <nop,nop,times**p 4932750 356427756>
  53. 20:56:43.552848 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 199 win 46 <nop,nop,times**p 356427806 4932750>
  54. 20:56:46.505854 IP Linux-Client01.57799 > 192.168.0.150.9421: P 202:214(12) ack 199 win 46 <nop,nop,times**p 356430759 4932750>
  55. 20:56:46.506055 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 214 win 46 <nop,nop,times**p 4935703 356430759>
  56. 20:56:46.555877 IP 192.168.0.150.9421 > Linux-Client01.57799: P 199:211(12) ack 214 win 46 <nop,nop,times**p 4935753 356430759>
  57. 20:56:46.555889 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 211 win 46 <nop,nop,times**p 356430809 4935753>
  58. 20:56:49.508951 IP Linux-Client01.57799 > 192.168.0.150.9421: P 214:226(12) ack 211 win 46 <nop,nop,times**p 356433762 4935753>
  59. 20:56:49.509148 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 226 win 46 <nop,nop,times**p 4938706 356433762>
  60. 20:56:49.558972 IP 192.168.0.150.9421 > Linux-Client01.57799: P 211:223(12) ack 226 win 46 <nop,nop,times**p 4938756 356433762>
  61. 20:56:49.558988 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 223 win 46 <nop,nop,times**p 356433812 4938756>
  62. 20:56:52.512070 IP Linux-Client01.57799 > 192.168.0.150.9421: P 226:238(12) ack 223 win 46 <nop,nop,times**p 356436765 4938756>
  63. 20:56:52.512243 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 238 win 46 <nop,nop,times**p 4941709 356436765>
  64. 20:56:52.562019 IP 192.168.0.150.9421 > Linux-Client01.57799: P 223:235(12) ack 238 win 46 <nop,nop,times**p 4941759 356436765>
  65. 20:56:52.562036 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 235 win 46 <nop,nop,times**p 356436815 4941759>
  66. 20:56:55.515167 IP Linux-Client01.57799 > 192.168.0.150.9421: P 238:250(12) ack 235 win 46 <nop,nop,times**p 356439768 4941759>
  67. 20:56:55.515338 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 250 win 46 <nop,nop,times**p 4944712 356439768>
  68. 20:56:55.565060 IP 192.168.0.150.9421 > Linux-Client01.57799: P 235:247(12) ack 250 win 46 <nop,nop,times**p 4944762 356439768>
  69. 20:56:55.565068 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 247 win 46 <nop,nop,times**p 356439818 4944762>
  70. 20:56:58.518248 IP Linux-Client01.57799 > 192.168.0.150.9421: P 250:262(12) ack 247 win 46 <nop,nop,times**p 356442771 4944762>
  71. 20:56:58.518429 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 262 win 46 <nop,nop,times**p 4947715 356442771>
  72. 20:56:58.568102 IP 192.168.0.150.9421 > Linux-Client01.57799: P 247:259(12) ack 262 win 46 <nop,nop,times**p 4947765 356442771>
  73. 20:56:58.568114 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 259 win 46 <nop,nop,times**p 356442821 4947765>
  74. 20:57:01.521347 IP Linux-Client01.57799 > 192.168.0.150.9421: P 262:274(12) ack 259 win 46 <nop,nop,times**p 356445774 4947765>
  75. 20:57:01.521523 IP 192.168.0.150.9421 > Linux-Client01.57799: . ack 274 win 46 <nop,nop,times**p 4950718 356445774>
  76. 20:57:01.521539 IP 192.168.0.150.9421 > Linux-Client01.57799: P 259:271(12) ack 274 win 46 <nop,nop,times**p 4950718 356445774>
  77. 20:57:01.521547 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 271 win 46 <nop,nop,times**p 356445774 4950718>
  78. 20:57:04.521273 IP 192.168.0.150.9421 > Linux-Client01.57799: P 271:283(12) ack 274 win 46 <nop,nop,times**p 4953718 356445774>
  79. 20:57:04.521301 IP Linux-Client01.57799 > 192.168.0.150.9421: . ack 283 win 46 <nop,nop,times**p 356448774 4953718>
复制代码
这是用tcpdump抓出来的  是不是在不停的ack?

论坛徽章:
0
4 [报告]
发表于 2010-04-06 13:19 |只看该作者
找到问题了,原来是chunkserver的防火墙没有关,导致数据写不进去

论坛徽章:
0
5 [报告]
发表于 2010-04-06 14:53 |只看该作者
图片的问题也是防火墙没有关 呵呵

论坛徽章:
2
2015年迎新春徽章
日期:2015-03-04 09:49:45IT运维版块每日发帖之星
日期:2016-07-29 06:20:00
6 [报告]
发表于 2010-04-06 15:07 |只看该作者
呵呵,我习惯用图形界面看packet trace。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP