ceph-ansible/group_vars
Guillaume Abrioux 98783a17b3 osd: add pg autoscaler support
This commit adds the pg autoscaler support.

The structure for pool definition has now two additional attributes
`pg_autoscale_mode` and `target_size_ratio`, eg:

```
test:
  name: "test"
  pg_num: "{{ osd_pool_default_pg_num }}"
  pgp_num: "{{ osd_pool_default_pg_num }}"
  rule_name: "replicated_rule"
  application: "rbd"
  type: 1
  erasure_profile: ""
  expected_num_objects: ""
  size: "{{ osd_pool_default_size }}"
  min_size: "{{ osd_pool_default_min_size }}"
  pg_autoscale_mode: False
  target_size_ratio": 0.1
```

when `pg_autoscale_mode` is `True` user has to set a decent value in
`target_size_ratio`.

Given that it's a new feature, it's still disabled by default.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1782253

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 47adc2bb08)
2020-03-06 16:10:03 +01:00
..
all.yml.sample osd: add pg autoscaler support 2020-03-06 16:10:03 +01:00
ceph-fetch-keys.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
clients.yml.sample osd: add pg autoscaler support 2020-03-06 16:10:03 +01:00
docker-commons.yml.sample docker: fix monitors name 2017-04-10 15:13:12 +02:00
factss.yml.sample ceph-fact: resync group_vars file 2019-01-22 13:45:38 +01:00
iscsigws.yml.sample global: remove fetch_directory dependency 2019-09-26 16:21:54 +02:00
mdss.yml.sample ceph-mds: Increase cpu limit to 4 2019-04-30 12:12:01 -04:00
mgrs.yml.sample ceph-mgr: create keys for MGRs 2019-05-07 15:12:29 +02:00
mons.yml.sample ceph-{mon,osd}: move default crush variables 2020-02-17 10:18:56 -05:00
nfss.yml.sample ceph-nfs: Allow to configure SecType value 2019-09-27 15:38:52 +02:00
osds.yml.sample ceph-{mon,osd}: move default crush variables 2020-02-17 10:18:56 -05:00
rbdmirrors.yml.sample global: remove fetch_directory dependency 2019-09-26 16:21:54 +02:00
realm.yml.sample rgw multisite: enable more than 1 realm per cluster 2020-03-04 14:39:23 -05:00
rgwloadbalancers.yml.sample Add option for HAproxy to act a SSL frontend termination point for loadbalanced RGW instances. 2020-02-03 09:32:43 -05:00
rgws.yml.sample rgw: extend automatic rgw pool creation capability 2020-02-17 17:44:53 -05:00
rhcs.yml.sample osd: add pg autoscaler support 2020-03-06 16:10:03 +01:00
zone.yml.sample rgw multisite: enable more than 1 realm per cluster 2020-03-04 14:39:23 -05:00