toblix
Cadet
- Joined
- Jun 4, 2011
- Messages
- 4
I had some issues with a bad disk in a four disk pool, and replaced the bad disk with a new one. A zpool status -v told me some files were permanently damaged, so I deleted them, as they were not important. zpool status -v now tells me:
Could someone please explain what's going on here? Why are two of the four disks in the volume listed under replacing? If I request a scrub, it just goes ahead and resilvers ada0, which takes about 30hrs each time, and doesn't change the error messages I get. Is there any way to clear the errors (I deleted the files, after all?) Is there any way of removing 11846808060678788522, as it seems to be referring to a disk that doesn't physically exist in the computer. I'm pretty sure I have four working disks in the computer now, so I don't understand why ZFS doesn't agree.
Code:
freenas# zpool status -v pool: ZFSPool0 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://www.sun.com/msg/ZFS-8000-8A scrub: none requested config: NAME STATE READ WRITE CKSUM ZFSPool0 DEGRADED 0 0 9 raidz1 DEGRADED 0 0 36 ada2 ONLINE 0 0 0 replacing ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada0 ONLINE 0 0 0 ada1 ONLINE 0 0 0 11846808060678788522 UNAVAIL 0 0 0 was /dev/ada3 errors: Permanent errors have been detected in the following files: ZFSPool0:<0x932d1> ZFSPool0:<0x932d4> ZFSPool0:<0x932e3> ZFSPool0:<0x932e6> ZFSPool0:<0x932ec>
Could someone please explain what's going on here? Why are two of the four disks in the volume listed under replacing? If I request a scrub, it just goes ahead and resilvers ada0, which takes about 30hrs each time, and doesn't change the error messages I get. Is there any way to clear the errors (I deleted the files, after all?) Is there any way of removing 11846808060678788522, as it seems to be referring to a disk that doesn't physically exist in the computer. I'm pretty sure I have four working disks in the computer now, so I don't understand why ZFS doesn't agree.