]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/quick_guide.rst
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / doc / dev / quick_guide.rst
index d9c6a533b514d8fd6ab29960e4907ff3d1b00eec..7bda55f22c3489fdc10312507496fa3be7e52989 100644 (file)
@@ -66,7 +66,7 @@ Make a pool and run some benchmarks against it:
 
 .. code::
 
-       $ bin/rados mkpool mypool
+       $ bin/ceph osd pool create mypool 8
        $ bin/rados -p mypool bench 10 write -b 123
 
 Place a file into the new pool: