On 12/02/08 10:24, Mike Gerdts wrote:
On Tue, Dec 2, 2008 at 11:17 AM, Lori Alt <[EMAIL PROTECTED]> wrote:
I did pre-create the file system.  Also, I tried omitting "special" and
zonecfg complains.

I think that there might need to be some changes
to zonecfg and the zone installation code to get separate
/var datasets in non-global zones to work.

You could probably do something like:

zfs create rpool/zones/$zone
zfs create rpool/zones/$zone/var

zonecfg -z $zone
add fs
  set dir=/var
  set special=/zones/$zone/var
  set type=lofs
  end
...

zoneadm -z $zone install


I follow you up to here.  But why do the next steps?

zonecfg -z $zone
remove fs dir=/var

zfs set mountpoint=/zones/$zone/root/var rpool/zones/$zone/var


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to