From dccebc7ca4c5fcf78b8e8e745e785a4f07386993 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 26 Sep 2024 20:03:34 -0400 Subject: [PATCH] script/ceph-debug-docker: drop /ceph mount We don't mount that anymore on dev playgrounds. Signed-off-by: Patrick Donnelly --- src/script/ceph-debug-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 76d3b126153..b21118ebd81 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -180,7 +180,7 @@ EOF printf "built image %s\n" "$tag" - run $SUDO docker run $PRIVILEGED -ti -v /ceph:/ceph:ro -v /cephfs:/cephfs:ro -v /teuthology:/teuthology:ro "$tag" + run $SUDO docker run $PRIVILEGED -ti -v /teuthology:/teuthology:ro "$tag" return 0 } -- 2.47.3