15 June 2012
I am using FreeBSD 8.2 with a 4-drive ZFS pool. SMART is telling me that one drive in the pool has an "offline_uncorrectable" sector during the short-offline self-test. (It seems to be somewhere in unused space since a zfs scrub doesn't cause drive errors or the sector to be spared out.)
Anyway, I'm thinking of doing the following to see if I can clear the error:
Is this a good idea? Will the zpool need to manually reslivered or scrubbed? (And yes I have backups, but I'd rather not incur system downtime by my stupid mistake)
Thanks
-phil
I am using FreeBSD 8.2 with a 4-drive ZFS pool. SMART is telling me that one drive in the pool has an "offline_uncorrectable" sector during the short-offline self-test. (It seems to be somewhere in unused space since a zfs scrub doesn't cause drive errors or the sector to be spared out.)
Anyway, I'm thinking of doing the following to see if I can clear the error:
- zfs offline the drive
- dd write the affected drive area (to cause the drive to spare out the sector)
- zfs online the drive
Is this a good idea? Will the zpool need to manually reslivered or scrubbed? (And yes I have backups, but I'd rather not incur system downtime by my stupid mistake)
Thanks
-phil