Re: [Freeipa-devel] [PATCH] 1041 pull in cachememsize logging

2012-09-06 Thread Rob Crittenden

Martin Kosek wrote:

On 09/05/2012 08:04 PM, Rob Crittenden wrote:

Rob Crittenden wrote:

389-ds-base added logging if the entry cache is smaller than the
database so users will know they need to tune their DS install. Set this
as the minimum for IPA.

rob


Rebased patch.

rob



It looks like a changelog entry from your patch 1031-4 slipped in to this
patch. Otherwise it is an obvious patch to ACK.

Martin



Yeah, I was in rebase hell and messed this up.

Fixed and pushed to master and ipa-3-0.

rob

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 1041 pull in cachememsize logging

2012-09-06 Thread Martin Kosek
On 09/05/2012 08:04 PM, Rob Crittenden wrote:
> Rob Crittenden wrote:
>> 389-ds-base added logging if the entry cache is smaller than the
>> database so users will know they need to tune their DS install. Set this
>> as the minimum for IPA.
>>
>> rob
> 
> Rebased patch.
> 
> rob
> 

It looks like a changelog entry from your patch 1031-4 slipped in to this
patch. Otherwise it is an obvious patch to ACK.

Martin

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 1041 pull in cachememsize logging

2012-09-05 Thread Rob Crittenden

Rob Crittenden wrote:

389-ds-base added logging if the entry cache is smaller than the
database so users will know they need to tune their DS install. Set this
as the minimum for IPA.

rob


Rebased patch.

rob

>From 131a95cf91bf1026f7afb2aa73251c92fc7e9822 Mon Sep 17 00:00:00 2001
From: Rob Crittenden 
Date: Mon, 20 Aug 2012 15:07:38 -0400
Subject: [PATCH] Set minimum of 389-ds-base to 1.2.11.8 to pick up cache
 warning.

If the DB is bigger than nsslapd-cachememsize then a warning will be
logged by 389-ds-base.

https://fedorahosted.org/freeipa/ticket/2739
---
 freeipa.spec.in | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index c371e9ded093abef6bc7298c7ddd3b39fe020f44..0a213329036b162fac1cf242d976da95d4f26ba7 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -101,7 +101,7 @@ Requires: %{name}-client = %{version}-%{release}
 Requires: %{name}-admintools = %{version}-%{release}
 Requires: %{name}-server-selinux = %{version}-%{release}
 %if 0%{?fedora} >= 17
-Requires(pre): 389-ds-base >= 1.2.11.5-1
+Requires(pre): 389-ds-base >= 1.2.11.8-1
 %else
 Requires(pre): 389-ds-base >= 1.2.10.10-1
 %endif
@@ -752,6 +752,14 @@ fi
 %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
 
 %changelog
+* Mon Aug 20 2012 Rob Crittenden  - 2.99.0-44
+- Set min for 389-ds-base to 1.2.11.11-1 on F17+ to pull in updated
+  RUV code and nsslapd-readonly schema.
+
+* Mon Aug 20 2012 Rob Crittenden  - 2.99.0-43
+- Set min for 389-ds-base to 1.2.11.9-1 on F17+ to pull in warning about
+  low nsslapd-cachememsize.
+
 * Mon Aug 20 2012 Tomas Babej  - 2.99.0-42
 - Add samba4-winbind to build dependencies for AD server-side code
 
-- 
1.7.11.4

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 1041 pull in cachememsize logging

2012-08-14 Thread Rob Crittenden
389-ds-base added logging if the entry cache is smaller than the 
database so users will know they need to tune their DS install. Set this 
as the minimum for IPA.


rob
>From aaab55333bdb91f9db4960e9aacbc2779cd8a8f4 Mon Sep 17 00:00:00 2001
From: Rob Crittenden 
Date: Tue, 14 Aug 2012 09:24:07 -0400
Subject: [PATCH] Set minimum of 389-ds-base to 1.2.11.8 to pick up cache
 warning.

If the DB is bigger than nsslapd-cachememsize then a warning will be
logged by 389-ds-base.

https://fedorahosted.org/freeipa/ticket/2739
---
 freeipa.spec.in |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index f74084712e5eaf01006bec68c62110b02dde7a3d..54bf41c86e09953b9468ab5f3995c555148e784b 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -101,7 +101,7 @@ Requires: %{name}-client = %{version}-%{release}
 Requires: %{name}-admintools = %{version}-%{release}
 Requires: %{name}-server-selinux = %{version}-%{release}
 %if 0%{?fedora} >= 17
-Requires(pre): 389-ds-base >= 1.2.11.5-1
+Requires(pre): 389-ds-base >= 1.2.11.8-1
 %else
 Requires(pre): 389-ds-base >= 1.2.10.10-1
 %endif
@@ -751,6 +751,10 @@ fi
 %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
 
 %changelog
+* Thu Aug 14 2012 Rob Crittenden  - 2.99.0-41
+- Set min for 389-ds-base to 1.2.11.8-1 on F17+ to pull in warning about
+  low nsslapd-cachememsize.
+
 * Thu Aug 2 2012 Martin Kosek  - 2.99.0-40
 - Set min for bind-dyndb-ldap to 1.1.0-0.15.rc1 to pick up SOA serial autoincrement
   feature
-- 
1.7.10.4

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel