Jens Elkner wrote:
I've created a zone which should mount the /pool1/flexlm.ulo zfs via lofs:

+ zfs create pool1/flexlm.ulo
+ zfs set atime=off pool1/flexlm.ulo
+ zfs set sharenfs=off pool1/flexlm.ulo

+ zonecfg -z flexlm
...
 add fs
         set dir=/usr/local
         set special=/pool1/flexlm.ulo
         set type=lofs
         add options rw,nodevices
 end
...

This seems to work. However the manual zfs(5) say, that the mountpoint property 
has to be set to legacy.
1) why ?

That is not correct.  I couldn't find the manual reference you are talking 
about,
but for a lofs mount, you do not set the zfs mountpoint to legacy.  If you use
zfs with a fs entry in zonecfg where the type=zfs then you do need to
set the mountpoint to legacy so that the dataset is not mounted in the global
zone.

Jerry
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to