GELI の書き込みエラーを ZFS が処理をした2014年05月17日 08時06分06秒

現在、FreeBSD 8.4-RELEASE で ZFS を利用中。ZFS は GEOM ELI の上に作られている。

GELI に書き込みエラーがあった。


GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749073825792, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749073956864, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074087936, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074219008, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074350080, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074481152, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074612224, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074743296, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074874368, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749073694720, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749073825792, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749073956864, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074743296, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749074874368, length=131072)]
GEOM_ELI: Crypto WRITE request failed (error=5). da0.eli[WRITE(offset=749073694720, length=131072)]

心配でデータを調べたところ、表だった問題はない。

zpool status で調べたところ、問題を感知し対応処理を行ったとある。


% zpool status
  pool: zfs
 state: ONLINE
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: resilvered 34K in 0h0m with 0 errors on Sun May 18 04:27:00 2014
config:

        NAME                    STATE     READ WRITE CKSUM
        zfs                     ONLINE       0     5     0
          da0.eli               ONLINE       0     5     0

errors: No known data errors