raas[#####]: [CRITICAL] Failed to connect to the storage backend. Trying again in a bit.Failed to save events" "no route to host"Salt request timed out. The master is not responding. You may need to run your command with --async in order to bypass the congested event bus.As a first check, make sure that the Postgres and Redis services are running on these hosts.
These services can typically be checked and restarted with systemctl.
This resolution assumes each host is running the firewalld service, which comes with RHEL and blocks ports by default.
For other firewalls, you will need to adapt the commands to open the same ports.
This also assumes we are using the public (default) zone. Otherwise, specify the zone with --zone=<ZONE>
sudo firewall-cmd --permanent --add-port=4505-4506/tcpsudo firewall-cmd --permanent --add-port=443/tcpsudo firewall-cmd --permanent --add-service=redissudo firewall-cmd --permanent --add-port=5432/tcpsudo firewall-cmd --reloadPlease see the following documentation regarding network ports for Salt: