tests: increase `mon_max_pg_per_osd`
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Feb 2021 14:49:38 +0000 (15:49 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Feb 2021 15:35:55 +0000 (16:35 +0100)
commit682116023d22c6aa1668aa7297635d4ff20c116d
tree0f50859698676a29ed3f3487f1aba0347a60d1b6
parent4e95180c80c3da0c721c54b100e7698798b173cc
tests: increase `mon_max_pg_per_osd`

we aren't deploying enough OSD daemon, so it fails like following:

```
  stderr: 'Error ERANGE: pool id 10 pg_num 256 size 2 would mean 1536 total pgs, which exceeds max 1500 (mon_max_pg_per_osd 250 * num_in_osds 6)'
```

Let's increase the value of `mon_max_pg_per_osd` in order to get around
this issue in the CI.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all-in-one/container/group_vars/all
tests/functional/all-in-one/group_vars/all
tests/functional/all_daemons/ceph-override.json
tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/group_vars/all
tests/functional/collocation/container/group_vars/all
tests/functional/collocation/group_vars/all