]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
defaults: change defaults value
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 Sep 2020 14:32:56 +0000 (16:32 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 2 Oct 2020 07:32:53 +0000 (09:32 +0200)
commit80879df44df46c9d73d515fedbba2bb5c3412f33
treefdc271e1d5568ccc78a55a4cebf65c2bda5aef2b
parentb01f1dc5c928a79a52bf847e8fb1caa4e987f501
defaults: change defaults value

this commit changes defaults value in default pool definitions.

there's no need to define `pg_num`, `pgp_num`, `size` and `min_size`,
`ceph_pool` module will use the current default if needed.

This also drops the 3 following `set_fact` in `ceph-facts`:

- osd_pool_default_pg_num,
- osd_pool_default_pgp_num,
- osd_pool_default_size_num

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit c101cb39319e872798026d3c8b698e10dddc5196)
24 files changed:
group_vars/all.yml.sample
group_vars/clients.yml.sample
group_vars/iscsigws.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-client/defaults/main.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-defaults/vars/main.yml
roles/ceph-facts/tasks/facts.yml
roles/ceph-iscsi-gw/defaults/main.yml
tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/container/group_vars/clients
tests/functional/all_daemons/group_vars/all
tests/functional/all_daemons/group_vars/clients
tests/functional/collocation/container/group_vars/clients
tests/functional/collocation/group_vars/clients
tests/functional/docker2podman/group_vars/all
tests/functional/docker2podman/group_vars/clients
tests/functional/external_clients/container/inventory/group_vars/clients
tests/functional/external_clients/inventory/group_vars/clients
tests/functional/lvm-osds/container/group_vars/all
tests/functional/lvm-osds/group_vars/all
tests/functional/ooo-collocation/hosts
tests/functional/podman/group_vars/all
tests/functional/podman/group_vars/clients