2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-30 22:23:29 +00:00

Merge branch 'master' into async

This commit is contained in:
Jarrod Johnson
2024-08-22 08:42:37 -04:00

View File

@@ -318,7 +318,7 @@ async def main():
print('{} appears to have networking configuration suitable for IPv6 deployment via: {}'.format(args.node, ",".join(bootablev6nics)))
else:
emprint(f"{args.node} may not have any viable IP network configuration (check name resolution (DNS or hosts file) "
"and/or net.*ipv4_address, and verify that the deployment serer addresses and subnet mask/prefix length are accurate)")
"and/or net.*ipv4_address, and verify that the deployment server addresses and subnet mask/prefix length are accurate)")
if not uuidok and not macok:
allok = False
emprint(f'{args.node} does not have a uuid or mac address defined in id.uuid or net.*hwaddr, deployment will not work (Example resolution: nodeinventory {args.node} -s)')