#484 Add use_inotify option
Closed: Fixed None Opened 13 years ago by sgallagh.

There are certain third-party tainted kernel modules (such as old Cisco VPN clients) that can interfere with inotify operation, preventing us from being able to detect changes to the resolv.conf file.

We should add an option {{{try_inotify}}} that defaults to True on systems where inotify is available. If the {{{/etc}}} filesystem supports inotify at runtime, it will use inotify. If the user sets {{{try_inotify}}} to false explicitly, this option will force it to use the fallback mechanism of polling the file every 5 seconds.

If configure did not detect support for inotify, this option will have no effect, as inotify will never be used.


Fields changed

status: new => assigned

Fixed by cab4c50

fixedin: => 1.3.0
resolution: => fixed
status: assigned => closed

Fields changed

tests: 0 => 1

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.3.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1526

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata