URL: https://github.com/freeipa/freeipa/pull/955 Author: pvoborni Title: #955: host_port_open: revert to old behavior where one iface is sufficient Action: opened
PR body: """ Commit a24cd01304aaef77b66d0e178585c9ec8bbce9b5
Changed behavior of host_port_open to require all discovered interfaces to listed on the port.
But usage of host_port_open function in wait_for_open_ports function which is indirectly used from service.start might be still ok with only one interface.
Requiring all interfaces might then cause issue(waiting till timeout) in IPA upgrader in specific DNS or network setups.
https://pagure.io/freeipa/issue/7083 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/955/head:pr955 git checkout pr955
URL: https://github.com/freeipa/freeipa/pull/955 Author: pvoborni Title: #955: host_port_open: revert to old behavior where one iface is sufficient Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/955/head:pr955 git checkout pr955
freeipa-devel@lists.fedorahosted.org