Split ZFS filesystem off onto a separate zpool - Solaris 10?
Currently got a root zpool called RPOOL which is mounted at /
Is there any way I can create a separate zpool e.g. OPT and split off, for instance, the /opt directory to mount on this zpool? Without losing anything.
Or would the only way to be to create the new zpool, mount it temporarily to, say /opt, copy stuff over from /opt, delete /opt and then rename /opt2 to /opt?