From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ondrej Valousek Subject: Low priority question: negative cache in autofs5 Date: Fri, 05 Dec 2008 12:30:15 +0100 Message-ID: <493910C7.9010308@s3group.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: "autofs@linux.kernel.org" Probably to Ian: I am just looking in the autofs5 (from RHEL5) source. I have an indirect nis map: auto.master: /appli auto.appli /proj auto.proj Now, auto.proj contains a wildcard entry (* nfsserver:/share/&) but auto.appli does not. 1. Every time I try to enter (shortly after each other) /proj/nonexistent_directory, I got this: Dec 5 12:10:45 ara automount[3101]: rmdir_path: lstat of /proj/nonexistent_directory failed ... why did not the negative cache save us the expensive call to lstat? 2. Every time I try to enter (shortly after each other) /appli/nonexistent_directory, I got this: Dec 5 12:11:41 ara automount[3101]: lookup_mount: lookup(yp): key "nonexistent" not found in map ... again, looks like the nis daemon was consulted but the negative cache should take the place. Maybe I do not understand the concept of negative caching well.... Many thanks, Ondrej