[OpenAFS] openafs in solaris10 containers

Tom Keiser tkeiser@gmail.com
Mon, 4 Dec 2006 03:42:00 -0500


On 12/3/06, Matthew Cocker <cockerm@gmail.com> wrote:
> Anyone running afs client in a solaris 10 container environment? I have seen
> some references that you can not run afs in the "child containers" but you
> have to run it from the "main container" (I may have the solaris terms
> mixed). Is this correct?
>

Many people are running afs and containers in production.  You need to
run afsd in the global zone.  Use lofs mounts to import all or part of
the afs namespace into the child zones.  Importing all of /afs into a
zone just requires the following zonecfg stanza:

add fs
set type=lofs
set dir=/afs
set special=/afs
end

Use set options as you like.

-- 
Tom Keiser
tkeiser@gmail.com