Closed GoogleCodeExporter closed 9 years ago
ZFS will panic when it identifies a request which cannot fail. In this case, it
failed.
https://github.com/alblue/mac-zfs/blob/master/usr/src/uts/common/fs/zfs/zio.c#L9
12
Note that this is a documented behaviour of ZFS at the moment and there is no
way to mark the pool as 'failed' if an error occurs. however, the write error
will just trigger the zpool into read-only mode, so the cause is to solve the
underlying hardware error.
Original comment by alex.ble...@gmail.com
on 7 Mar 2012 at 12:10
Original issue reported on code.google.com by
mfelli...@gmail.com
on 4 Apr 2011 at 5:54