Comment 11 for bug 1654310

Revision history for this message
gozdal (gozdal) wrote :

[Impact]

Processes within LXC container are seen as created in the future.

[Test Case]

1. create an LXC container on a host which has been up for untrivial amount of time (say 1 hour)
2. look at "ps aux" output in START column - all the process are seen as started in the future

[Regression Potential]

Software comparing process start time to any other time may fail in unexpected ways. As an example some software compare process start time to PID file timestamp on disk and disregard old PID files. In LXC this code will disregard all PID files.