]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fix typo in schedule.py comment (specified) 68485/head
authorKobi Ginon <kginon@redhat.com>
Tue, 21 Apr 2026 04:07:18 +0000 (07:07 +0300)
committerKobi Ginon <kginon@redhat.com>
Tue, 21 Apr 2026 04:13:44 +0000 (07:13 +0300)
Correct spelling in the ip_addrs allocation comment: "spcified" → "specified".

Fixes: https://tracker.ceph.com/issues/76147
Signed-off-by: Kobi Ginon <kginon@redhat.com>
src/pybind/mgr/cephadm/schedule.py

index 166a8326168ae7fff20cf854db216b33c6622ea6..080b37f0ea1af7e61a2483ff27fbd53122b4d4bf 100644 (file)
@@ -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: