Problem with pool/storage data

Status
Not open for further replies.

TombR

Dabbler
Joined
Apr 17, 2016
Messages
13
Thanks for support.

Few days I had an problems with 1 HDD from RAIDZ. In the time (today) the 2-nd HDD has go off. I don't know what is with this about situation. Is that do recovery? Not changed configuration :(

Code:
root@freenas:~ # zpool import
   pool: main
	 id: 4208464935310965370
  state: UNAVAIL
 status: One or more devices are missing from the system.
 action: The pool cannot be imported. Attach the missing
		devices and try again.
   see: http://illumos.org/msg/ZFS-8000-3C
 config:

		main												UNAVAIL  insufficient replicas
		  raidz1-0										  ONLINE
			gptid/ee33c5e7-9c82-11e6-82c1-d0509959dca1.eli  ONLINE
			gptid/b05baaaa-3ed6-11e7-bbdd-d0509959dca1.eli  ONLINE
			gptid/70da1053-3fd7-11e7-ae79-d0509959dca1.eli  ONLINE
			gptid/44e4092c-422e-11e7-9b66-d0509959dca1.eli  ONLINE
		  raidz1-1										  UNAVAIL  insufficient replicas
			gptid/c7e806ef-b2b0-11e7-ab57-d0509959dca1.eli  ONLINE
			gptid/c8c3fcef-b2b0-11e7-ab57-d0509959dca1.eli  ONLINE
			4672844280766016769							 OFFLINE
			16038787434211772289							UNAVAIL  cannot open


Sorry for my bad english.

Thanks for help.

FreeNAS-11.1-U6 - 2x4 WD @2TB RED 16GB RAM
 
Last edited:

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Losing 2 drives in a single RAIDZ1 vdev means you've lost your pool. Your zpool import command shows that in fact you have lost 2 drives in your radz1-1 vdev. I hope you have your data backed up.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You could try zool import -f main

or zpool import -F main

But it's unlikely those will bring you a lot of joy.

Unless you can bring the disk 4672844280766016769 online again, it's back to the backup for you.
 

TombR

Dabbler
Joined
Apr 17, 2016
Messages
13
Thanks for help.

It's amazing!!!
I'm detatched zpool (GUI). Next, ipmort this pool and recovery "geli.key" and passphrase. It's succesfull. Backup data to another disk, destroy pool and recreate with new disks, but now with raidz2.

P.S. I don't know why this worked for me.
Thanks for help. [SOLVED]
 
Status
Not open for further replies.
Top