]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: take blocklist ranges as a subcommand, not implicitly from address format
authorGreg Farnum <gfarnum@redhat.com>
Wed, 8 Dec 2021 21:32:58 +0000 (21:32 +0000)
committerGreg Farnum <gfarnum@redhat.com>
Tue, 31 May 2022 23:18:16 +0000 (23:18 +0000)
commitd03ab88ad9143dddcc2a69887051bd86637699e4
tree7e42be177d95abd58b8ef9872dfdd52d364c2954
parent6a146b52b01d81e59aef38e23cd2f08d4050add2
mon: take blocklist ranges as a subcommand, not implicitly from address format

I discovered in testing with CephFS that this tends to interpret client IPs
(which don't have ports, but do have nonces) as invalid ranges. So give it
a separate input keyword that has to be applied first.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 73a1f1b51e586ff7476ff4f4c1682abd0a317074)
src/mon/MonCommands.h
src/mon/OSDMonitor.cc