Liveupgrade queries
Hi,
We have a Solaris 10 server that using SVM. The root disk is c0t0d0s0 and the mirrored disk is c0t1d0s0 in the SVM configuration. The system was migrated to zpool using live upgrade as follows:
- c0t1d0s0 was detached
- zpool create -f rpool c0t1d0s0
- lucreate -C c0t0d0s0 -c ufsBE -n zfsBE -p rpool
- luactivate zfsBE
- init 6
After the above, the mirrored disk c0t1d0s0 becomes the root disk.
If I will to zpool attach c0t0d0s0 to rpool after metaclear, then the mirrored disk c0t1d0s0 becomes root disk and the original root disk c0t0d0s0 becomes mirrored disk.