I had a raidz1 pool go down with two disks dying on me.
I managed to recover all but 300k worth of data from one of the disks, and image it onto a new disk (hoping the 300k that was replaced with 0x00 would not make a big deal)
Putting in the recovered disk, and a fresh empy disk I try to import the volume:
Shouldn't I be able to import the volume with a missing disk, in the same way as a raidz1 can survive a one-disk-failure?
Will I have to use my backup or is there a way to get this volume up again?
I managed to recover all but 300k worth of data from one of the disks, and image it onto a new disk (hoping the 300k that was replaced with 0x00 would not make a big deal)
Putting in the recovered disk, and a fresh empy disk I try to import the volume:
Code:
[root@freenas] ~# zpool import
pool: storage
id: 6529383252281524190
state: FAULTED
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
The pool may be active on another system, but can be imported using
the '-f' flag.
see: http://illumos.org/msg/ZFS-8000-3C
config:
storage FAULTED corrupted data
raidz1-0 FAULTED corrupted data
gptid/bd193c14-7ac7-11e3-9f0e-0025225aafce ONLINE
4259204251121798783 UNAVAIL cannot open
gptid/64928b4e-7aac-11e3-a88d-0025225aafce ONLINE
gptid/28249605-789c-11e3-9bd2-0025225aafce ONLINE
[root@freenas] ~#
Shouldn't I be able to import the volume with a missing disk, in the same way as a raidz1 can survive a one-disk-failure?
Will I have to use my backup or is there a way to get this volume up again?