Skip to content

Commit dccebc7

Browse files
committed
script/ceph-debug-docker: drop /ceph mount
We don't mount that anymore on dev playgrounds. Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 4f09b38 commit dccebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/ceph-debug-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ EOF
180180

181181
printf "built image %s\n" "$tag"
182182

183-
run $SUDO docker run $PRIVILEGED -ti -v /ceph:/ceph:ro -v /cephfs:/cephfs:ro -v /teuthology:/teuthology:ro "$tag"
183+
run $SUDO docker run $PRIVILEGED -ti -v /teuthology:/teuthology:ro "$tag"
184184
return 0
185185
}
186186

0 commit comments

Comments
 (0)