xfs の inode 破損によるエラー
Posted by yoosee on Debian at 2006-09-11 23:42 JST1 xfs の inode 破損によるエラー
サーバが落ちたと思ったらログに xfs のエラーダンプが20行ほど。 一応は再起動すると復帰するのだが、壊れた inode をさわると OS がそのまま死んでしまう。ログの最後の方を拾うとこんな感じ。xfs_force_shutdown(hda5,0x8) called from line 1151 of file fs/xfs/xfs_trans.c. Return address = 0xf0f7e118 Filesystem "hda5": Corruption of in-memory data detected. Shutting down filesystem: hda5 Please umount the filesystem, and rectify the problem(s) xfs_force_shutdown(hda5,0x1) called from line 338 of file fs/xfs/xfs_rw.c. Return address = 0xf0f7e118smartctl --all ではやばそうなパラメータは無し。とりあえず single user mode で起動した後 /usr を unmount して xfs_repair をかけたら修復自体は出来たようだ。
いまのところ壊れた原因は不明だが (aptitude で vim を upgrade 中に壊れた)、もしかして 2.6.17.7 XFS internal error xfs_da_do_buf だとすると、回避方法が filesystem を変える以外になさそうなのが…。しばらくは様子を見よう。当サーバを利用の人はこまめにバックアップをよろしく。xfs は特に大きなファイルを扱うときは速くてありがたいのだが、安定性は ext3 程では無い感じがする。