]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: fix typo with vrrp_interfaces in keepalive setup
authorAdam King <adking@redhat.com>
Wed, 5 Feb 2025 22:00:06 +0000 (17:00 -0500)
committerAdam King <adking@redhat.com>
Wed, 5 Feb 2025 22:09:17 +0000 (17:09 -0500)
commitb16fc92155e3f4bbf161610490b579e950584bbf
treecf481b99d9fb17552ac087e29a3e3c1b713d690f
parent6a194b760f440c28a6b25899db15bd1b58446fe2
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>
src/pybind/mgr/cephadm/services/ingress.py