cri-o/server
Antonio Murdaca 8a0b851b88
server: container_remove: ignore not existent exit file
Found out that during OpenShift testing, node was trying to remove
containers (probably in a bad state) and was failing the removal with
this kind of error:

E0828 13:19:46.082710    1235 kuberuntime_gc.go:127] Failed to remove
container
"e907f0f46b969e0dc83ca82c03ae7dd072cfe4155341e4521223d9fe3dec5afb": rpc
error: code = 2 desc = failed to remove container exit file
e907f0f46b969e0dc83ca82c03ae7dd072cfe4155341e4521223d9fe3dec5afb: remove
/var/run/crio/exits/e907f0f46b969e0dc83ca82c03ae7dd072cfe4155341e4521223d9fe3dec5afb:
no such file or directory

I believe it's ok to ignore this error as it may happen conmon will
fail early before exit file is written.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-08-28 15:37:00 +02:00
..
apparmor Rename ocid to crio. 2017-05-12 09:56:06 -04:00
seccomp seccomp: use Prctl() from x/sys/unix 2017-07-18 15:34:23 +02:00
config.go Update kpod commands to use getConfig() 2017-07-27 15:58:55 -04:00
container_attach.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_create.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_exec.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_execsync.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_list.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_portforward.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_remove.go server: container_remove: ignore not existent exit file 2017-08-28 15:37:00 +02:00
container_start.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_stats.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_stats_list.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_status.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_stop.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
container_updateruntimeconfig.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
image_fs_info.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
image_list.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
image_pull.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
image_remove.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
image_status.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
naming.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
runtime_status.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
sandbox_list.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
sandbox_remove.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
sandbox_run.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
sandbox_status.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
sandbox_stop.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
server.go server: set golang runtime max threads 2017-08-23 19:35:08 +02:00
utils.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
version.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00