Load Balancer Health Check Port not Open

Hi everyone,

we’re currently reinstalling Seafile Pro Edition on a new cluster of machines and I can’t get the port for load balancer health checks to work. https://manual.seafile.com/deploy_pro/deploy_in_a_cluster.html
I’ve checked for any processes listening on the default port 11001 and also tried setting a different port 12345 like describe in the manual, but nothing wants to listen on the port.
Also, if I specify health_check_port = 80, which shouldn’t work because there’s already the webserver there, I also don’t get an error message that this port cannot be opened.

(On our currently running, old cluster, port 11001 is open and it works…)

Does anyone have an idea?

Best wishes,
Moritz

Have you enabled cluster option in seafile.conf?

Hi Jonathan,

yes:

[cluster]
cluster = true
memcached_options = --SERVER=10.94.7.6 --SERVER=10.94.7.7 --SERVER=10.94.7.8 --SERVER=10.94.7.9 --SERVER=10.94.7.2 --POOL-MIN=10 --POOL-MAX=100

It is enabled = true

1 Like

:astonished::flushed::sweat:
Okay, well that was stupid and easy…
Sorry about this false issue! :wink: