Hello there!
Right now I am running on rare disk configuration, I would like to get rid of.
Inventory:
They are set up like this:
I would like to get rid of two of those disk, creating a regular raid1. Afterwards it should look similar to this:
It's probably not possible to achieve this without recreating the pool, but it still has to be done. I just don't know how. Reboots are fine.
Right now I am running on rare disk configuration, I would like to get rid of.
Inventory:
- 4x KINGSTON SA400S3 (https://ssd.userbenchmark.com/SpeedTest/229920/KINGSTON-SA400S37120G)
They are set up like this:
Code:
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda2 ONLINE 0 0 0
sdc2 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
sdb ONLINE 0 0 0
sdd ONLINE 0 0 0
I would like to get rid of two of those disk, creating a regular raid1. Afterwards it should look similar to this:
Code:
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
It's probably not possible to achieve this without recreating the pool, but it still has to be done. I just don't know how. Reboots are fine.