Project

General

Profile

Actions

Bug #64482

closed

ceph: stderr Error: OCI runtime error: crun: bpf create ``: Function not implemented

Added by Venky Shankar 3 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
container tools
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

See - /a/vshankar-2024-02-16_12:40:36-fs:workload-wip-vshankar-testing-20240216.103400-testing-default-smithi/7562301

2024-02-16T13:03:30.802 INFO:teuthology.orchestra.run.smithi046.stderr:Non-zero exit code 126 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com
/ceph-ci/ceph:c2bc9db4cb03566e1f716c0b72097e2a8afb77b8 -e NODE_NAME=smithi046 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2bc9db4cb03566e1f716c0b72097e2a8afb77b8 --version
2024-02-16T13:03:30.803 INFO:teuthology.orchestra.run.smithi046.stderr:ceph: stderr Error: OCI runtime error: crun: bpf create ``: Function not implemented
2024-02-16T13:03:30.803 INFO:teuthology.orchestra.run.smithi046.stderr:Traceback (most recent call last):
2024-02-16T13:03:30.803 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main
2024-02-16T13:03:30.812 INFO:teuthology.orchestra.run.smithi046.stderr:    return _run_code(code, main_globals, None,
2024-02-16T13:03:30.813 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code
2024-02-16T13:03:30.813 INFO:teuthology.orchestra.run.smithi046.stderr:    exec(code, run_globals)
2024-02-16T13:03:30.813 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/__main__.py", line 5520, in <module>
2024-02-16T13:03:30.813 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/__main__.py", line 5508, in main
2024-02-16T13:03:30.813 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/__main__.py", line 443, in _default_image
2024-02-16T13:03:30.814 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/__main__.py", line 1835, in command_pull
2024-02-16T13:03:30.814 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image
2024-02-16T13:03:30.814 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/__main__.py", line 434, in _infer_image
2024-02-16T13:03:30.814 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/__main__.py", line 1882, in command_inspect_image
2024-02-16T13:03:30.815 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/cephadmlib/container_types.py", line 433, in run
2024-02-16T13:03:30.815 INFO:teuthology.orchestra.run.smithi046.stderr:  File "/tmp/tmp_4ra0st_.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws
2024-02-16T13:03:30.815 INFO:teuthology.orchestra.run.smithi046.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2bc9db4cb03566e1f716c0b72097e2a8afb77b8 -e NODE_NAME=smithi046 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2bc9db4cb03566e1f716c0b72097e2a8afb77b8 --version: Error: OCI runtime error: crun: bpf create ``: Function not implemented
Actions #1

Updated by Venky Shankar 3 months ago

This happens in fs:workload suite since it uses cephadm based installs. I have temporarily switched away from that to make progress with testing cephfs related PRs using

diff --git a/qa/suites/fs/workload/begin b/qa/suites/fs/workload/begin
new file mode 120000
index 00000000000..2028fd69465
--- /dev/null
+++ b/qa/suites/fs/workload/begin
@@ -0,0 +1 @@
+./.qa/cephfs/begin
\ No newline at end of file
diff --git a/qa/suites/fs/workload/begin/+ b/qa/suites/fs/workload/begin/+
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/qa/suites/fs/workload/begin/.qa b/qa/suites/fs/workload/begin/.qa
deleted file mode 120000
index a602a0353e7..00000000000
--- a/qa/suites/fs/workload/begin/.qa
+++ /dev/null
@@ -1 +0,0 @@
-../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/begin/0-install.yaml b/qa/suites/fs/workload/begin/0-install.yaml
deleted file mode 120000
index 3b18529732d..00000000000
--- a/qa/suites/fs/workload/begin/0-install.yaml
+++ /dev/null
@@ -1 +0,0 @@
-.qa/cephfs/begin/0-install.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/workload/begin/1-cephadm.yaml b/qa/suites/fs/workload/begin/1-cephadm.yaml
deleted file mode 100644
index a58ea5725f5..00000000000
--- a/qa/suites/fs/workload/begin/1-cephadm.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      osd:
-        osd shutdown pgref assert: true
-tasks:
-- cephadm:
-    roleless: false
-- cephadm.shell:
-    mon.a:
-      - ceph orch status
-      - ceph orch ps
-      - ceph orch ls
-      - ceph orch host ls
-      - ceph orch device ls
-- cephadm.shell:
-    mon.a:
-      - ceph fs dump
-      - ceph osd dump
-- fs.ready:
-    timeout: 300
Actions #2

Updated by Venky Shankar 2 months ago

Ilya has a change is ceph-build[*] which I'm putting to test today. Will report when done.

[*]: https://github.com/ceph/ceph-build/pull/2204

Actions #3

Updated by Venky Shankar 2 months ago

  • Status changed from New to Resolved

Ilya posted a couple of changes to ceph-build to resolve this.

- https://github.com/ceph/ceph-build/pull/2204
- https://github.com/ceph/ceph-build/pull/2207

Actions

Also available in: Atom PDF