Retry on pidfile read error
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
707555be47
commit
f9ecd09f4f
3 changed files with 3 additions and 2 deletions
|
@ -19,6 +19,7 @@ var (
|
|||
ErrContainerNotStarted = errors.New("containerd: container not started")
|
||||
|
||||
errNoPidFile = errors.New("containerd: no process pid file found")
|
||||
errInvalidPidInt = errors.New("containerd: process pid is invalid")
|
||||
errNotImplemented = errors.New("containerd: not implemented")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue