How can I replace multiple small mirrors in a zpool with one big mirror without interuption? This r
for example I have
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c0d4 ONLINE 0 0 0
c0d5 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
c0d0 ONLINE 0 0 0
c0d1 ONLINE 0 0 0
Where one mirror is a 1000GB and the other is 100 GB. I want to replace this with a 1500 GB volume. I want to do this without interruption. Is this possible?