[OpenAFS] Opneafs in solaris 9 containers
Chas Williams (CONTRACTOR)
chas@cmf.nrl.navy.mil
Thu, 06 Nov 2008 10:11:10 -0500
In message <491305E8.9080401@anl.gov>,"Douglas E. Engert" writes:
>The AFS cache manager is not aware of zones, and I would not expect it to
>be aware of containers either. I suspect that the container code does not
>know anything about @sys and may be producing the output of pwd,
>If a file access needed, the server kernel with AFS does map it to
>sun4x_510.
you might be able to fix this without too much trouble. you can get
the zone for a vnode, VTOZ. hopefully containers would have something
similar (or just use the same mechanism). you would then need to find
a way to figure out what kernel is running in the zone/container or
just let the cache manager set a sysname on a per zone basis.