summaryrefslogtreecommitdiff
path: root/libpod/boltdb_state_linux.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-08-05 13:48:01 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-08-05 14:30:48 -0400
commit7a64ce35db378e69b813aab7f026f11fbaf7e7f9 (patch)
tree7c970458b233ca5760425a8502ba459e4855f1ac /libpod/boltdb_state_linux.go
parent7a15be546adffe4f884abfbd4ed02f69ac7659e0 (diff)
downloadpodman-7a64ce35db378e69b813aab7f026f11fbaf7e7f9.tar.gz
podman-7a64ce35db378e69b813aab7f026f11fbaf7e7f9.tar.bz2
podman-7a64ce35db378e69b813aab7f026f11fbaf7e7f9.zip
Ensure that exec errors write exit codes to the DB
In local Podman, the frontend interprets the error and exit code given by the Exec API to determine the appropriate exit code to set for Podman itself; special cases like a missing executable receive special exit codes. Exec for the remote API, however, has to do this inside Libpod itself, as Libpod will be directly queried (via the Inspect API for exec sessions) to get the exit code. This was done correctly when the exec session started properly, but we did not properly handle cases where the OCI runtime fails before the exec session can properly start. Making two error returns that would otherwise not set exit code actually do so should resolve the issue. Fixes #6893 Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod/boltdb_state_linux.go')
0 files changed, 0 insertions, 0 deletions