ceph-ansible/roles/ceph-mds/tasks
Guillaume Abrioux 26b396cb6c common: support setting pg autoscaler to off
The current implementation doesn't allow to disable the pg autoscaler
on created pools. This allows only 'on' or 'warn'.

With this commit, this is now possible to disable it.

Valid values would be ['on', 'yes', 'true', 'off', 'no', 'false']

```
openstack_glance_pool:
  name: "images"
  pg_num: 128
  pgp_num: 128
  rule_name: "replicated_rule"
  type: 1
  application: "rbd"
  size: 3
  pg_autoscale_mode: off
```

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

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 9d1ff8f236)
2022-05-09 13:44:31 +02:00
..
common.yml common: do not log keyring secret 2021-08-11 17:01:22 -04:00
containerized.yml containers: introduce target systemd unit 2021-08-18 13:43:01 -04:00
create_mds_filesystems.yml common: support setting pg autoscaler to off 2022-05-09 13:44:31 +02:00
main.yml common: do not reset `container_exec_cmd` 2019-10-10 15:56:01 -04:00
non_containerized.yml common: do not log keyring secret 2021-08-11 17:01:22 -04:00
systemd.yml containers: introduce target systemd unit 2021-08-18 13:43:01 -04:00