mirror zpool with multiple disks
Hi
I have a data pool as below having two LUNs which is running a whole root zone.
NAME STATE READ WRITE CKSUM
zonepool ONLINE 0 0 0
c0t60060480000190103839533033393932d0 ONLINE 0 0 0
c0t60060480000190103839533033393845d0 ONLINE 0 0 0
I am required to move the zone to new LUN(s) without a restart of the zone
Can I mirror each of these two LUNs to two new LUNs of the same or higher size and then detach the old LUNs which should leave the zone running on the new LUNs
i.e
zpool attach zonepool c0t60060480000190103839533033393932d0 <new LUN device 1>
zpool attach zonepool c0t60060480000190103839533033393845d0 <new LUN device 2>