]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Updated names of default pools created at startup 2757/head
authorfgimenez <federico.gimenez@hola-internet.com>
Mon, 20 Oct 2014 11:43:56 +0000 (13:43 +0200)
committerfgimenez <federico.gimenez@hola-internet.com>
Mon, 20 Oct 2014 11:43:56 +0000 (13:43 +0200)
doc/dev/quick_guide.rst

index 481ef726dd5f4e59d0f280e051e6b9e4740f2a78..c23f56a8ffd6487a52dabf71af4d38854930884e 100644 (file)
@@ -38,32 +38,32 @@ You can also configure ``vstart.sh`` to use only one monitor and one metadata se
 
        $ MON=1 MDS=1 ./vstart.sh -d -n -x
 
-The system creates three pools on startup: `data`, `metadata`, and `rbd`.  Let's get some stats on
+The system creates three pools on startup: `cephfs_data`, `cephfs_metadata`, and `rbd`.  Let's get some stats on
 the current pools:
 
 .. code::
 
        $ ./ceph osd pool stats
        *** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
-       pool data id 0
+       pool rbd id 0
          nothing is going on
-       
-       pool metadata id 1
+
+       pool cephfs_data id 1
          nothing is going on
        
-       pool rbd id 2
+       pool cephfs_metadata id 2
          nothing is going on
        
-       $ ./ceph osd pool stats data
+       $ ./ceph osd pool stats cephfs_data
        *** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
-       pool data id 0
+       pool cephfs_data id 1
          nothing is going on
 
        $ ./rados df
        pool name       category                 KB      objects       clones     degraded      unfound     rd        rd KB           wr        wr KB
-       data            -                          0            0            0            0     0            0            0            0            0
-       metadata        -                          2           20            0           40     0            0            0           21            8
        rbd             -                          0            0            0            0     0            0            0            0            0
+       cephfs_data     -                          0            0            0            0     0            0            0            0            0
+       cephfs_metadata -                          2           20            0           40     0            0            0           21            8
          total used        12771536           20
          total avail     3697045460
          total space     3709816996