mirroring an existing two disk zpool?
Current config is two older 50Gb disks concatenated to form a non-mirrored zpool. What I want to do is replace these with two newer 100Gb disks (and mirror them).
Currently:-
NAME | STATE | READ WRITE CKSUM | |||
informix-db ONLINE | 0 | 0 | 0 | ||
c0d3 | ONLINE | 0 | 0 | 0 | |
c0d4 | ONLINE | 0 | 0 | 0 |
So what I want is to basically have c0d3 and c0d4 on side of the mirror and a 100Gb c0d5 the other side
The when its resilver removed the older disks, leaving a zpool consisting of two 100Gb disks.
Would command be zpool attach informix-db c0d5?