automount가 "automount[21736]: do_mount_indirect: 간접 트리거가 유효하지 않거나 이미 마운트되었습니다" 줄로 /var/log/messages를 넘치고 있습니다.

automount가 "automount[21736]: do_mount_indirect: 간접 트리거가 유효하지 않거나 이미 마운트되었습니다" 줄로 /var/log/messages를 넘치고 있습니다.

여러 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를 사용하여 홈 폴더를 자동으로 마운트하고 있습니다. 호스트를 제외하고 수백 개의 호스트에서 잘 작동합니다. 작동하는 호스트와 작동하지 않는 호스트의 구성 파일을 비교했습니다. 지금까지는 아무런 차이가 없습니다.

관련 정보