summaryrefslogtreecommitdiffstats
path: root/doc/rados/operations/monitoring-osd-pg.rst
diff options
context:
space:
mode:
authorJohn Spray <john.spray@redhat.com>2015-09-11 17:46:52 +0200
committerJohn Spray <john.spray@redhat.com>2015-09-11 17:46:52 +0200
commit865708120faab14c5445577754ea9d71cc2b8dfe (patch)
treeecf563fab9fcbfdec9d35ea986aaca81359be6b8 /doc/rados/operations/monitoring-osd-pg.rst
parentMerge pull request #5869 from ceph/wip-rpm-dirs (diff)
downloadceph-865708120faab14c5445577754ea9d71cc2b8dfe.tar.xz
ceph-865708120faab14c5445577754ea9d71cc2b8dfe.zip
doc: remove references to default data/metadata pools
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>
Diffstat (limited to 'doc/rados/operations/monitoring-osd-pg.rst')
-rw-r--r--doc/rados/operations/monitoring-osd-pg.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rados/operations/monitoring-osd-pg.rst b/doc/rados/operations/monitoring-osd-pg.rst
index 686b27bd6e8..9a5bfe3ce47 100644
--- a/doc/rados/operations/monitoring-osd-pg.rst
+++ b/doc/rados/operations/monitoring-osd-pg.rst
@@ -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}