]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
dashboard-cephadm-e2e: update runc version 2039/head
authorNizamudeen A <nia@redhat.com>
Tue, 26 Jul 2022 05:31:46 +0000 (11:01 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 26 Jul 2022 05:35:11 +0000 (11:05 +0530)
commit427eb3e00e41319d41e292b02c43ef495a2d032d
tree1b69e2fca60b72c60cc10dabe06fd703c7c7caaf
parent4aa26880bb7917fa65b5ed11242b4f59aae91a77
dashboard-cephadm-e2e: update runc version

cephadm dashboard e2e's were throwing this error in some machines (eg: braggi16)
```docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "error adding seccomp filter rule for syscall clone3: requested action matches default action of filter": unknown```

Upon further debugging it was related to the runc version where in the
error prone machines the runc version is 1.01 while as per some recent
threads docker needs runc version of 1.02.
https://github.com/containerd/containerd/issues/6203#issuecomment-1006713706

Signed-off-by: Nizamudeen A <nia@redhat.com>
scripts/dashboard/install-cephadm-e2e-deps.sh