[OmniOS-discuss] lofs filesystem not seen inside zone

Ben Summers ben at fluffy.co.uk
Sun Jun 30 10:17:04 UTC 2013


On 30 Jun 2013, at 11:09, Michael Mounteney <gate03 at landcroft.co.uk> wrote:

> Hello, my zones setup appears to be inconsistent and inexplicable
> (polite word for wrong) in its treatment of filesystems imported into
> zones.
> 
> 
> What does work correctly is importing /home into a zone:
> 
>    root at mundo:~# zonecfg -z person export
>    ...
>    add fs
>    set dir=/home
>    set special=/home
>    set type=lofs
>    end
>    ...


Is there a reason why you're not just delegating the ZFS filesystem to the zone?

  add dataset
  set name=rpool/home
  end

Then doing all the admin of the child filesystems inside the zone?

Ben




--
http://bens.me.uk



More information about the OmniOS-discuss mailing list