]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
cephadm-e2e: use crun as explicit OCI runtime for rootless podman 2590/head
authorAfreen Misbah <afreen@ibm.com>
Wed, 27 May 2026 21:18:28 +0000 (02:48 +0530)
committerAfreen Misbah <afreen@ibm.com>
Wed, 27 May 2026 21:24:25 +0000 (02:54 +0530)
commitfb7f84ca3ea6eeb5155dc9eba63455bacab0d687
tree9eaff5cd8f2465eeefbff12940c079aa50f3846f
parent32d1a12393b9c0d7896a7f254e1910b851e20e06
cephadm-e2e: use crun as explicit OCI runtime for rootless podman

--group-add keep-groups requires crun as the OCI runtime; runc silently
ignores it. Install crun explicitly, pass --runtime crun to the podman
wrapper, and remove newgrp which is unreliable inside non-interactive
scripts.

Signed-off-by: Afreen Misbah <afreen@ibm.com>
scripts/dashboard/install-cephadm-e2e-deps.sh