#3496 [RFE] Add a configuration option to SSSD to disable the memory cache
Closed: Fixed Opened by jhrozek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1484376

Description of problem:
The ask here is to add a configuration option to tell the SSSD NSS responder to
not create the memory cache when the option is set.
We have seen issues with disk space in environments where sssd is restarted in
short intervals. It's clear that disabling the memory cache will have a
negative impact on NSS performance, but in some situations it might be helpful
to have such an option available.
Setting the "SSS_NSS_USE_MEMCACHE" env variable to "no" does not always help
because some services clear their environment before starting the actual
process. In this case the env variable is unset and the service is still using
the memory cache even though it has been told to not use it.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:

Metadata Update from @jhrozek:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1484376

Metadata Update from @jhrozek:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1484376

Metadata Update from @mzidek:
- Issue assigned to mzidek

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 1.16.0

Metadata Update from @jhrozek:
- Issue priority set to: blocker
- Issue tagged with: PR, RFE

Just for the record, Today (Oct 19th 2017) there was a phone meeting between the SSSD core developers and we agreed, by majority, on having a extended version of https://github.com/SSSD/sssd/pull/390#issuecomment-334434651 (provided by @lslebodn) pushed to our git master.

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 1.16.1 (was: SSSD 1.16.0)

  • master:
    1becbb7bec29a3d418d8f19fc52433cf86bcf395
    ffe29e570a9e885c2f0061c34bb6be2bbd6ab9e4
    878b0d42aca5839fdc1d97a68ce181e280f1ed7b

Metadata Update from @jhrozek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

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/4522

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.

Metadata