![automount가 "automount[21736]: do_mount_indirect: 간접 트리거가 유효하지 않거나 이미 마운트되었습니다" 줄로 /var/log/messages를 넘치고 있습니다.](https://linux55.com/image/222561/automount%EA%B0%80%20%22automount%5B21736%5D%3A%20do_mount_indirect%3A%20%EA%B0%84%EC%A0%91%20%ED%8A%B8%EB%A6%AC%EA%B1%B0%EA%B0%80%20%EC%9C%A0%ED%9A%A8%ED%95%98%EC%A7%80%20%EC%95%8A%EA%B1%B0%EB%82%98%20%EC%9D%B4%EB%AF%B8%20%EB%A7%88%EC%9A%B4%ED%8A%B8%EB%90%98%EC%97%88%EC%8A%B5%EB%8B%88%EB%8B%A4%22%20%EC%A4%84%EB%A1%9C%20%2Fvar%2Flog%2Fmessages%EB%A5%BC%20%EB%84%98%EC%B9%98%EA%B3%A0%20%EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
여러 Linux Centos 호스트에서 자동 마운트 문제가 발생했습니다. /var/log/messages에 다음 줄이 표시됩니다.
automount[21736]: do_mount_indirect: indirect trigger not valid or already mounted"
autofs에서 디버깅을 활성화했는데 이제 로그 줄이 더 자세해졌습니다.
Jul 18 14:43:49 hostname automount[128192]: handle_packet: type = 3
Jul 18 14:43:49 hostname automount[128192]: handle_packet_missing_indirect: token 12758048, name <username>, request pid 74868
Jul 18 14:43:49 hostname automount[128192]: do_mount_indirect: indirect trigger not valid or already mounted /home/nfs/<username>
Jul 18 14:43:49 hostname automount[128192]: dev_ioctl_send_ready: token = 12758048
이 로그 파일은 내 /var/log 파티션을 채웁니다.
google/chatgpt로 내 문제를 검색해 보았지만 아직 성공하지 못했습니다. 지금까지 내가 본 유일한 상관 관계는 Containerd가 설치/실행 중인 호스트에서만 이러한 오류 로그를 볼 수 있다는 것입니다.
콘텐츠/etc/auto.master
[root@hostname ~]# cat /etc/auto.master | grep -v '^#'
/misc /etc/auto.misc
/net -hosts
+dir:/etc/auto.master.d
+auto.master
폴더 /etc/auto.master.d/
가 비어 있습니다.
콘텐츠/etc/auto.misc
[root@hostname ~]# cat /etc/auto.misc | grep -v '^#'
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
이 문제를 해결하는 방법을 아시거나 힌트를 주실 수 있는 분 계십니까?
freeipa를 사용하여 홈 폴더를 자동으로 마운트하고 있습니다. 호스트를 제외하고 수백 개의 호스트에서 잘 작동합니다. 작동하는 호스트와 작동하지 않는 호스트의 구성 파일을 비교했습니다. 지금까지는 아무런 차이가 없습니다.