[Bugs] [Bug 1306729] Glusterfs/Glusterd blocking root ports ( 1-1024 )

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 23 17:47:17 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1306729



--- Comment #1 from Joe Julian <joe at julianfamily.org> ---
You can extend the ordering of your systemd services with dropins, for instance
dovecot comes with a dovecot.socket file which opens the tcp ports for imap and
imaps. You can tell the glusterd.service file to wait for dovecot.socket to be
started first with a drop-in:

/etc/systemd/system/glusterd.service.d/10-waitfor_dovecot_socket

    [Unit]
    After=dovecot.socket


IMHO, that's the best way to handle this particular problem. 

You should also be able to use net.ipv4.ip_local_reserved_ports in
/etc/sysctl.conf, ie. "net.ipv4.ip_local_reserved_ports = 143, 993, 443, 25,
587" for instance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=02k7tpZt5H&a=cc_unsubscribe


More information about the Bugs mailing list