I have a ZIL that failed. I replaced the device, however, I can't seem to replace the ZIL in the zpool configuration.
Here is the current zpool status:
Code: Select all
zpool status
pool: data
state: DEGRADED
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: resilvered 1.63T in 10h7m with 1 errors on Tue Mar 28 17:18:30 2017
config:
NAME STATE READ WRITE CKSUM
data DEGRADED 0 0 83
raidz1-0 ONLINE 0 0 166
da6 ONLINE 0 0 0
da7 ONLINE 0 0 0
da2 ONLINE 0 0 0
da3 ONLINE 0 0 0
da4 ONLINE 0 0 0
da5 ONLINE 0 0 0
logs
replacing-1 DEGRADED 0 0 0
1603975256220764110 UNAVAIL 0 0 0 was /dev/da1
gpt/log ONLINE 0 0 0 block size: 512B configured, 4096B native
cache
gpt/cache ONLINE 0 0 0Code: Select all
zpool offline data 1603975256220764110
cannot offline 1603975256220764110: log device has unplayed intent logsCode: Select all
zpool detach data 1603975256220764110
cannot detach 1603975256220764110: no valid replicasCode: Select all
zpool remove data 1603975256220764110
cannot remove 1603975256220764110: operation not supported on this type of poolCode: Select all
zpool remove data /dev/da1
cannot remove /dev/da1: operation not supported on this type of poolI'm starting to get out of commands to run on the pool to get it back to a non-degraded state. Do you have any ideas?


