2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-04 12:07:58 +00:00

Fix key typo dropping verified flag in enclosure discovery

This commit is contained in:
Markus Hilger
2026-07-02 22:07:48 +02:00
parent e280651343
commit 89c710f8c3
+1 -1
View File
@@ -1285,7 +1285,7 @@ async def eval_node(cfg, handler, info, nodename, manual=False):
# might be ambiguous, need to match chassis-uuid as well..
match = await search_smms_by_cert(nodename, await handler.get_https_cert(), cfg)
if match:
info['verfied'] = True
info['verified'] = True
info['enclosure.bay'] = match[1]
if match[2]:
if not await discover_node(cfg, handler, info, match[2], manual):