ceph-ansible/group_vars
Guillaume Abrioux 47adc2bb08 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>
2020-03-04 09:29:01 -05:00
..
all.yml.sample osd: add pg autoscaler support 2020-03-04 09:29:01 -05:00
clients.yml.sample osd: add pg autoscaler support 2020-03-04 09:29:01 -05:00
iscsigws.yml.sample global: remove fetch_directory dependency 2019-09-26 11:35:24 +02:00
mdss.yml.sample ceph-mds: Increase cpu limit to 4 2019-04-24 20:33:02 +02:00
mgrs.yml.sample ceph-mgr: create keys for MGRs 2019-05-07 14:13:06 +02:00
mons.yml.sample ceph-{mon,osd}: move default crush variables 2020-02-17 10:50:53 +01:00
nfss.yml.sample ceph-nfs: Allow to configure SecType value 2019-09-27 00:33:18 +02:00
osds.yml.sample ceph-{mon,osd}: move default crush variables 2020-02-17 10:50:53 +01:00
rbdmirrors.yml.sample global: remove fetch_directory dependency 2019-09-26 11:35:24 +02:00
rgwloadbalancers.yml.sample Add option for HAproxy to act a SSL frontend termination point for loadbalanced RGW instances. 2019-12-02 16:54:33 -05:00
rgws.yml.sample rgw: extend automatic rgw pool creation capability 2020-02-17 16:07:43 +01:00
rhcs.yml.sample osd: add pg autoscaler support 2020-03-04 09:29:01 -05:00