From: Noah Watkins Date: Tue, 12 Feb 2013 23:36:19 +0000 (-0800) Subject: doc: fix command syntax X-Git-Tag: v0.58~58^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c036dc7c90b733f99dc6fd8b20332b917c8b098f;p=ceph.git doc: fix command syntax Signed-off-by: Noah Watkins --- diff --git a/doc/cephfs/hadoop.rst b/doc/cephfs/hadoop.rst index 1d354af26c6a..625d46a0eecd 100644 --- a/doc/cephfs/hadoop.rst +++ b/doc/cephfs/hadoop.rst @@ -82,8 +82,8 @@ for storing file system data using the ``ceph mds add_data_pool`` command. First, create the pool. In this example we create the ``hadoop1`` pool with replication factor 1. :: - ceph osd pool create hadoop1 - ceph osd set hadoop1 size 1 + ceph osd pool create hadoop1 100 + ceph osd pool set hadoop1 size 1 Next, determine the pool id. This can be done using the ``ceph osd dump`` command. For example, we can look for the newly created ``hadoop1`` pool. ::