Skip to content
Michael Sevilla edited this page Oct 19, 2017 · 2 revisions

docker run -d -it --name cudelefs-dev -v pwd:/ceph -v /dev:/dev -v /run:/run -v /sys:/sys --privileged -v /mnt/cephfs:/mnt/cephfs:shared --entrypoint=/bin/bash cephbuilder/ceph:latest

for i in seq 0 30; do touch /cephfs-cudele-mechanisms/mydir$i/blah; done

Clone this wiki locally