From: David Jeffery Date: Wed, 16 Jan 2013 20:21:55 +0000 (-0500) Subject: rpc.idmapd: Ignore open failures in dirscancb() X-Git-Tag: debian/1%1.2.8-1~11^2^2~37 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=5ac9bcfd820f09af4d3f87f1f7346d896f70bc9a;hp=5ac9bcfd820f09af4d3f87f1f7346d896f70bc9a rpc.idmapd: Ignore open failures in dirscancb() From: David Jeffery The daemon "rpc.idmapd" scans the /var/lib/nfs/rpc_pipefs/nfs/ directory periodically looking for NFS client mounts to communicate to. The daemon tried to open communication with a client mount but it disappeared in between looking for directory entries and opening them. NFS mount was umounted just before rpc.idmapd tried to communicate with it. This behavior is usually seen when autofs is configured on the system. Signed-off-by: Steve Dickson ---