I’m not really sure if this is a MaaS issue but I figured I’d post here to see if anyone has any insight.
I have a machine with a ConnectX-7 card using FlexBoot and I am running into an issue where during commissioning the machine successfully grabs boot-kernel and boot-initrd. However, once it tries to fetch the squashfs image it gets a “Connection Refused” error and drops into a initramfs shell and stops the commissioning progress. I do not see the Connection Refused error even in debug logs.
I don’t believe it’s a firewall issue as there are no firewalls and it successfully fetches the other files beforehand. Further, I am able to fetch the squashfs image from another machine while the one I am trying to commission gets the connection refused. And finally, if I let the initramfs shell sit for awhile (5+ min) eventually, I will stop getting connection refused and I am able to wget the squashfs image.
I am thinking it has something to do with it using the mlx5_core driver or something after it gets the boot files, but I am not really sure.
Any advice would be appreciated.