]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/ceph_manager.py: improve loggings
authorKamoltat <ksirivad@redhat.com>
Fri, 1 Jul 2022 14:42:40 +0000 (14:42 +0000)
committerKamoltat <ksirivad@redhat.com>
Sun, 17 Jul 2022 23:55:04 +0000 (23:55 +0000)
commit9ed53c82cf5d56bd4555084d3bf1c3c9948c4fe3
tree2fd30d92ef52c4c2185fc0093fa5a60631d502d3
parentdcc92e07b2557170293e55675763614717c12d98
qa/tasks/ceph_manager.py: improve loggings

1. When `test_pool_min_size` hit the case where
`not all PGs are active or peered` we dump
each PG state that doesn't have active or
peered state

2. Improve logs message in `inject_pause()`.

3. Add logs for the `test_map_discontinuity()`.

4. In the function, `choose_action()`,
added more logs regarding `chance_down`.

5. Added more loggings to
`primary_affinity()`,
`thrash_pg_upmap_items()`,
`thrash_pg_upmap()`.

6. Make self.is_clean() dump the pgs that
are not active+clean.

Signed-off-by: Kamoltat <ksirivad@redhat.com>
qa/tasks/ceph_manager.py