]> 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 05:42:40 +0000 (07:42 +0200)
commitc101cb39319e872798026d3c8b698e10dddc5196
tree11e9314b914f1dffec740a2471a8064cd982a985
parent8f5db079ae416becdc327c5e80a040997be731fa
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>
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