mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 11:17:59 +00:00
The default timeout of one second when using podman-varlink can confuse users as podman exits in silence after this timeout in case no connection to the endpoint is alive. Print a log (info level) that the varlink service has expired to guide the user. This change requires to vendor in the latest master of varlink/go. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #899 Approved by: rhatdan |
||
|---|---|---|
| .. | ||
| archive.go | ||
| archive_19.go | ||
| archive_110.go | ||
| archive_ffjson.go | ||
| archive_linux.go | ||
| archive_other.go | ||
| archive_unix.go | ||
| archive_windows.go | ||
| changes.go | ||
| changes_linux.go | ||
| changes_other.go | ||
| changes_unix.go | ||
| changes_windows.go | ||
| copy.go | ||
| copy_unix.go | ||
| copy_windows.go | ||
| diff.go | ||
| README.md | ||
| time_linux.go | ||
| time_unsupported.go | ||
| whiteouts.go | ||
| wrap.go | ||
This code provides helper functions for dealing with archive files.