]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: fix typo with vrrp_interfaces in keepalive setup 61902/head
authorAdam King <adking@redhat.com>
Wed, 5 Feb 2025 22:00:06 +0000 (17:00 -0500)
committerAdam King <adking@redhat.com>
Wed, 19 Feb 2025 15:59:14 +0000 (10:59 -0500)
commit36ad7b55be0ee4083cbfac4b0934d114f130de28
tree3e117340cd20e24677950664e2df48fe3577f3d5
parent84032c4a705abd3bc42ab635d095339e2f3bab1c
mgr/cephadm: fix typo with vrrp_interfaces in keepalive setup

This was intended to be vrrp_interfaces, the variable actually
used later in the code. Instead, due to a typo, it was setting
a variable that is unused other than in the log line right after
it is set. Issue was introduced in
https://github.com/ceph/ceph/commit/58ddc4e20f7cead1f2594241450f4beb5230c746

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit b16fc92155e3f4bbf161610490b579e950584bbf)
src/pybind/mgr/cephadm/services/ingress.py