Customer reported this issue during hardware discovery of 50+ nodes where a few seem to take 15 minutes before actually getting discovered.
The logs provided are in the doxcat code
[Tue Nov 29 11:02:05 2016]cp: cannot stat '/usr/share/zoneinfo/posix/America/Los_Angeles': No such file or directory
[Tue Nov 29 11:02:07 2016]<166>Nov 29 11:02:06 xcat.genesis.doxcat: Acquired IPv4 address on enP5p7s0f1
[Tue Nov 29 11:02:07 2016]192.168.64.174/24
[Tue Nov 29 11:18:03 2016]ppc64 <-- 15 minutes later
Looking at the message around this, the only possible code path where we would wait is in the ntp code where we are attempting to sync the clock in the genesis kernel, then sync the hwclock on the server so it will persist on the next reboot.
Creating this issue to track the discussions .