You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2ad0d0521d
The OpenShift installer modifies /etc/resolv.conf then tests the new resolver configuration, however, there was no mechanism to reload resolv.conf in our reuseable interpreter. https://github.com/openshift/openshift-ansible/blob/release-3.9/roles/openshift_web_console/tasks/install.yml#L137 This inserts an explicit call to res_init() for every new style invocation, with an approximate cost of ~1usec on Linux since glibc verifies resolv.conf has changed before reloading it. There is little to be done for users of the thread-safe resolver APIs, their state is hidden from us. If bugs like that manifest, whack-a-mole style 'del sys.modules[thatmod]' patches may suffice. |
7 years ago | |
---|---|---|
.. | ||
plugins | 7 years ago | |
__init__.py | 7 years ago | |
connection.py | 7 years ago | |
logging.py | 7 years ago | |
mixins.py | 7 years ago | |
planner.py | 7 years ago | |
process.py | 7 years ago | |
runner.py | 7 years ago | |
services.py | 7 years ago | |
strategy.py | 7 years ago | |
target.py | 7 years ago |