]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdmap: do not automatically create an rbd pool on cluster creation; skip pool 0
authorGreg Farnum <gfarnum@redhat.com>
Mon, 5 Jun 2017 19:27:46 +0000 (12:27 -0700)
committerSage Weil <sage@redhat.com>
Wed, 28 Jun 2017 14:52:49 +0000 (10:52 -0400)
commit51838305a24bb17f77817068677f8a621715c786
tree60b2f2c1aba7e853703d740cb96e5a2f99318e04
parent760a024a75cfc5efca2a9e9ee19f6c675d2c42c5
osdmap: do not automatically create an rbd pool on cluster creation; skip pool 0

We don't use pool ID 0 any more because CephFS can't handle it.
Update the user quick-start to include it, and add some links to support that process.
Fix the tests to handle the new state of life.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
doc/rados/operations/placement-groups.rst
doc/start/quick-rbd.rst
src/osd/OSDMap.cc
src/osd/OSDMap.h
src/test/osd/TestOSDMap.cc