journal commit I/O error解决办法
1、按组网连接,各设备正常上电
2、SAS JBOD分配1块500G SATA硬盘给HOST,安装操作系统Red Flag DC Server 5.0 SP2
3、系统安装完毕,剩余磁盘分区新建分区sda3(文件系统ext3), 使用iometer对sda3
进行大IOPS读写(Transfer Request Size=512B 100%Sequential 100%Read),一段时
间(半个小时到一个小时)后,业务完全断掉,RedFlag端显示错误如下图1、图2所示:
1: Message from <mailto:syslogd@localhost> syslogd@localhost at
localhost kernel : journal commit I/O error
2;Drunt thread exiting eith 1 still active
Drunt thread exiting eith 1 still active
hread exiting with 1 still active
Grunt thread exiting with 1 still active
在图形界面终端下出现的错误,然后死机,手动重启后查看messages里面的记录,在那个时间段没有任何记录存在。机器继续运行到现在没出现上述故障,这个是怎么回事呢?能否有办法解决?
解决办法:
在RF linux中,使用fsck.ext3去检查磁盘文件系统,一定是在unmount的状态下检测,否则就
可能出现数据丢。
这个错误应该是文件系统磁盘上有坏道导致的问题,修复一下就可!
可以使用一下dumpe2fs命令检测一下ext3的日志信息。
2;Drunt thread exiting eith 1 still active Drunt thread exiting eith 1 still active
这些错误应该也是由文件系统,磁盘上坏道引起.