]> git-server-git.apps.pok.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:02 +0000 (15:08 +0000)
commit265f285a96954864435e543e5fe9e6e8fe5f8bfd
treeedaa62aa4d965a412b79c88a71f04a19bc6a2142
parentd79cf8dc070587e767cc90fe93943f8a58362893
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