From: Patrick Donnelly Date: Fri, 4 Jun 2021 16:33:54 +0000 (-0700) Subject: script: add a few more volume mounts for sepia X-Git-Tag: v17.1.0~1743^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41697%2Fhead;p=ceph.git script: add a few more volume mounts for sepia 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 --- diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 68bffbb775c7..cd99519fbacb 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -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 }