]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script: add a few more volume mounts for sepia 41697/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 4 Jun 2021 16:33:54 +0000 (09:33 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 4 Jun 2021 16:33:54 +0000 (09:33 -0700)
We now have a few Ceph file systems with various possible mount points
depending which lab machine you're using.

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

index 68bffbb775c71ab66b1909fd16eb22e698b4b723..cd99519fbacb6c0f74d6222f21137c58c2668ae8 100755 (executable)
@@ -140,7 +140,7 @@ EOF
 
     printf "built image %s\n" "$tag"
 
-    run docker run -ti -v /ceph:/ceph:ro "$tag"
+    run docker run -ti -v /ceph:/ceph:ro -v /cephfs:/cephfs:ro -v /teuthology:/teuthology:ro "$tag"
     return 0
 }