summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr_freebsd.go
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-09-09 11:07:07 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-09-12 18:05:11 +0200
commitc5bdb6afe741d34c32f779b6ef9508b6f1d05794 (patch)
treeaddc0b3a2b657e4fc4cd6de80f067f19c63609fc /libpod/runtime_ctr_freebsd.go
parent5abc08df252037e2984a2b532f17ba78fdd876d4 (diff)
downloadpodman-c5bdb6afe741d34c32f779b6ef9508b6f1d05794.tar.gz
podman-c5bdb6afe741d34c32f779b6ef9508b6f1d05794.tar.bz2
podman-c5bdb6afe741d34c32f779b6ef9508b6f1d05794.zip
fix hang with podman events file logger
podman --events-backend file events --stream=false should never hang. The problem is that our tail library will wait for the file to be created which makes sense when we do not run with --stream=false. To fix this we can just always create the file when the logger is initialized. This would also help to report errors early on in case the file is not accessible. Fixes part one from #15688 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'libpod/runtime_ctr_freebsd.go')
0 files changed, 0 insertions, 0 deletions