]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Make mon addrs consistent with mon info 60750/head
authorshenjiatong <yshxxsjt715@163.com>
Sat, 2 Nov 2024 08:10:38 +0000 (16:10 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 15 Nov 2024 08:49:23 +0000 (09:49 +0100)
commit7f9a23cbcdcb56842aa2422b4c7e0298348baa0c
tree5f2c3d0224c732578a40c38dcbef500422ed460d
parent33074c09afca08577e35dc70666c88e608020723
Make mon addrs consistent with mon info

For legacy librbd clients, sanitize_mons will panic if addrs are not
consistent with mon_info_t.

Signed-off-by: shenjiatong <yshxxsjt715@163.com>
fixes: https://tracker.ceph.com/issues/68743
(cherry picked from commit 14b09519739f3b2dc715647fd0f04dd22c17aeb3)
src/mon/MonMap.cc