Le 30 juin 09 à 21:58, Glenn Faden a écrit :
Excellent !
Sorry...
Makes me angry.
This should be added to the FAQ !
As already said by others, it's not perfect, as it should be set up
in the global zone, but it's really better, better, better, better
than the current answer.
Doesn't work.
My personal question now is : why didn't I find it by myself ! :-)
Because it doesn't work.
Thanks. :-|
See:
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/autofs/auto_vnops.c#auto_trigger_mount
1403 /*
1404 * Cross-zone mount triggering is disallowed.
1405 */
1406 if (fnip->fi_zoneid != getzoneid())
1407 return (EPERM); /* Not owner of mount */
It's a buggy line.
We should have something like :
if (getzoneid != 0 && fnip->fi_zoneid != getzoneid())
Nico
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org