I offline'd a drive which I thought was bad. Turns out it needed a firmware update (so it was bad, in matter of speaking) and now I'd like to resilver that offline'd drive, but:
My research is telling me -f is unworkable and a bad idea. Do I have any good options here or do I need to find a new drive to resilver?
Code:
# zpool status
...
da23 ONLINE 0 0 0
3190538079074733256 OFFLINE 0 0 0 was /dev/da24
da25 ONLINE 0 0 0
...
# zpool replace tank /dev/da24
invalid vdev specification
use '-f' to override the following errors:
/dev/da24 is part of active pool 'tank'
My research is telling me -f is unworkable and a bad idea. Do I have any good options here or do I need to find a new drive to resilver?