Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮我找到连接设备(磁盘)的默认 SCSI 超时吗?红帽版本:3 内核:2.4.21。
提前谢谢:)
那是一个古老的版本,我什至不确定是否有一种简单的方法可以找到超时,并且很可能它们都设置为默认值 30 秒。
检查您的发行版中的 scsi/sg.h 头文件以确定,但我相信 2.4.21 在 2.4 系列中已经足够晚了,以至于 SCSI 超时为 60 秒。我有一个 2.4.27 的源代码树,周围是 60 秒:
sg.h:#define SG_DEFAULT_TIMEOUT (60*HZ) /* HZ == 'jiffies in 1 second' */