]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix is_addr_blocklisted() to get blocklisted clients from 'osd dump'
authorJos Collin <jcollin@redhat.com>
Wed, 4 May 2022 13:03:12 +0000 (18:33 +0530)
committerGreg Farnum <gfarnum@redhat.com>
Wed, 1 Jun 2022 15:08:51 +0000 (15:08 +0000)
commit9f8256e32f8510db3b2426d38d4630e34390a3e5
tree48fcee8bebc163a3a5230c71487c66255eeeb832
parent29ab1f2001aea7c3a783cf5e0c8787147a978112
qa: fix is_addr_blocklisted() to get blocklisted clients from 'osd dump'

By the introduction of range blocklist, the 'blocklist ls' command outputs
two lists. It's also straightforward to get the blocklisted clients directly
from 'osd dump' to avoid regression.

Fixes: https://tracker.ceph.com/issues/55516
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 47de5d79b8190458847072aae1c29db7d6a9b66b)
qa/tasks/cephfs/filesystem.py