我有一个文件服务器(debian wheezy,3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux),安装了 open-iscsi、o2cb、ocfs2。3 个连接的客户端和文件服务器本身运行良好,为所有连接的主机提供共享服务。
但是:我已经折腾了好几天了,想要找出是什么原因导致日志(syslog、daemon.log)每 30 秒就充斥着以下消息:
Dec 10 16:39:37 fileserver ietd: unable to connect (Connection refused) 2!
Dec 10 16:40:07 fileserver ietd: unable to connect (Connection refused) 2!
Dec 10 16:40:37 fileserver ietd: unable to connect (Connection refused) 2!
我尝试从 ietd 获取调试信息,但没有任何效果,因为日志行一直保持不变。
/etc/iet/ietd.conf:
iSNSServer 10.31.116.20
Target iqn.2001-04.com.example:storage.disk2.sys1.xyz
IncomingUser xxUSERxx xxPASSxx
OutgoingUser
Lun 0 Path=/dev/md1,Type=fileio
Alias LUN1
如有任何提示或想法我将不胜感激。
你好 Jens