[Bug 678466] New: Swap over NFS reserves too much memory on openSUSE-11.4
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c0 Summary: Swap over NFS reserves too much memory on openSUSE-11.4 Classification: openSUSE Product: openSUSE 11.4 Version: RC 2 Platform: All OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: mgorman@novell.com ReportedBy: mgorman@novell.com QAContact: qa@suse.de CC: sjayaraman@novell.com Found By: Development Blocker: No Swap over NFS implements a memory reservation scheme to guarantee that allocations can succeed under low memory conditions when pages need to be cleaned. These reservations are extremely high. On a 2G machine, 454M of memory is reserved which far exceeds what should be necessary. This has not been verified on SLES but a glance at the patches implies the same problem exists there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c1 --- Comment #1 from Suresh Jayaraman <sjayaraman@novell.com> 2011-03-10 11:03:49 UTC --- Ah, looks like a known but open issue https://bugzilla.novell.com/show_bug.cgi?id=661558 Computing reserves based on our assumption about the traffic flow in the form of ipv4 route max_size seems not a well thought out idea. (/proc/sys/net/ipv4/route/max_size) max_size * sizeof(ip_dst_cache) could sometimes be quite expensive It appears to me that the idea of making the max size of the routing cache dependent on size of the physical RAM is not so well thought of. A workaround is to reduce the 'route/max_size' number which should reduce the memory reservation. NeilBrown wondered whether swap-over-NFS should automatically tune it down when it is enabled. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c2 --- Comment #2 from Mel Gorman <mgorman@novell.com> 2011-03-10 11:20:41 UTC --- (In reply to comment #1)
Ah, looks like a known but open issue https://bugzilla.novell.com/show_bug.cgi?id=661558
Whoops, my bad. This does look like the same issue all right.
Computing reserves based on our assumption about the traffic flow in the form of ipv4 route max_size seems not a well thought out idea. (/proc/sys/net/ipv4/route/max_size)
max_size * sizeof(ip_dst_cache) could sometimes be quite expensive
It appears to me that the idea of making the max size of the routing cache dependent on size of the physical RAM is not so well thought of.
A workaround is to reduce the 'route/max_size' number which should reduce the memory reservation.
I believe the real fix is in mm/reserve.c. There is confusion in there whether it is dealing with pages or bytes and sometimes it receives a reservation request in pages and then multiplies it by pages again. I have tested patches that should fix the problem and am in the process for converting them to a format suitable for the kernel repository. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c3 --- Comment #3 from Suresh Jayaraman <sjayaraman@novell.com> 2011-03-10 11:25:00 UTC --- (In reply to comment #2)
(In reply to comment #1)
Ah, looks like a known but open issue https://bugzilla.novell.com/show_bug.cgi?id=661558
Whoops, my bad. This does look like the same issue all right.
No problem. I'll just mark that one as a duplicate.
Computing reserves based on our assumption about the traffic flow in the form of ipv4 route max_size seems not a well thought out idea. (/proc/sys/net/ipv4/route/max_size)
max_size * sizeof(ip_dst_cache) could sometimes be quite expensive
It appears to me that the idea of making the max size of the routing cache dependent on size of the physical RAM is not so well thought of.
A workaround is to reduce the 'route/max_size' number which should reduce the memory reservation.
I believe the real fix is in mm/reserve.c. There is confusion in there whether it is dealing with pages or bytes and sometimes it receives a reservation request in pages and then multiplies it by pages again. I have tested patches that should fix the problem and am in the process for converting them to a format suitable for the kernel repository.
Cool. We would need the fix for other repos too for e.g. SLES11 SP1 and SLE11 (if not openSUSE-11.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c4 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpartrid@novell.com --- Comment #4 from Suresh Jayaraman <sjayaraman@novell.com> 2011-03-10 11:27:12 UTC --- *** Bug 661558 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=661558 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c5 --- Comment #5 from Mel Gorman <mgorman@novell.com> 2011-03-10 13:31:12 UTC --- Created an attachment (id=418594) --> (http://bugzilla.novell.com/attachment.cgi?id=418594) SoN: Do not reserve excessive memory Candidate fix to avoid reserving an excessive amount of memory when SoN is in use. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c Darcy Partridge <dpartrid@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Partner ID| |TID 7007405 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c6 Mel Gorman <mgorman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #418594|0 |1 is obsolete| | --- Comment #6 from Mel Gorman <mgorman@novell.com> 2011-03-22 11:49:58 UTC --- Created an attachment (id=420669) --> (http://bugzilla.novell.com/attachment.cgi?id=420669) Reduce routing cache reserves and replace with an nfs_page reserve that scales with swap file size The attached patch reduces the routing cache to a negligible size after establishing that it is far too large. Unfortunately, once this is done the machine is in danger of deadlock as NFS requests still have to be allocated from the nfs_page slab cache. The patch also creates the necessary reserve. The exact size of the reserve will now depend on the size of the swapfile. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c7 --- Comment #7 from Darcy Partridge <dpartrid@novell.com> 2011-03-23 21:56:32 UTC --- Mel, I am not sure if I am correctly understanding your comment #6. Can you tell me whether this problem:
once this is done the machine is in danger of deadlock as NFS requests still have to be allocated from the nfs_page slab cache
is resolved by this measure:
The patch also creates the necessary reserve.
Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c8 --- Comment #8 from Mel Gorman <mgorman@novell.com> 2011-03-23 23:03:24 UTC --- (In reply to comment #7)
Mel, I am not sure if I am correctly understanding your comment #6. Can you tell me whether this problem:
once this is done the machine is in danger of deadlock as NFS requests still have to be allocated from the nfs_page slab cache
is resolved by this measure:
The patch also creates the necessary reserve.
Yes it is. The routing cache reserve did not need to be so big but because it existed, there were sufficient reserves for nfs_page and deadlock was avoided. Essentially this patchset replaces one reserve (routing cache) with a smaller reserve (nfs_page). I hope this clarifies the situation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c9 --- Comment #9 from Suresh Jayaraman <sjayaraman@novell.com> 2011-04-01 05:07:31 UTC --- Patch committed to SLE11-SP1 and openSUSE-11.4. It could be verified by trying upcoming KOTD kernel that could be found here: ftp://nozzle.suse.de/pub/projects/kernel/kotd/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c10 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #10 from Marcus Meissner <meissner@novell.com> 2011-04-27 10:01:53 UTC --- We have just released a kernel update for SUSE Linux Enterprise Server 11 SP1 that fixes/mentions this bugreport. The released kernel version is 2.6.32.36-0.5.2. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c11 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle11-sp1:40 | |229 --- Comment #11 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 12:02:13 UTC --- Update released for: btrfs-kmp-default, btrfs-kmp-xen, cluster-network-kmp-default, cluster-network-kmp-xen, ext4dev-kmp-default, ext4dev-kmp-xen, gfs2-kmp-default, gfs2-kmp-xen, hyper-v-kmp-default, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-debuginfo, kernel-ec2-debugsource, kernel-ec2-devel, kernel-ec2-devel-debuginfo, kernel-ec2-extra, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-xen, kernel-xen-base, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-devel, kernel-xen-devel-debuginfo, kernel-xen-extra Products: SLE-DEBUGINFO 11-SP1 (x86_64) SLE-DESKTOP 11-SP1 (x86_64) SLE-HAE 11-SP1 (x86_64) SLE-SERVER 11-SP1 (x86_64) SLES4VMWARE 11-SP1 (x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c12 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 | |maint:released:sle11-sp1:40 | |222 --- Comment #12 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 12:11:56 UTC --- Update released for: btrfs-kmp-default, cluster-network-kmp-default, ext4dev-kmp-default, gfs2-kmp-default, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra Products: SLE-DEBUGINFO 11-SP1 (ia64) SLE-HAE 11-SP1 (ia64) SLE-SERVER 11-SP1 (ia64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c13 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 | |maint:released:sle11-sp1:40 | |224 --- Comment #13 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 12:24:26 UTC --- Update released for: btrfs-kmp-default, btrfs-kmp-ppc64, cluster-network-kmp-default, cluster-network-kmp-ppc64, ext4dev-kmp-default, ext4dev-kmp-ppc64, gfs2-kmp-default, gfs2-kmp-ppc64, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-extra, kernel-ppc64, kernel-ppc64-base, kernel-ppc64-debuginfo, kernel-ppc64-debugsource, kernel-ppc64-devel, kernel-ppc64-extra, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-extra Products: SLE-DEBUGINFO 11-SP1 (ppc64) SLE-HAE 11-SP1 (ppc64) SLE-SERVER 11-SP1 (ppc64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c14 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 | |maint:released:sle11-sp1:40 | |221 --- Comment #14 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 12:45:28 UTC --- Update released for: btrfs-kmp-default, btrfs-kmp-pae, btrfs-kmp-xen, cluster-network-kmp-default, cluster-network-kmp-pae, cluster-network-kmp-xen, ext4dev-kmp-default, ext4dev-kmp-pae, ext4dev-kmp-xen, gfs2-kmp-default, gfs2-kmp-pae, gfs2-kmp-xen, hyper-v-kmp-default, hyper-v-kmp-pae, kernel-default, kernel-default-base, kernel-default-devel, kernel-default-extra, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-devel, kernel-ec2-extra, kernel-pae, kernel-pae-base, kernel-pae-devel, kernel-pae-extra, kernel-source, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-devel, kernel-trace-extra, kernel-xen, kernel-xen-base, kernel-xen-devel, kernel-xen-extra Products: SLE-DEBUGINFO 11-SP1 (i386) SLE-DESKTOP 11-SP1 (i386) SLE-HAE 11-SP1 (i386) SLE-SERVER 11-SP1 (i386) SLES4VMWARE 11-SP1 (i386) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c15 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 | |maint:released:sle11-sp1:40 | |226 --- Comment #15 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 12:53:45 UTC --- Update released for: btrfs-kmp-default, cluster-network-kmp-default, ext4dev-kmp-default, gfs2-kmp-default, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-man, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-man Products: SLE-DEBUGINFO 11-SP1 (s390x) SLE-HAE 11-SP1 (s390x) SLE-SERVER 11-SP1 (s390x) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c16 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |226 |226 | |maint:released:sle11-sp1:40 | |234 --- Comment #16 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 19:09:13 UTC --- Update released for: kernel-default-extra, kernel-ppc64-extra Products: SLE-SERVER 11-EXTRA (ppc64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c17 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |226 |226 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |234 |234 | |maint:released:sle11-sp1:40 | |239 --- Comment #17 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 19:12:19 UTC --- Update released for: kernel-default-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c18 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |226 |226 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |234 |234 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |239 |239 | |maint:released:sle11-sp1:40 | |232 --- Comment #18 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 19:16:27 UTC --- Update released for: kernel-default-extra Products: SLE-SERVER 11-EXTRA (ia64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c19 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |226 |226 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |234 |234 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |239 |239 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |232 |232 Status Whiteboard| |maint:released:sle11-sp1:40 | |237 --- Comment #19 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 19:20:02 UTC --- Update released for: kernel-default-extra Products: SLE-SERVER 11-EXTRA (s390x) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c20 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |226 |226 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |234 |234 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |239 |239 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |232 |232 Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |237 |237 | |maint:released:sle11-sp1:40 | |230 --- Comment #20 from Swamp Workflow Management <swamp@suse.com> 2011-04-27 19:23:30 UTC --- Update released for: kernel-default-extra, kernel-pae-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (i386) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c21 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |229 |229 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |222 |222 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |224 |224 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |221 |221 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |226 |226 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |234 |234 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |239 |239 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |232 |232 Status Whiteboard|maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |237 |237 |maint:released:sle11-sp1:40 |maint:released:sle11-sp1:40 |230 |230 | |maint:released:11.4:40457 --- Comment #21 from Swamp Workflow Management <swamp@suse.com> 2011-04-29 09:36:53 UTC --- Update released for: kernel-debug, kernel-debug-base, kernel-debug-base-debuginfo, kernel-debug-debuginfo, kernel-debug-debugsource, kernel-debug-devel, kernel-debug-devel-debuginfo, kernel-default, kernel-default-base, kernel-default-base-debuginfo, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-desktop, kernel-desktop-base, kernel-desktop-base-debuginfo, kernel-desktop-debuginfo, kernel-desktop-debugsource, kernel-desktop-devel, kernel-desktop-devel-debuginfo, kernel-devel, kernel-docs, kernel-ec2, kernel-ec2-base, kernel-ec2-base-debuginfo, kernel-ec2-debuginfo, kernel-ec2-debugsource, kernel-ec2-devel, kernel-ec2-devel-debuginfo, kernel-ec2-extra, kernel-ec2-extra-debuginfo, kernel-pae, kernel-pae-base, kernel-pae-base-debuginfo, kernel-pae-debuginfo, kernel-pae-debugsource, kernel-pae-devel, kernel-pae-devel-debuginfo, kernel-source, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-base-debuginfo, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-vanilla, kernel-vanilla-base, kernel-vanilla-base-debuginfo, kernel-vanilla-debuginfo, kernel-vanilla-debugsource, kernel-vanilla-devel, kernel-vanilla-devel-debuginfo, kernel-vmi, kernel-vmi-base, kernel-vmi-base-debuginfo, kernel-vmi-debuginfo, kernel-vmi-debugsource, kernel-vmi-devel, kernel-vmi-devel-debuginfo, kernel-xen, kernel-xen-base, kernel-xen-base-debuginfo, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-devel, kernel-xen-devel-debuginfo, preload-kmp-default, preload-kmp-desktop Products: openSUSE 11.4 (debug, i586, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678466 https://bugzilla.novell.com/show_bug.cgi?id=678466#c22 Mel Gorman <mgorman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #22 from Mel Gorman <mgorman@suse.com> 2011-09-05 09:50:37 UTC --- Closing due to lack of new complaints since update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com