]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Make mon addrs consistent with mon info 60554/head
authorshenjiatong <yshxxsjt715@163.com>
Sat, 2 Nov 2024 08:10:38 +0000 (16:10 +0800)
committershenjiatong <yshxxsjt715@163.com>
Wed, 6 Nov 2024 09:27:21 +0000 (17:27 +0800)
commit14b09519739f3b2dc715647fd0f04dd22c17aeb3
tree7c83c687426735b6f1953b88eb4746a798e3efae
parent28887e258a27b8fcffd0af5e03de1eda5ead518f
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
src/mon/MonMap.cc