URL: https://github.com/freeipa/freeipa/pull/956 Author: pvoborni Title: #956: og progress of wait_for_open_ports Action: opened
PR body: """ ### control logging of host_port_open from caller
host_port_open copied logging behavior of ipa-replica-conncheck utility which doesn't make it much reusable.
Now log level can be controlled from caller so other callers might use other logging level without host_port_open guessing what was the intention.
### log progress of wait_for_open_ports
To know what to focus on when some check fail. E.g. to detect that IPv6 address or its resolution for localhost is misconfigured.
Also gradually increases wait time so that it won't log 600 same messages when wait time is 600.
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/956/head:pr956 git checkout pr956
URL: https://github.com/freeipa/freeipa/pull/956 Author: pvoborni Title: #956: Log progress of wait_for_open_ports Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/956/head:pr956 git checkout pr956
freeipa-devel@lists.fedorahosted.org