mirror of https://github.com/containers/podman.git
The podman events aren't read until the given timestamp if the timestamp is in the future. It just reads all events until now and exits afterwards. This does not make sense and does not match docker. The correct behavior is to read all events until the given time is reached. This fixes a bug where the wrong event log file path was used when running first time with a new storage location. Fixes #8694 This also fixes the events api endpoint which only exited when an error occurred. Otherwise it just hung after reading all events. Signed-off-by: Paul Holzinger <paul.holzinger@web.de> |
||
---|---|---|
.. | ||
config.go | ||
events.go | ||
events_linux.go | ||
events_unsupported.go | ||
filters.go | ||
journal_linux.go | ||
journal_unsupported.go | ||
logfile.go | ||
nullout.go |