OpenSolaris

Printable Version Enter a New Search
Bug ID 6709328
Synopsis autofs mounts via map file broken by fix for 6384817
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:filesystem
Keywords
Responsible Engineer John Levon
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_91
Fixed In snv_91
Release Fixed solaris_nevada(snv_91)
Related Bugs 6384817 , 6709611
Submit Date 31-May-2008
Last Update Date 4-June-2008
Description
The fix for:

6384817 Need persistent lofi based mounts and direct mount(1m) support for lofi

has broken certain autofs configurations. In particular, an entry like:

/amtest1 /etc/auto_test

in /etc/auto_master will no longer work. This is because automount code uses
the map name (/etc/auto_test) as the special file when doing mount(). This
reaches the lofi_add() code, which sees the file and incorrectly tries to
do a lofi mount instead of passing it unhindered through to autofs to deal
with.
Work Around
N/A
Comments
N/A