]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove references to default data/metadata pools 5895/head
authorJohn Spray <john.spray@redhat.com>
Fri, 11 Sep 2015 15:46:52 +0000 (16:46 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 11 Sep 2015 15:46:52 +0000 (16:46 +0100)
These haven't existed since 0.84 -- the cephfs documentation
was updated at the time, but there were also references in the
rados documentation.

Signed-off-by: John Spray <john.spray@redhat.com>
doc/rados/operations/crush-map.rst
doc/rados/operations/monitoring-osd-pg.rst
doc/rados/operations/pools.rst
doc/rados/operations/user-management.rst

index 01db2b30799bbeb4f50a8d9d9cf0fab041088011..d838ea96c83878f98d6436cd03a0ca04df7c5f96 100644 (file)
@@ -479,11 +479,7 @@ CRUSH maps support the notion of 'CRUSH rules', which are the rules that
 determine data placement for a pool. For large clusters, you will likely create
 many pools where each pool may have its own CRUSH ruleset and rules. The default
 CRUSH map has a rule for each pool, and one ruleset assigned to each of the
-default pools, which include:
-
-- ``data``
-- ``metadata``
-- ``rbd``
+default pools.
 
 .. note:: In most cases, you will not need to modify the default rules. When
    you create a new pool, its default ruleset is ``0``.
index 686b27bd6e80acbcecda54db42ca4a5bf42063b0..9a5bfe3ce47d9527b5b2e8d6a9e90f30ba3b39e3 100644 (file)
@@ -230,9 +230,9 @@ few cases:
    Placement group IDs consist of the pool number (not pool name) followed 
    by a period (.) and the placement group ID--a hexadecimal number. You
    can view pool numbers and their names from the output of ``ceph osd 
-   lspools``. The default pool names ``data``, ``metadata`` and ``rbd`` 
-   correspond to pool numbers ``0``, ``1`` and ``2`` respectively. A fully 
-   qualified placement group ID has the following form::
+   lspools``. For example, the default pool ``rbd`` corresponds to
+   pool number ``0``. A fully qualified placement group ID has the
+   following form::
    
        {pool-num}.{pg-id}
    
index 6f021b7f99e4a2fbc31a7b595498331b08c26f4e..1872b498a5c1995e4dd0acef6c4547611179eba2 100644 (file)
@@ -38,11 +38,7 @@ To list your cluster's pools, execute::
 
        ceph osd lspools
 
-The default pools include:
-
-- ``data``
-- ``metadata``
-- ``rbd``
+On a freshly installed cluster, only the ``rbd`` pool exists.
 
 
 .. _createpool:
index a991c23f975efac5694d0e0c848062713b8b376e..ccdb09787c4887ea4d2b6492f08f91fe6696d551 100644 (file)
@@ -201,8 +201,7 @@ The following entries describe each capability.
 Pool
 ----
 
-A pool is a logical partition where users store data. By default, a Ceph Storage
-Cluster has `pools`_ for ``data``, ``rbd`` and ``metadata`` (metadata server).
+A pool is a logical partition where users store data.
 In Ceph deployments, it is common to create a pool as a logical partition for
 similar types of data. For example, when deploying Ceph as a backend for
 OpenStack, a typical deployment would have pools for volumes, images, backups