Skip to content

Commit

Permalink
script/ceph-debug-docker: drop /ceph mount
Browse files Browse the repository at this point in the history
We don't mount that anymore on dev playgrounds.

Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Sep 27, 2024
1 parent 4f09b38 commit dccebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/ceph-debug-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dccebc7

Please sign in to comment.