From: Patrick Donnelly Date: Fri, 27 Sep 2024 00:03:34 +0000 (-0400) Subject: script/ceph-debug-docker: drop /ceph mount X-Git-Tag: v20.0.0~743^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dccebc7ca4c5fcf78b8e8e745e785a4f07386993;p=ceph.git script/ceph-debug-docker: drop /ceph mount We don't mount that anymore on dev playgrounds. Signed-off-by: Patrick Donnelly --- 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 }