From 0bb89e4019597278f0c592c68522e358e4cd9e1a Mon Sep 17 00:00:00 2001 From: Kobi Ginon Date: Tue, 21 Apr 2026 07:07:18 +0300 Subject: [PATCH] mgr/cephadm: fix typo in schedule.py comment (specified) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Correct spelling in the ip_addrs allocation comment: "spcified" → "specified". Fixes: https://tracker.ceph.com/issues/76147 Signed-off-by: Kobi Ginon --- src/pybind/mgr/cephadm/schedule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/schedule.py b/src/pybind/mgr/cephadm/schedule.py index 166a8326168a..080b37f0ea1a 100644 --- a/src/pybind/mgr/cephadm/schedule.py +++ b/src/pybind/mgr/cephadm/schedule.py @@ -546,7 +546,7 @@ class HostAssignment(object): ls = [] for p in orig: ip = None - # daemon can have specific ip if 'ip_addrs' is spcified in spec, we can use this + # daemon can have specific ip if 'ip_addrs' is specified in spec, we can use this # parameter for all services, if they need to bind to specific ip # If ip not present and networks is passed, ip of that network will be used if self.spec.ip_addrs: -- 2.47.3