Replies: 3 comments 1 reply
-
|
Will |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Partial solution: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also consider: This will force ZFS to reconstruct read data from parity, rather than from reading bad_vdev directly (although it will fallback to reading from bad_vdev if it can't reconstruct) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been burned by this multiple times now... The situation:
(Yes, I should have removed NEW from the hotspares "pool" before starting the replace operation, but I forgot, that probably would have stopped zfsd from interfering)
Having a way to manually mark drives as DEGRADED (or SUSPECT or something) telling ZFS (and zfsd) to avoid reactivating when there is redundancy, but still be able to use it as a last resort would have been nice :-)
Beta Was this translation helpful? Give feedback.
All reactions