]> 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>
Wed, 3 Aug 2022 18:47:22 +0000 (18:47 +0000)
commit116004de58d30a3170807bec4ee276d22e239405
tree1bf2a66d9d996d43f82007d7e0402756c5cea3ad
parent31fee6edbdd484dc41b9b43dabed768d5d462541
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>
(cherry picked from commit 9ed53c82cf5d56bd4555084d3bf1c3c9948c4fe3)
qa/tasks/ceph_manager.py