Greetings I have 2 mirrored zfs volumes
First mirrored very small disks as zfs boot : rpool /rpool rpool/ROOT legacy rpool/ROOT/snv_93 / rpool/dump - rpool/swap - Because these disks are so small i have second mirror where i located other things: ( also put /opt , var .. etc to that ) localpool /zpool/local localpool/opt legacy localpool/roothome legacy localpool/var legacy /opt , /var , /root must be "logacy" to work.... and setup /etc/vfstab Now if 1 run lucreate it cannot handle those /opt & /var correctly ???? lucreate -n snv_94 Checking GRUB menu... System has findroot enabled GRUB Analyzing system configuration. Comparing source boot environment <snv_93> file systems with the file system(s) you specified for the new boot environment. Determining which file systems should be in the new boot environment. Updating boot environment description database on all BEs. Updating system configuration files. Creating configuration for boot environment <snv_94>. Source boot environment is <snv_93>. Creating boot environment <snv_94>. Cloning file systems from boot environment <snv_93> to create boot environment <snv_94>. Creating snapshot for <rpool/ROOT/snv_93> on <rpool/ROOT/snv_93 at snv_94>. Creating clone for <rpool/ROOT/snv_93 at snv_94> on <rpool/ROOT/snv_94>. Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/snv_94>. Creating snapshot for <localpool/opt> on <localpool/opt at snv_94>. Creating clone for <localpool/opt at snv_94> on <rpool/ROOT/snv_94/opt>. ERROR: cannot create 'rpool/ROOT/snv_94/opt': source and target pools differ ERROR: Unable to clone <> on <>. /usr/lib/lu/luclonefs: localpool/opt at snv_94: not found Setting canmount=noauto for </opt> in zone <global> on <rpool/ROOT/snv_94/opt>. ERROR: cannot open 'rpool/ROOT/snv_94/opt': dataset does not exist ERROR: Unable to set canmount property for <zfs> file system for </opt> in zone <global> on <rpool/ROOT/snv_94/opt>. ERROR: Unable to clone the existing file systems from boot environment <snv_93> to create boot environment <snv_94>. ERROR: Cannot make file systems for boot environment <snv_94>. Any help ???? Thanks This message posted from opensolaris.org