]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/pg_autoscaler: add pg autoscaler module
authorSage Weil <sage@redhat.com>
Mon, 3 Dec 2018 22:11:59 +0000 (16:11 -0600)
committerSage Weil <sage@redhat.com>
Tue, 18 Dec 2018 19:30:54 +0000 (13:30 -0600)
commitcea8f717f4313409bc8199646afb9773e2a5f118
treefab1c20642bd644fa98554cc99ad8ed4b17c5bbf
parentc09bc8206c2aa0d959f1a143a32905c789a6e66e
mgr/pg_autoscaler: add pg autoscaler module

Suggest or make changes to pool pg_num based on either current
utilization or administrator-provided target_size_{bytes,ratio}
expected utilization.

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