dvl@
Developer
- Thread Starter
- #51
This morning, I rebooted the server and the system
Losing that file might be serious in a production system, but that jail is for testing only.
zpool
came back online and resilvered successfully. Running zpool status -v
originally listed many corrupted files, but now there is only one:
Code:
[dan@knew:~] $ sudo zpool status -v system
pool: system
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: resilvered 4.06G in 0h3m with 4 errors on Thu Oct 25 13:21:01 2018
config:
NAME STATE READ WRITE CKSUM
system ONLINE 0 0 6
raidz2-0 ONLINE 0 0 0
da3p3 ONLINE 0 0 0
da10p3 ONLINE 0 0 0
da15p3 ONLINE 0 0 0
da4p3 ONLINE 0 0 0
da13p3 ONLINE 0 0 0
da12p3 ONLINE 0 0 0
da9p3 ONLINE 0 0 0
da14p3 ONLINE 0 0 0
da11p3 ONLINE 0 0 0
da5p3 ONLINE 0 0 0
raidz2-1 ONLINE 0 0 12
da6p1 ONLINE 0 0 0
da7p1 ONLINE 0 0 0
da16p1 ONLINE 0 0 0
da8p1 ONLINE 0 0 0
da0p1 ONLINE 0 0 0
da1p1 ONLINE 0 0 0
da17p1 ONLINE 0 0 0
da18p1 ONLINE 0 0 0
da2p1 ONLINE 0 0 0
da19p1 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
/usr/jails/dbclone/var/db/postgres/data10/pg_wal/0000000100000007000000F0
[dan@knew:~] $
Losing that file might be serious in a production system, but that jail is for testing only.