Drive is failing - Stripe Config - Can I replace?

Status
Not open for further replies.

evader

Cadet
Joined
Jan 27, 2018
Messages
1
I think I have 2 drives failing. One more than the other.
I just added a 10tb drive to the NAS last month so I have tons of free space. Would I be able to take the 2tb and 3tb drive out?

Here's my Zpool status info
Code:
% zpool status
  pool: NAS
 state: ONLINE
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://illumos.org/msg/ZFS-8000-8A
  scan: scrub in progress since Thu Jan 25 19:50:15 2018
		7.23T scanned out of 15.5T at 148M/s, 16h17m to go
		8K repaired, 46.66% done
config:

		NAME										  STATE	 READ WRITE CKSUM
		NAS										   ONLINE	  50	 0	 0
		  gptid/84dce200-4e67-11e3-8b7f-94de807cec44  ONLINE	   0	 0	 0
		  gptid/0d0db69f-3597-11e3-8628-94de807cec44  ONLINE	  49	 0	 0  (repairing)
		  gptid/bdf19526-5560-11e3-92a1-94de807cec44  ONLINE	   1	 0	 0
		  gptid/bbb5023c-5a56-11e5-b2d0-94de807cec44  ONLINE	   0	 0	 0
		  gptid/65612299-bbc4-11e6-bf96-94de807cec44  ONLINE	   0	 0	 0
		  gptid/07d1eb3b-d646-11e7-a5b9-94de807cec44  ONLINE	   0	 0	 0

errors: 104 data errors, use '-v' for a list
 
Last edited by a moderator:

Green750one

Dabbler
Joined
Mar 16, 2015
Messages
36
I think I have 2 drives failing. One more than the other.
I just added a 10tb drive to the NAS last month so I have tons of free space. Would I be able to take the 2tb and 3tb drive out?

Here's my Zpool status info
Code:
% zpool status
  pool: NAS
 state: ONLINE
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://illumos.org/msg/ZFS-8000-8A
  scan: scrub in progress since Thu Jan 25 19:50:15 2018
		7.23T scanned out of 15.5T at 148M/s, 16h17m to go
		8K repaired, 46.66% done
config:

		NAME										  STATE	 READ WRITE CKSUM
		NAS										   ONLINE	  50	 0	 0
		  gptid/84dce200-4e67-11e3-8b7f-94de807cec44  ONLINE	   0	 0	 0
		  gptid/0d0db69f-3597-11e3-8628-94de807cec44  ONLINE	  49	 0	 0  (repairing)
		  gptid/bdf19526-5560-11e3-92a1-94de807cec44  ONLINE	   1	 0	 0
		  gptid/bbb5023c-5a56-11e5-b2d0-94de807cec44  ONLINE	   0	 0	 0
		  gptid/65612299-bbc4-11e6-bf96-94de807cec44  ONLINE	   0	 0	 0
		  gptid/07d1eb3b-d646-11e7-a5b9-94de807cec44  ONLINE	   0	 0	 0

errors: 104 data errors, use '-v' for a list
Hope you got a good backup!
You might be better off scrubbing everything and building a new z2 zpool
It would also help if you posted specifics of your build

Sent from my G3221 using Tapatalk
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Would I be able to take the 2tb and 3tb drive out?
No. You cannot remove vdevs. No exceptions (not yet, at least).
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Would I be able to take the 2tb and 3tb drive out?
As @Ericloewe says, no, you can't remove them. You can, however, replace them with non-failing disks. Though the better answer would be to rebuild your pool with some redundancy.
 

rs225

Guru
Joined
Jun 28, 2014
Messages
878
All options are bad in this case. First, backup whatever critical data you can while it is running.

After that, you can try shutting down, removing the really bad drive, putting it in another system with a blank, good disk, and running ddrescue on it. Make sure you don't mixup the disks, or enter commands backwards, or you will erase the disk instead of copy it. With luck, some of those bad blocks will manage to read. When ddrescue has gotten as far as it will, put the new copy disk into FreeNAS and start up the pool.

Hopefully you can then backup most of the data, and then start over.
 
Status
Not open for further replies.
Top