I have a three-node deployment where haproxy is configured to use a VIP.
If I point the maas client to port 80, it doesn't matter if it's the VIP or the real IP, the command to upload the image succeeds.
However, if I look at the UI, I can see that the status of the image is "Queued for download". Also, if I look at the filesystem, I can see that there's an .incomplete file for the image on two of the regions, and on the third it's completely missing.
If I instead point the client to the 5240 port, which goes directly to the region server, the image gets uploaded correctly.
I have a three-node deployment where haproxy is configured to use a VIP.
If I point the
maas
client to port 80, it doesn't matter if it's the VIP or the real IP, the command to upload the image succeeds.However, if I look at the UI, I can see that the status of the image is "Queued for download". Also, if I look at the filesystem, I can see that there's an
.incomplete
file for the image on two of the regions, and on the third it's completely missing.If I instead point the client to the 5240 port, which goes directly to the region server, the image gets uploaded correctly.