Discussion:
[SSSD] [sssd PR#705][opened] KCM: Add configurable quotas
jhrozek
2018-12-04 12:07:05 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/705
Author: jhrozek
Title: #705: KCM: Add configurable quotas
Action: opened

PR body:
"""
This PR adds several patches that let the user configure quotas to store
their ccaches.

Please see the commit messages, I hope they are verbose enough. One thing
that should be pointed out is that the global number of ccaches is explicitly
unlimited. Does anyone see an issue with just enforcing the per-UID limits?

An upcoming PR(s) would implement warning when the quota is being exceeded
and a sssctl command to let the administrator display the quota taken.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/705/head:pr705
git checkout pr705
jhrozek
2018-12-04 13:18:21 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/705
Title: #705: KCM: Add configurable quotas

jhrozek commented:
"""
retest this please
"""

See the full comment at https://github.com/SSSD/sssd/pull/705#issuecomment-444096360
jhrozek
2018-12-10 21:35:16 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/705
Author: jhrozek
Title: #705: KCM: Add configurable quotas
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/705/head:pr705
git checkout pr705
jhrozek
2018-12-10 21:35:57 UTC
Permalink
URL: https://github.com/SSSD/sssd/pull/705
Title: #705: KCM: Add configurable quotas

jhrozek commented:
"""
The test failed because of pep8 failures in the test. Now it will hopefully come back clean.

Still looking for a reviewer..
"""

See the full comment at https://github.com/SSSD/sssd/pull/705#issuecomment-445982591
Loading...