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

zonecfg -z $zone
remove fs dir=/var

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

-- 
Mike Gerdts
http://mgerdts.blogspot.com/
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to