Code review comment for ~raharper/cloud-init:systemd_export_tz

Revision history for this message
Scott Moser (smoser) wrote :

So what I think the above shows is that having TZ not set at all is the worst possible result.
Setting it to either a bogus value or :/etc/localtime or and empty value all result in a single open attempt.

Interestinglym, though, i could not see any difference based on TZ using 'ls -l /etc/passwd' as the program executed by 'runit'. For all values of TZ above, ls -l /etc/passwd will do a single 'open'.

Thus, I think this is python that is doing the subsequent stat and not something glibc is doing.

« Back to merge proposal