From 51b60e990b75fcd030dcf07c6a5a6830dfe9ac89 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 4 Jun 2021 09:33:54 -0700 Subject: [PATCH] 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 --- 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 68bffbb775c71..cd99519fbacb6 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 } -- 2.39.5