Restarting autofs -> systemctl restart autofs.service sets dataExpireTimestamp to 1 which invalidates the cache.
The problem is that we are running multiple docker containers and every time we start a new one and run /usr/local/sbin/automount --pid-file /run/autofs.pid & in it the whole cache gets invalidated.
Is there a way to prevent that?