Hi. I have a raidz with two disks that I have restored a backup to and started using. The intention was that when the next two disk that I had ordered arrived I would add them.
Problem is that once I got the next two disks I did this:
That seemed to work like I wanted, but checking the zpool status I instantly realize that there should probably have been a raidz in that command somewhere.
Trying to remove them I get this:
Problem is that once I got the next two disks I did this:
# zpool add -f storage ada1 ada3
That seemed to work like I wanted, but checking the zpool status I instantly realize that there should probably have been a raidz in that command somewhere.
Code:
pool: storage
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
storage ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ada0 ONLINE 0 0 0
ada2 ONLINE 0 0 0
ada3 ONLINE 0 0 0
ada1 ONLINE 0 0 0
errors: No known data errors
Trying to remove them I get this:
Code:
# zpool remove storage ada3 ada1
cannot remove ada3: only inactive hot spares, cache, top-level, or log devices can be removed
cannot remove ada1: only inactive hot spares, cache, top-level, or log devices can be removed