diff options
author | John Spray <john.spray@redhat.com> | 2015-09-11 17:46:52 +0200 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2015-09-11 17:46:52 +0200 |
commit | 865708120faab14c5445577754ea9d71cc2b8dfe (patch) | |
tree | ecf563fab9fcbfdec9d35ea986aaca81359be6b8 /doc/rados/operations/monitoring-osd-pg.rst | |
parent | Merge pull request #5869 from ceph/wip-rpm-dirs (diff) | |
download | ceph-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.rst | 6 |
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} |