Sample Header Ad - 728x90

automount is flooding /var/log/messages with the line "automount[21736]: do_mount_indirect: indirect trigger not valid or already mounted"

1 vote
0 answers
503 views
I am facing an issue with automount on a bunch of linux centos hosts. I see the following line in /var/log/messages to thousands automount: do_mount_indirect: indirect trigger not valid or already mounted" I enabled debugging on autofs and the logline is now more verbose. Jul 18 14:43:49 hostname automount: handle_packet: type = 3 Jul 18 14:43:49 hostname automount: handle_packet_missing_indirect: token 12758048, name , request pid 74868 Jul 18 14:43:49 hostname automount: do_mount_indirect: indirect trigger not valid or already mounted /home/nfs/ Jul 18 14:43:49 hostname automount: dev_ioctl_send_ready: token = 12758048 These logfiles are filling up my /var/log partition. I tried to google/chatgpt my problem but no success yet. The only correlation I see at the moment is that I only see these error logs on hosts where containerd is also installed/running. Content of /etc/auto.master [root@hostname ~]# cat /etc/auto.master | grep -v '^#' /misc /etc/auto.misc /net -hosts +dir:/etc/auto.master.d +auto.master The folder /etc/auto.master.d/ is empty. Content of /etc/auto.misc [root@hostname ~]# cat /etc/auto.misc | grep -v '^#' cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom Does anybody know how to fix that issue or give me a hint? We are automounting home folders with freeipa. Works fine on hundreds of hosts except a bunch of hosts. I compared the config files on working and not working hosts. No difference so far.
Asked by Mister Lamp (111 rep)
Jul 18, 2023, 09:35 AM
Last activity: Jul 18, 2023, 12:46 PM