]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ceph-debug-docker: drop /ceph mount
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 27 Sep 2024 00:03:34 +0000 (20:03 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 27 Sep 2024 00:20:20 +0000 (20:20 -0400)
We don't mount that anymore on dev playgrounds.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/script/ceph-debug-docker.sh

index 76d3b126153f57a75e5e11a96eb6450c0eea7f52..b21118ebd81e91ccb7a214dcf5cadfcf99f62ed6 100755 (executable)
@@ -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
 }