I do have two servers racks in different Data Center . The first rack where the region+rack maas is installed are using the IP subnet 172.19.0.0/23 and is setup with ip 172.9.0.20, the second rack where the rack maas is installed has the subnet 172.16.92.0/24 and the IP is 172.16.92.249.
The problem is that I can not commission any machine . The error that I get is :
At machine :
I guess that your rack at 249 is forwarding the requests to the region 20 and for some reasons the region does not reply (maybe it was down, maybe a networking issue in your infra). This is expected to happen.
anything interesting in the .20 regiond logs at that time?
Can you still reproduce the issue on every commissioning operation?
What I can say about the network configuration :
I can ssh from 249 to 20 and also from 20 to 249 , that was my first test . All network is working because the syslog is working fine .
I could no see nothing at .20 log , any specific file would provide interesting information ?
At the .20 maas rack everything works fine , commission, deploy all good .
Now I figure out something that could be the problem . The connection between two Rack are limited to 1.0MB/s , I guess that can be the cause , right ? tested using a scp download .
Problem solved , that was really related to network.
I don´t think that was only the poor performance but the traffic was not going correctly also .
Now we have commissioning working ,
Thanks r00ta for the help .