URL: https://github.com/SSSD/sssd/pull/225 Title: #225: SECRETS: Apply separate quotas for cn=secrets and cn=kcm
lslebodn commented: """ On (18/07/17 20:38), fidencio wrote: >- **SECRETS: Use separate quotas for /kcm and /secrets hives**: CHANGES >REQUESTED >There's just one thing that bothers me in the manpage ... By having the >default value for kcm hive described as "64 MB" gives the users the impression >that "MB" can actually be used, which is not true. >``` >Author: Fabiano FidĂȘncio <fiden...@redhat.com> >AuthorDate: Tue Jul 18 22:06:53 2017 +0200 >Commit: Fabiano FidĂȘncio <fiden...@redhat.com> >CommitDate: Tue Jul 18 22:06:53 2017 +0200 > > fixup! SECRETS: Use separate quotas for /kcm and /secrets hives >--- > src/man/sssd-secrets.5.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/man/sssd-secrets.5.xml b/src/man/sssd-secrets.5.xml >index e71cbec58..18b5c81b3 100644 >--- a/src/man/sssd-secrets.5.xml >+++ b/src/man/sssd-secrets.5.xml >@@ -208,7 +208,7 @@ systemctl enable sssd-secrets.service > a secret payload in kilobytes. > </para> > <para> >- Default: 16 (secrets hive), 64 MB (kcm hive) >+ Default: 16 (secrets hive), 65536 (64 MB) (kcm hive) > </para> > </listitem> > </varlistentry> > >``` 64 MB is 64000KB 64 MiB is 65536 kiB https://en.wikipedia.org/wiki/Megabyte :-) LS """ See the full comment at https://github.com/SSSD/sssd/pull/225#issuecomment-316441693
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org