]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/localpool: module to automagically create localized pools
authorSage Weil <sage@redhat.com>
Wed, 6 Sep 2017 19:34:50 +0000 (15:34 -0400)
committerSage Weil <sage@redhat.com>
Mon, 11 Sep 2017 16:57:35 +0000 (11:57 -0500)
commit1a0f42b70a4c9fa68dc47f2f521d0f1e8f5bb220
treef789fe023f7d881c9033b74a25158bbe03549fe4
parentf0f93c6645526b36793c320f317591b51f945831
pybind/mgr/localpool: module to automagically create localized pools

By default, this will create a pool per rack, 3x replication, with a host
failure domain.  Those parameters can be customized via mgr config-key
options.

Signed-off-by: Sage Weil <sage@redhat.com>
doc/mgr/localpool.rst [new file with mode: 0644]
src/pybind/mgr/localpool/__init__.py [new file with mode: 0644]
src/pybind/mgr/localpool/module.py [new file with mode: 0644]