FreeNASでデータ不整合が出た

[pukiwiki] が~ん。~ FreeNASの自動subscribでエラーが見つかりました。

zpool status -v VOL2

pool: VOL2 state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://illumos.org/msg/ZFS-8000-8A scan: scrub repaired 0 in 27h13m with 1 errors on Mon Feb 17 03:13:20 2014 config: NAME STATE READ WRITE CKSUM VOL2 ONLINE 0 0 1 mirror-0 ONLINE 0 0 0 gptid/f829555a-73b4-11e3-b2af-000c29476e17 ONLINE 0 0 0 gptid/fb0a9d0b-73b4-11e3-b2af-000c29476e17 ONLINE 0 0 0 mirror-1 ONLINE 0 0 2 gptid/d71f4795-75ce-11e3-8d3e-000c29476e17 ONLINE 0 0 2 gptid/d7899ab8-75ce-11e3-8d3e-000c29476e17 ONLINE 0 0 2 errors: Permanent errors have been detected in the following files: /mnt/VOL2/CIFS/share/Disks/centos/CentOS-6.4-x86_64-bin-DVD1.iso どうも壊れたのはファイル1個だけのようです。~ そういえば、一回固まって落ちたことがあったような。。。~ 幸いにしてまたダウンロードすれば済むファイルだったので、サクッと削除してダウンロードし直しました :-) しかし、ファイルを置き換えただけでは、エラーは消えない模様。~ 再度 scrabを実行したら errors: No known data errors にはなったものの、デバイスにエラーがある言われる。 status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors using ‘zpool clear’ or replace the device with ‘zpool replace’. see: http://illumos.org/msg/ZFS-8000-9P scan: scrub repaired 0 in 26h44m with 0 errors on Fri Feb 21 15:13:51 2014 今回は、ハードの交換はしないので、clearすることに。

zpool clear VOL2

正常に戻りました :-) [/pukiwiki]

コメントを残す