ubellavance
Dabbler
- Joined
- Aug 16, 2011
- Messages
- 19
Hi,
We lost a disk in a FreeNAS machine last week. We replaced the drive itself, then did the zpool replace command. Here is the output of the zpool status command for this volume:
Now it looks like we have lost data on the volume. I have a backup of part of it, but not all. Using -v shows me files and directories that seems to have been lost. Is it normal to loose data with one drive failure on a raidz volume? Would it be possible to recover some of the data?
Thanks,
We lost a disk in a FreeNAS machine last week. We replaced the drive itself, then did the zpool replace command. Here is the output of the zpool status command for this volume:
Code:
[root@atq-nasr-1] ~# zpool status volume1 pool: volume1 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: resilver completed after 0h1m with 10180 errors on Mon Feb 11 09:47:04 2013 config: NAME STATE READ WRITE CKSUM volume1 DEGRADED 0 0 38.0K raidz1 DEGRADED 0 0 103K ada2p2 UNAVAIL 0 0 0 cannot open replacing DEGRADED 0 0 0 18279147940933226290 UNAVAIL 0 0 0 was /dev/ada1p2 ada1 ONLINE 0 0 0 3.87M resilvered ada0p2 ONLINE 0 0 0 ada3p2 ONLINE 0 0 0 ada4p2 ONLINE 0 0 0
Now it looks like we have lost data on the volume. I have a backup of part of it, but not all. Using -v shows me files and directories that seems to have been lost. Is it normal to loose data with one drive failure on a raidz volume? Would it be possible to recover some of the data?
Thanks,