mka
Contributor
- Joined
- Sep 26, 2013
- Messages
- 107
Hello, I've a strange problem with my RaidZ2. I've six Western Digital Red and Green drives and at boot up the following message is displayed on my Intel S1200V3RPS Haswell Board using the internal controller:
The problem is: I've already made two replaces of the specified drives but with new drives... the error messages remains exactly the same. The drives at port ada4/5 have a corrupt gpt table.
The other odd part: the drives did work many boot up times but now both drives are marked at zpool status as unavailable with this...
Why are only ada4 and ada5 affected and no matter if I replace the drives or not? What is the problem with this setup?
Code:
GEOM: ada4: the primary GPT table is corrupt or invalid. GEOM: ada4: using the secondary instead -- recovery strongly advised. GEOM: ada5: the primary GPT table is corrupt or invalid. GEOM: ada5: using the secondary instead -- recovery strongly advised.
The problem is: I've already made two replaces of the specified drives but with new drives... the error messages remains exactly the same. The drives at port ada4/5 have a corrupt gpt table.
The other odd part: the drives did work many boot up times but now both drives are marked at zpool status as unavailable with this...
Code:
[root@nas] ~# zpool status
pool: tank0
state: ONLINE
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: http://illumos.org/msg/ZFS-8000-4J
scan: resilvered 983G in 4h8m with 0 errors on Sat Oct 19 17:23:36 2013
config:
NAME STATE READ WRITE CKSUM
tank0 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
ada0 ONLINE 0 0 0
ada1 ONLINE 0 0 0
ada2 ONLINE 0 0 0
ada3 ONLINE 0 0 0
15179309252833590570 UNAVAIL 0 0 0 was /dev/gptid/79666f48-d25a-4ddb-9b02-52042ab79a0d
9018550940036114596 UNAVAIL 0 0 0 was /dev/gptid/3cd50f0d-37eb-4f97-9e1b-d7906e7dc527
errors: No known data errorsWhy are only ada4 and ada5 affected and no matter if I replace the drives or not? What is the problem with this setup?