Brian Buchanan
Dabbler
- Joined
- Aug 14, 2013
- Messages
- 17
I'm testing FreeNAS 9.1 on an old server.
I have a 4 1-TB Drives connected to a hardware RAID, an Intel SRCS16 in a RAID-10. The server is an Intel SE7520JR2 with 4-GB of ECC RAM.
I have a zpool srcs16a0 on the one drive FreeNAS sees, amrd0.
I've been copying 800+ GB of data on the server and I'm starting to get "Permanent Errors" on the ZFS pool and I can't guess where they are coming from.
The md5 of the files match the source, so the files are intact and correct.
The SRCS16 controller hasn't indicated any trouble with the array and the ECC memory hasn't reported any memory errors. Could I still be looking at a hardware error?
If the file doesn't actually have any errors, why is ZFS claiming there are errors?
I'm currently running a second scrub.
The first two entries are files I deleted and copied over again before starting the first scrub. The rest of the errors appeared after the first scrub and I've compared the MD5 and they match.
I have a 4 1-TB Drives connected to a hardware RAID, an Intel SRCS16 in a RAID-10. The server is an Intel SE7520JR2 with 4-GB of ECC RAM.
I have a zpool srcs16a0 on the one drive FreeNAS sees, amrd0.
I've been copying 800+ GB of data on the server and I'm starting to get "Permanent Errors" on the ZFS pool and I can't guess where they are coming from.
The md5 of the files match the source, so the files are intact and correct.
The SRCS16 controller hasn't indicated any trouble with the array and the ECC memory hasn't reported any memory errors. Could I still be looking at a hardware error?
If the file doesn't actually have any errors, why is ZFS claiming there are errors?
I'm currently running a second scrub.
Code:
[root@freenas3119] ~brian/Brian# zpool status -v pool: srcs16a0 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 in progress since Thu Aug 22 09:01:48 2013 43.6G scanned out of 778G at 48.9M/s, 4h16m to go 644K repaired, 5.60% done config: NAME STATE READ WRITE CKSUM srcs16a0 ONLINE 0 0 2 gptid/02d09ce0-0aab-11e3-9882-00110a546e6a ONLINE 0 0 612 (repairing) errors: Permanent errors have been detected in the following files: srcs16a0/home/brian:<0x0> srcs16a0/home/brian:<0xf93b> /mnt/srcs16a0/home/brian/Brian/Music/mp3/Chris Cagel /mnt/srcs16a0/home/brian/Brian/Pictures/My Pictures/2013/2013-05-09/Video 2013-05-09 8 08 34 PM.mov /mnt/srcs16a0/home/brian/Brian/Pictures/Old/My Pictures/2011/2011-07-21 /mnt/srcs16a0/home/brian/Brian/HomeMovies/Raw/2006-05-28 Tape11/Tape11-2006.05.28_15-49-18.dv /mnt/srcs16a0/home/brian/Brian/HomeMovies/Raw/2006-05-28 Tape11/Tape11-2006.05.28_16-18-37.dv /mnt/srcs16a0/home/brian/Brian/HomeMovies/Raw/2006-05-28 Tape12/Tape12-2006.05.28_16-38-23.dv /mnt/srcs16a0/home/brian/Brian/HomeMovies/Raw/2006-06-17 Tape13/Tape13-2006.06.17_10-22-07.dv /mnt/srcs16a0/home/brian/Brian/Pictures/My Pictures/2013/2013-08-17/2013-08-17 at 19.16.06.jpg
The first two entries are files I deleted and copied over again before starting the first scrub. The rest of the errors appeared after the first scrub and I've compared the MD5 and they match.
Code:
# Source (A Drobo FS) # md5sum Tape11-2006.05.28_15-49-18.dv Tape11-2006.05.28_16-18-37.dv Tape11-2006.05.28_16-23-18.dv 4368dbd5fecb02f2becb94f9bea1f7c7 Tape11-2006.05.28_15-49-18.dv 59e147835905d25ea5da69da6e3a3732 Tape11-2006.05.28_16-18-37.dv bb75071c2c88280143b95c903f50f8a6 Tape11-2006.05.28_16-23-18.dv # Destination - FreeNAS [brian@freenas3119 ~/Brian/HomeMovies/Raw/2006-05-28 Tape11]$ md5 Tape11-2006.05.28_15-49-18.dv Tape11-2006.05.28_16-18-37.dv Tape11-2006.05.28_16-23-18.dv MD5 (Tape11-2006.05.28_15-49-18.dv) = 4368dbd5fecb02f2becb94f9bea1f7c7 MD5 (Tape11-2006.05.28_16-18-37.dv) = 59e147835905d25ea5da69da6e3a3732 MD5 (Tape11-2006.05.28_16-23-18.dv) = bb75071c2c88280143b95c903f50f8a6