]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: set pool size to 1 in ceph-override.json
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 8 Nov 2018 08:08:28 +0000 (09:08 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 28 Nov 2018 22:11:46 +0000 (23:11 +0100)
commit133615471a0d1fd56266504b65ccd89a5d8093e9
tree03fc3b6584286eaed47e88b78dd1e82494822acd
parent4cc1506303739f13bb7a6e1022646ef90e004c90
tests: set pool size to 1 in ceph-override.json

setting this setting to 1 makes the CI covering the related code in the
playbook without breaking the upgrade scenarios.

Those scenarios were broken because there is a check `TASK [waiting for
clean pgs...]` in rolling_update.yml, since the pool size for
`cephfs_metadata` and `cephfs_data` are updated to `2` in
`ceph-override.json` and there is not enough osd to honor this size,
some PGs are degraded and make the mentioned check failing.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3ac6619fb9aa0ea29041ce122b4dfac9a51fc235)
tests/functional/centos/7/cluster/ceph-override.json