]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Make mon addrs consistent with mon info
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:50:18 +0000 (09:50 +0100)
commitb6b53951218c9c1cb9f26b040d9ae0f058138090
tree4b5fb550a0b91df8a8d0dcf4d5d64ae5fef3bd7a
parent6b58a43e48a1cf873c4988fa0a71e6ee3580d260
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