]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Doc: make pool before using it in quickstart
authorChengwei Yang <yangchengwei@qiyi.com>
Fri, 1 Jul 2016 07:17:19 +0000 (15:17 +0800)
committerChengwei Yang <yangchengwei@qiyi.com>
Fri, 1 Jul 2016 07:17:19 +0000 (15:17 +0800)
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
doc/start/quick-ceph-deploy.rst

index 6d2ce6671358d50c3eb9757fe707b9cbd419ad8f..8b4750e615d2ae3e5f275a04a990319fb10d8ab0 100644 (file)
@@ -362,6 +362,7 @@ example::
        ``rados put`` command on the command line. For example::
 
                echo {Test-data} > testfile.txt
+               rados mkpool data
                rados put {object-name} {file-path} --pool=data
                rados put test-object-1 testfile.txt --pool=data