[Bug 220200] New: ext3 root file system is very slow
https://bugzilla.novell.com/show_bug.cgi?id=220200 Summary: ext3 root file system is very slow Product: openSUSE 10.2 Version: Beta 2 Platform: i686 OS/Version: SuSE Other Status: NEW Severity: Critical Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: fmfischer@gmx.net QAContact: qa@suse.de I am afraid my bug 74585 is back. Here is some data (also verified in runlevel 1): little:/home/mifi # fdisk -l Platte /dev/hda: 81.9 GByte, 81964302336 Byte 16 heads, 63 sectors/track, 158816 cylinders Einheiten = Zylinder von 1008 × 512 = 516096 Bytes Gerät boot. Anfang Ende Blöcke Id System /dev/hda1 1 1954 984784+ 82 Linux Swap / Solaris /dev/hda2 * 1955 158816 79058448 5 Erweiterte /dev/hda5 1955 17828 8000464+ 83 Linux /dev/hda6 17829 33702 8000464+ 83 Linux /dev/hda7 33703 158816 63057424+ 83 Linux little:/home/mifi # mount /dev/hda6 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hda7 on /home type xfs (rw) /dev/hda5 on /media/hda5 type xfs (rw) securityfs on /sys/kernel/security type securityfs (rw) fmfwepa.cp:/home on /mnt/fhome type nfs (rw,addr=192.168.178.20) and now the performance: mifi@little:~> sync mifi@little:~> dd if=/dev/zero of=/tmp/test.dat bs=8M count=128 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 76,118 s, 14,1 MB/s mifi@little:~> sync mifi@little:~> dd if=/dev/zero of=/home/mifi/test.dat bs=8M count=128 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 23,6017 s, 45,5 MB/s Clearly the ext3 filesystem mounted under / runs at less than 1/3 of the speed it should run at. It is exactly the same behaviour as in now fixed bug 74585. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #1 from fmfischer@gmx.net 2006-11-11 06:36 MST ------- writing on ext3 produces: top load: 4.6 top waiting: 85% writing on xfs produces top load: 2.2 top waiting: 60% -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #2 from fmfischer@gmx.net 2006-11-11 14:30 MST ------- this is how it looks with bonnie: mifi@little:~> bonnie -d /tmp -m hda6 -s 1024 Bonnie 1.4: File '/tmp/Bonnie.17794', size: 1073741824, volumes: 1 Writing with putc()... done: 10926 kB/s 71.8 %CPU Rewriting... done: 10277 kB/s 17.1 %CPU Writing intelligently... done: 20349 kB/s 37.8 %CPU Reading with getc()... done: 12089 kB/s 70.9 %CPU Reading intelligently... done: 43015 kB/s 30.7 %CPU Seeker 1...Seeker 2...Seeker 3...start 'em...done...done...done... ---Sequential Output (nosync)--- ---Sequential Input-- --Rnd Seek- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --04k (03)- Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU hda6 1*1024 10926 71.8 20349 37.8 10277 17.1 12089 70.9 43015 30.7 109.7 1.1 mifi@little:~> sync mifi@little:~> bonnie -d /home/mifi/ -m hda7 -s 1024 Bonnie 1.4: File '/home/mifi//Bonnie.17879', size: 1073741824, volumes: 1 Writing with putc()... done: 15728 kB/s 97.6 %CPU Rewriting... done: 19191 kB/s 28.3 %CPU Writing intelligently... done: 50261 kB/s 51.3 %CPU Reading with getc()... done: 15994 kB/s 92.9 %CPU Reading intelligently... done: 51517 kB/s 34.4 %CPU Seeker 1...Seeker 2...Seeker 3...start 'em...done...done...done... ---Sequential Output (nosync)--- ---Sequential Input-- --Rnd Seek- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --04k (03)- Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU hda7 1*1024 15728 97.6 50261 51.3 19191 28.3 15994 92.9 51517 34.4 132.3 1.6 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 fmfischer@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Kernel |Installation ------- Comment #5 from fmfischer@gmx.net 2006-11-19 13:57 MST ------- found a workaround: The problem lies in the way the installation makes the file system. Whatever the parameters are used at that very moment, the performance gets back to normal after the following steps: 1. back up the ext3 file system 2. use any live or rescue CD, in my case I tried KNOPPIX 3.7 and Ubuntu 6.10 (10.2 beta2 CD or DVD cannot be used for this pupose, it's broken, bug 219112) and mke2fs 3. restore the ext3 file system Someone has to have a look at the way, the initial ext3 file system is created. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com ------- Comment #6 from aj@novell.com 2006-11-19 14:25 MST ------- Frank-Michael: How did you create the new filesystem? What was your mke2fs command? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #7 from fmfischer@gmx.net 2006-11-19 14:30 MST ------- mkfs.ext3 /dev/hda6 was the command -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #8 from fmfischer@gmx.net 2006-11-19 14:42 MST ------- here the performance data after the workaround: little:/home/fmf # mount /dev/hda6 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hda7 on /home type xfs (rw) securityfs on /sys/kernel/security type securityfs (rw) /dev/hda5 on /media/hda5 type ext3 (rw,acl,user_xattr) fmfwepa.cp:/home on /mnt/fhome type nfs (rw,addr=192.168.178.20) little:/home/fmf # dd if=/dev/zero of=/tmp/test.dat bs=8M count=128 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 20,4651 s, 52,5 MB/s little:/home/fmf # sync little:/home/fmf # dd if=/dev/zero of=/home/fmf/test.dat bs=8M count=128 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 18,6807 s, 57,5 MB/s -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 jack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #9 from jack@novell.com 2006-11-20 04:18 MST ------- Thanks for testing, Michael. I've noticed, that while / has ~8GB, /home has ~63GB. How much free space is on each filesystem? I'm asking because in this case, it could be a problem with fragmentation of free space (if there's not so much of it on /). That could also explain, why backup-restore fixes the problem but that's just a guess. I'll try to investigate too... -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #10 from fmfischer@gmx.net 2006-11-20 05:10 MST ------- no space problem: mifi@little:~> df -h Dateisystem Größe Benut Verf Ben% Eingehängt auf /dev/hda6 7,6G 4,0G 3,2G 56% / udev 253M 136K 252M 1% /dev /dev/hda7 61G 18G 43G 30% /home /dev/hda5 7,6G 2,3G 4,9G 32% /media/hda5 fmfwepa.cp:/home 53G 20G 31G 40% /mnt/fhome linux.cp:/home 76G 52G 25G 68% /mnt/lhome /dev/hdc 44M 44M 0 100% /media/SU102Bet.001 If it really should be a strange fragmentation problem, then the 10.2 beta2 installation created it, since I let installation format the partition. And it happens with any other installation from scratch, too. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #11 from jack@novell.com 2006-11-20 06:45 MST ------- Ok, thanks. 3GB free should be enough but it's not that much. In case you have slow fs image still handy, can you run 'filefrag' command (from e2fstools package) on the created 1GB file in your test and then on the file in the filesystem where the writing was faster? 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #12 from fmfischer@gmx.net 2006-11-20 06:50 MST ------- This would mean I have to make another (minimal) installation. Give me a few minutes. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #13 from fmfischer@gmx.net 2006-11-20 08:49 MST ------- getting closer to the culprit - the slow original 10.2 beta 2 minimal installation data is here: /dev/hda6 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hda7 on /home type xfs (rw) /dev/hda5 on /media/hda5 type ext3 (rw) /dev/hda6 7,6G 858M 6,3G 12% / udev 253M 104K 252M 1% /dev /dev/hda7 61G 19G 42G 31% /home /dev/hda5 7,6G 2,3G 4,9G 32% /media/hda5 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 48,6214 s, 22,1 MB/s /tmp/test.dat: 192 extents found, perfection would be 129 extents and now after the workaround: /dev/hda6 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hda7 on /home type xfs (rw) /dev/hda5 on /media/hda5 type ext3 (rw,acl,user_xattr) securityfs on /sys/kernel/security type securityfs (rw) fmfwepa.cp:/home on /mnt/fhome type nfs (rw,addr=192.168.178.20) /dev/hda6 7,6G 4,0G 3,2G 56% / udev 253M 104K 252M 1% /dev /dev/hda7 61G 19G 42G 31% /home /dev/hda5 7,6G 2,3G 4,9G 32% /media/hda5 fmfwepa.cp:/home 53G 20G 31G 40% /mnt/fhome 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 19,5723 s, 54,9 MB/s /tmp/test.dat: 23 extents found, perfection would be 9 extents It's 9 (after workaround) versus 129 (original 10.2 beta 2 installation) extents in ideal setup and 23 (after workaround) versus 192 (original 10.2 beta 2 installation) in real life. BTW one gets the same slow performance on the original 10.2 beta 2 file system from any live cd, too, so it has to be the file system. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #14 from fmfischer@gmx.net 2006-11-20 09:27 MST ------- However, there is a "root partition" component to this bug, too. Have a look: /dev/hda6 7,6G 4,0G 3,2G 56% / udev 253M 104K 252M 1% /dev /dev/hda7 61G 19G 42G 31% /home /dev/hda5 7,6G 2,3G 4,9G 32% /media/hda5 fmfwepa.cp:/home 53G 20G 31G 40% /mnt/fhome dd if=/dev/zero of=/media/hda5/tmp/test.dat bs=8M count=128 128+0 Datensätze ein 128+0 Datensätze aus 1073741824 Bytes (1,1 GB) kopiert, 22,2152 s, 48,3 MB/s filefrag /media/hda5/tmp/test.dat /media/hda5/tmp/test.dat: 334 extents found, perfection would be 9 extents On the non-root mounted file system /dev/hda5 we get much more fragmentation and yet much better throughput compared to the original 10.2 beta 2 installation. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #15 from jack@novell.com 2006-11-20 09:37 MST ------- OK, thanks a lot for running a test. Actually the "perfection 129" in the output of filefrag for the root partition is interesting too. It looks like 1KB block size is chosen for / while (more sane) 4KB for other partition. I'll investigate in the installer... Actually your test in Comment #14 (if hda5 has 4KB blocksize) seems to indicate that the block size is the thing that matters the most. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #16 from tarnold@novell.com 2006-11-21 09:50 MST ------- Here are my test results. On i386: Doing 50 times: /usr/bin/bonnie -s 1509 -m zert24 ... ---Sequential Output (nosync)--- ---Sequential Input-- --Rnd Seek- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --04k (03)- Iteration Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU Start Date&Time zert24 1*1509 23026 85.9 32139 46.8 18147 12.6 27905 65.7 54523 12.4 117.7 1.2 zert24 1*1509 24978 93.1 31729 45.4 17715 12.3 28554 67.0 54383 12.4 119.6 1.2 zert24 1*1509 24865 92.2 32872 47.5 18009 12.5 26566 62.6 54667 12.3 118.6 1.0 zert24 1*1509 25403 94.6 31147 45.1 18254 12.5 28156 66.7 53787 12.5 121.8 1.0 zert24 1*1509 24672 91.7 32616 46.8 18063 12.5 25882 60.9 54554 12.4 122.1 1.0 zert24 1*1509 24905 92.7 31219 45.0 17942 12.2 27879 65.6 54187 11.9 116.9 1.1 zert24 1*1509 25054 93.8 31571 45.8 17675 12.3 28400 67.2 54480 12.7 119.1 1.1 zert24 1*1509 24925 92.6 31147 45.3 18108 12.4 28376 67.1 54608 11.9 120.4 0.8 zert24 1*1509 25157 93.8 32064 46.3 18412 12.4 27365 64.3 52322 11.9 116.4 1.1 zert24 1*1509 25239 93.7 32671 46.9 17963 12.3 26719 63.1 54076 12.9 117.7 1.0 zert24 1*1509 25093 93.6 28661 41.8 18225 12.8 31779 74.6 54458 12.2 118.0 1.2 zert24 1*1509 24717 91.7 31864 46.4 17483 12.5 27321 64.7 54303 12.8 119.1 1.1 zert24 1*1509 25257 94.0 33480 48.4 18037 12.5 26907 63.7 53674 11.9 117.1 1.4 zert24 1*1509 25558 94.8 32230 46.3 17791 12.5 26548 62.8 51723 11.9 115.7 1.2 zert24 1*1509 25425 94.4 33474 48.2 17823 12.2 25833 61.3 54077 12.7 115.7 1.0 zert24 1*1509 24883 92.9 31838 45.8 17662 12.1 27069 63.9 54304 11.8 120.5 1.3 zert24 1*1509 24847 92.4 33433 48.2 17663 12.1 25848 61.3 54246 11.7 119.9 1.4 zert24 1*1509 25032 92.6 33326 48.0 17722 12.0 26687 62.9 54602 12.8 120.1 1.2 zert24 1*1509 24480 91.1 33124 47.9 17961 12.6 26905 63.6 54352 12.6 115.7 0.9 zert24 1*1509 25344 94.1 32319 47.0 17792 11.9 27427 64.7 54523 12.0 121.1 1.1 zert24 1*1509 25409 94.8 35295 51.6 17285 11.9 25935 61.3 54715 12.7 120.5 1.3 zert24 1*1509 25477 94.2 32202 46.9 17851 12.2 27667 65.1 54706 12.2 118.6 1.1 zert24 1*1509 25122 94.1 31188 44.4 18125 12.4 28271 66.4 54850 11.9 120.6 1.2 zert24 1*1509 25362 94.5 32210 46.4 18100 12.4 27430 64.4 54474 12.2 117.2 1.2 zert24 1*1509 25427 94.8 31963 46.1 18078 12.6 28048 66.2 54139 12.3 123.9 1.0 zert24 1*1509 25795 95.3 32806 46.8 18460 12.7 26768 62.9 54704 12.1 121.4 1.1 zert24 1*1509 24870 92.1 30623 44.2 17902 12.2 27583 65.1 54549 12.5 118.3 1.2 zert24 1*1509 24963 92.6 32013 45.8 18017 12.1 28508 67.2 54965 11.8 120.7 1.0 zert24 1*1509 25338 93.9 30230 42.8 17962 12.6 27965 66.2 54587 11.7 121.1 1.2 zert24 1*1509 25553 95.2 31344 45.4 17854 12.4 27221 64.1 54125 12.4 117.9 1.1 zert24 1*1509 25138 93.5 33662 48.6 17747 12.4 27100 64.2 54882 11.9 120.6 0.9 zert24 1*1509 24947 92.8 31159 45.6 18022 12.2 28129 66.4 54415 11.6 118.5 1.1 zert24 1*1509 25613 95.0 33792 49.0 17427 11.9 26441 62.7 54464 12.3 116.7 1.0 zert24 1*1509 25410 94.7 31601 46.0 17760 12.4 28387 66.9 54528 12.7 118.3 1.1 zert24 1*1509 24296 90.3 32152 46.8 17800 12.3 27791 65.3 54705 12.4 119.9 1.0 zert24 1*1509 25491 94.3 33744 48.6 18092 12.1 26690 63.3 54882 12.3 119.1 1.1 zert24 1*1509 25583 94.3 33591 48.6 17253 11.8 26497 62.7 54475 12.0 121.3 1.3 zert24 1*1509 25298 94.3 31581 45.8 18120 12.5 26969 63.6 54114 12.4 119.5 1.0 zert24 1*1509 25520 95.0 32237 47.0 17551 12.1 27581 65.1 54602 12.1 119.7 1.1 zert24 1*1509 25283 93.5 32180 46.2 18070 12.4 27446 64.9 54448 12.1 119.0 1.0 zert24 1*1509 25656 95.0 32214 46.2 17915 12.0 27818 65.2 54329 12.4 119.0 1.0 zert24 1*1509 25186 92.4 30712 43.7 17974 12.4 27675 65.0 54051 12.1 120.9 1.4 zert24 1*1509 25134 93.4 31213 45.1 18090 12.5 28580 67.6 54490 12.4 120.0 1.1 zert24 1*1509 25622 95.4 32816 46.9 17660 12.2 27417 64.5 54458 11.9 121.2 1.0 zert24 1*1509 25228 92.9 31353 45.9 17824 12.0 28314 66.4 54362 12.5 119.4 1.1 zert24 1*1509 25165 94.0 32408 46.8 17532 12.4 27697 65.4 54915 11.8 117.3 1.0 zert24 1*1509 25449 94.8 28392 40.0 17767 12.3 29939 69.9 52549 11.7 117.6 1.1 zert24 1*1509 25202 92.5 29682 42.3 18312 12.6 29745 69.5 54587 12.5 118.7 1.0 zert24 1*1509 25625 95.1 32731 47.1 17646 11.9 27280 64.0 54427 12.3 118.4 1.1 zert24 1*1509 25161 93.1 32022 46.3 17802 12.1 27662 65.0 54357 12.4 118.5 1.0 and for x86_64 as attachement due to an interrupt of do_bonnie. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 fmfischer@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |tarnold@novell.com ------- Comment #17 from fmfischer@gmx.net 2006-11-21 11:46 MST ------- which file system did you test? Where was it mounted? size? usage? and most important: what did make the tested file system? the 10.2 installation or some other mke2fs? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #18 from tarnold@novell.com 2006-11-22 01:23 MST ------- filesystem is ext3, partition /dev/sda1 mounted on / ( size is 6GB, 4,4GB left ), workdir was /abuild, all partitions were created by 10.2 installation. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #19 from tarnold@novell.com 2006-11-22 01:28 MST ------- Now for x86_64: Doing 50 times: /usr/bin/bonnie -s 1497 -m quake1 ... ---Sequential Output (nosync)--- ---Sequential Input-- --Rnd Seek- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --04k (03)- Iteration Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU Start Date&Time quake1 1*1497 14259 34.5 14185 13.7 5207 2.8 8460 13.0 10549 1.9 134.0 0.5 quake1 1*1497 13680 33.1 14401 14.0 5276 2.8 8354 12.8 10457 1.9 138.0 0.4 quake1 1*1497 13964 33.7 14384 13.9 5223 2.8 8540 12.8 10477 2.1 134.1 0.3 quake1 1*1497 13447 32.3 14373 13.8 5306 2.8 8372 13.0 10428 1.9 134.8 0.3 quake1 1*1497 13820 33.2 14289 13.8 5279 2.8 8324 12.8 10694 2.1 136.9 0.5 quake1 1*1497 13348 32.2 14303 13.8 5312 2.8 8467 12.9 10595 2.0 139.0 0.6 quake1 1*1497 13769 33.2 14394 13.7 5225 2.8 8300 12.6 10522 1.9 135.9 0.5 quake1 1*1497 13715 33.1 14257 13.7 5260 2.8 8577 13.2 10831 2.0 137.5 0.4 quake1 1*1497 13672 33.0 14358 13.8 5222 2.8 8384 12.9 10625 2.1 137.2 0.6 quake1 1*1497 13665 32.9 14329 13.7 5272 2.8 8460 13.1 10637 1.9 134.1 0.5 quake1 1*1497 13851 33.4 14357 13.9 5325 2.8 8492 13.0 10651 2.1 136.3 0.4 quake1 1*1497 14054 34.0 14493 13.9 5299 2.8 8536 13.2 10746 2.1 136.4 0.4 quake1 1*1497 13665 33.0 14354 13.8 5304 2.8 8479 13.1 10385 1.9 132.8 0.5 quake1 1*1497 13823 33.3 14493 14.0 5294 2.8 8533 13.2 10388 1.9 136.9 0.5 quake1 1*1497 13658 33.0 14140 13.5 5345 2.8 8483 12.9 10702 2.1 136.3 0.4 quake1 1*1497 14248 34.3 14411 13.9 5292 2.8 8393 12.9 10442 2.0 140.4 0.4 quake1 1*1497 13889 33.5 14476 14.1 5260 2.8 8379 12.7 10676 2.1 136.0 0.4 quake1 1*1497 13793 33.3 14471 13.9 5322 2.8 8517 13.2 10535 2.0 136.7 0.5 quake1 1*1497 13747 33.1 14092 13.7 5267 2.8 8928 13.6 10793 2.1 135.4 0.4 quake1 1*1497 13655 32.8 14092 13.6 5252 2.8 8384 12.9 10753 2.0 136.8 0.6 quake1 1*1497 14069 34.0 14416 13.9 5283 2.8 8456 13.0 10683 2.0 138.6 0.5 quake1 1*1497 13724 33.1 14320 13.8 5330 2.8 8905 13.8 10678 2.0 134.8 0.4 quake1 1*1497 13881 33.5 14329 13.8 5166 2.7 8433 13.0 10335 2.0 138.1 0.5 quake1 1*1497 13966 33.7 14479 13.9 5289 2.8 8353 12.6 10565 2.1 136.4 0.7 quake1 1*1497 13799 33.3 14236 13.7 5288 2.8 8521 13.1 10425 1.9 135.5 0.5 quake1 1*1497 13698 33.1 14298 13.9 5300 2.8 9018 13.9 10439 2.0 135.8 0.5 quake1 1*1497 13688 33.0 14294 13.8 5259 2.8 8440 13.3 10549 2.1 134.6 0.4 quake1 1*1497 13938 33.6 14335 13.9 5263 2.8 8392 13.1 10373 2.0 131.5 0.4 quake1 1*1497 13840 33.5 14330 13.9 5252 2.8 8400 12.9 10366 2.0 137.5 0.5 quake1 1*1497 13829 33.4 14358 13.9 5278 2.7 8453 13.0 10447 2.1 137.3 0.4 quake1 1*1497 14159 34.2 14445 13.9 5248 2.8 8531 13.0 10592 2.0 136.8 0.5 quake1 1*1497 13621 32.8 14427 13.9 5276 2.8 8390 12.9 10599 2.0 130.8 0.3 quake1 1*1497 13585 32.8 14162 13.6 5188 2.8 8575 13.1 10269 1.9 134.1 0.7 quake1 1*1497 13766 33.2 14282 13.7 5253 2.8 8637 13.2 10661 2.1 135.0 0.3 quake1 1*1497 13865 33.4 14479 13.9 5347 2.8 8569 13.1 10283 1.9 139.0 0.3 quake1 1*1497 13591 32.7 14282 13.7 5352 2.8 8405 12.9 10487 2.0 133.4 0.3 quake1 1*1497 13693 33.1 14456 14.0 5336 2.9 8512 13.0 10610 2.0 135.9 0.6 quake1 1*1497 13775 33.2 14342 13.9 5290 2.8 8444 12.9 10400 1.9 138.0 0.3 quake1 1*1497 13809 33.3 14442 13.9 5338 2.8 8717 13.4 10498 2.1 134.4 0.6 quake1 1*1497 13956 33.6 14463 13.9 5260 2.8 8472 12.9 10350 1.9 134.0 0.5 quake1 1*1497 13937 33.6 14245 13.7 5279 2.8 8647 13.4 10417 2.0 134.7 0.4 quake1 1*1497 13513 32.5 14339 13.8 5361 2.8 8474 13.1 10447 2.0 133.6 0.5 quake1 1*1497 13702 33.0 14233 13.7 5313 2.9 8554 13.0 10469 2.1 136.9 0.3 quake1 1*1497 13883 33.5 14429 14.0 5363 2.8 8513 13.2 10206 2.0 136.9 0.5 quake1 1*1497 13649 32.8 14244 13.8 5291 2.8 8458 13.1 10372 1.9 136.3 0.5 quake1 1*1497 13567 32.6 14182 13.8 5294 2.8 8594 13.2 10431 2.1 137.8 0.5 quake1 1*1497 13895 33.5 14219 13.7 5207 2.8 8478 12.8 10503 1.9 135.7 0.5 quake1 1*1497 13707 33.0 14281 13.7 5316 2.8 8400 12.9 10463 2.1 137.0 0.5 quake1 1*1497 14104 34.1 14246 13.6 5221 2.7 8563 13.1 10201 2.0 136.2 0.4 quake1 1*1497 13857 33.5 14251 13.8 5249 2.8 8478 13.0 10616 2.1 136.0 0.6 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #20 from tarnold@novell.com 2006-11-22 01:32 MST ------- same as i386, but /dev/sda1, 6GB size and 2.8GB left. 2.6.18.2-4-default -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 fmfischer@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|tarnold@novell.com | ------- Comment #21 from fmfischer@gmx.net 2006-11-22 01:42 MST ------- So it seems you got another performance problem on top of it. Maybe you should try the proposed workaround to see whether it improves. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #22 from aj@novell.com 2006-11-22 01:51 MST ------- Frank-Michael, where do you see the performance problem? Those are two different machines. Tim, what is the comparison to 10.1 or SLES10 on the same machine? Are these good values or not? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #23 from tarnold@novell.com 2006-11-22 02:08 MST ------- I haven't tested theses machines on 10.1 or sles10. but kgw told me the bad performance values of the second machines are because of the sata disks. the results of the first machine are ok, i think. shall i test bonnie on more machines or with other filesystems or OSs on these machines? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #24 from fmfischer@gmx.net 2006-11-22 02:18 MST ------- (In reply to comment #22)
Frank-Michael, where do you see the performance problem? Those are two different machines.
Tim, what is the comparison to 10.1 or SLES10 on the same machine? Are these good values or not?
I just assumed these were numbers out of the ordinary as there were not commented and no comparisons with other typ file systems were included. The SATA performance is in any case extraordinary, I am just not sure there is a connection with this bug. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffm@novell.com ------- Comment #25 from aj@novell.com 2006-11-22 03:14 MST ------- Tim, interesting would be IMO: * SLES10 installation, format separate partition with ext3, run bonnie on it * 10.2 RC1 installation, format the same partition with ext3, run bonnie on it And perhaps reiserfs for comparison as well on both installs (same partition). That way we can see whether we have a regression from 10.1 or not. Jan, do you have better ideas? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #26 from fmfischer@gmx.net 2006-11-22 03:59 MST ------- There is no problem with 10.2 formatting a partition with ext3, the problem is formatting this partition during installation and having it mounted on "/". Therefore any test requires a minimum installation from scratch including formatting, an a bit time consuming exercise. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #27 from jack@novell.com 2006-11-22 08:56 MST ------- I've done a small performance test myself. Writing 1GB file to an empty partition with ext3 with 1KB blocksize took on average 40 seconds. Writing to the same empty partition formatted as ext3 with 4KB blocksize took on average 27 seconds. A clear performance difference. What I think is that some yast logic in 10.2 chooses 1KB blocksize for / partition in Michaels case... So it would be good to check that this is really a case. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 jack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |aj@novell.com ------- Comment #28 from jack@novell.com 2006-11-22 09:28 MST ------- OK, I found a spare partition and tried 10.2 RC1 instalation and indeed, yast chose 1KB blocksize. Quick workaround is to edit partition setup and manually set 4KB blocksize. But I think that 'Auto' choice in yast should be changed to use 4KB too... Andreas? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 emap@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schubi@novell.com ------- Comment #31 from emap@novell.com 2006-11-22 10:24 MST ------- Schubi, can you take care of this? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 fmfischer@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Beta 2 |RC 1 ------- Comment #32 from fmfischer@gmx.net 2006-11-23 01:54 MST ------- just for the records: the bug is still here in RC1 -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkoenig@novell.com Status|NEW |NEEDINFO Info Provider| |mkoenig@novell.com ------- Comment #33 from aj@novell.com 2006-11-23 02:08 MST ------- I'm a little bit confused. man mke2fs tells me: -b block-size Specify the size of blocks in bytes. Valid block size vales are 1024, 2048 and 4096 bytes per block. If omitted, mke2fs block-size is heuristically determined by the file system size and the expected usage of the filesystem (see the -T option). If block-size is negative, then mke2fs will use heuristics to determine the appropriate block size, with the constraint that the block size will be at least block-size bytes. This is useful for certain hardware devices which require that the blocksize be a mul‐ tiple of 2k. We do not pass any arguments to mke2fs about the blocksize, so the defaults are choosen which result in your case in a blocksize of 1024. YaST uses the "auto" parameter by default to let mke2fs do the right thing. So, this does look correct at first sight. The question is whether the choosen value of a blocksize of 1024 is really correct. Matthias, can you double check whether 1024 is really the right size - and whether the algorithm in e2fsprogs has changed between 10.1 and 10.2. For reference my RC1 installation has: d116:/home/tux # tune2fs -l /dev/mapper/system-home tune2fs 1.39 (29-May-2006) Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: cc0cfe4a-c212-469f-9e19-bd8a49016a47 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal ext_attr dir_index filetype needs_recovery sparse_super Default mount options: (none) Filesystem state: clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 2347008 Block count: 18771968 Reserved block count: 938598 Free blocks: 18439928 Free inodes: 2346997 First block: 1 Block size: 1024 Fragment size: 1024 Blocks per group: 8192 Fragments per group: 8192 Inodes per group: 1024 Inode blocks per group: 128 Filesystem created: Thu Nov 23 08:48:19 2006 Last mount time: Thu Nov 23 09:14:17 2006 Last write time: Thu Nov 23 09:14:17 2006 Mount count: 2 Maximum mount count: 500 Last checked: Thu Nov 23 08:48:19 2006 Check interval: 5184000 (2 months) Next check after: Mon Jan 22 08:48:19 2007 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 128 Journal inode: 8 Default directory hash: tea Directory Hash Seed: f595aa22-67a4-4aec-b764-5d18fd1d3216 Journal backup: inode blocks System is available for looking at. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #34 from fmfischer@gmx.net 2006-11-23 02:12 MST ------- mke2fs takes its defaults from /etc/mke2fs.conf. So the question is, how is this set during installation? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #35 from aj@novell.com 2006-11-23 02:19 MST ------- Thanks, I'll check... -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #36 from aj@novell.com 2006-11-23 02:26 MST ------- There's no /etc/mke2fs.conf. Matthias, should there be one - and what's the content? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #37 from fmfischer@gmx.net 2006-11-23 02:34 MST ------- my quick workaround goes like this: Boot from mini iso (or CD1 or DVD) into rescue (works now with RC1, rescue was broken in beta 2): "mke2fs -j -b 4096 /dev/hdaX" then start installation and change the proposed partitioning into not formatting this partition (and any other partition you want to have ext2 or ext3 on). This workaround speeds up the installation a bit, too. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #38 from fmfischer@gmx.net 2006-11-23 02:35 MST ------- After installing RC1: mifi@little:~> cat /etc/mke2fs.conf [defaults] base_features = sparse_super,filetype,resize_inode,dir_index blocksize = 4096 inode_ratio = 8192 [fs_types] small = { blocksize = 1024 inode_ratio = 4096 } floppy = { blocksize = 1024 } news = { inode_ratio = 4096 } largefile = { inode_ratio = 1048576 } largefile4 = { inode_ratio = 4194304 } -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 mkoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|mkoenig@novell.com | ------- Comment #39 from mkoenig@novell.com 2006-11-23 03:34 MST ------- e2fsprogs has been updated for 10.2 to version 1.39. The /etc/mke2fs.conf configuration is a new feature which defines the default parameters for mke2fs and should be installed. The default config is part of the package. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 mkoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|emap@novell.com |snwint@novell.com Status|ASSIGNED |NEW -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #40 from aj@novell.com 2006-11-23 04:14 MST ------- Steffen, please add /etc/mke2fs.conf to the inst-sys. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 snwint@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #41 from snwint@novell.com 2006-11-23 04:26 MST ------- ok, added -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #42 from fmfischer@gmx.net 2006-11-23 08:03 MST ------- Great, in which milestone is it going to be fixed? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #43 from aj@novell.com 2006-11-23 09:34 MST ------- RC2 which is not public - I'll test this myself. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #44 from fmfischer@gmx.net 2006-11-23 12:33 MST ------- I've just checked how mke2fs works if /etc/mke2fs.conf isn't there: little:~ # mv /etc/mke2fs.conf . little:~ # mke2fs -j /dev/hda5 mke2fs 1.39 (29-May-2006) Dateisystem-Label= OS-Typ: Linux Blockgröße=1024 (log=0) Fragmentgröße=1024 (log=0) 1000448 Inodes, 8000464 Blöcke 400023 Blöcke (5.00%) reserviert für den Superuser erster Datenblock=1 977 Blockgruppen 8192 Blöcke pro Gruppe, 8192 Fragmente pro Gruppe 1024 Inodes pro Gruppe Superblock-Sicherungskopien gespeichert in den Blöcken: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553, 1024001, 1990657, 2809857, 5120001, 5971969 Schreibe Inode-Tabellen: erledigt Erstelle Journal (32768 Blöcke): erledigt Schreibe Superblöcke und Dateisystem-Accountinginformationen: erledigt Das Dateisystem wird automatisch alle 33 Mounts bzw. alle 180 Tage überprüft, je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t . little:~ # mv mke2fs.conf /etc/ little:~ # mke2fs -j /dev/hda5 mke2fs 1.39 (29-May-2006) Dateisystem-Label= OS-Typ: Linux Blockgröße=4096 (log=2) Fragmentgröße=4096 (log=2) 1001920 Inodes, 2000116 Blöcke 100005 Blöcke (5.00%) reserviert für den Superuser erster Datenblock=0 Maximum filesystem blocks=2051014656 62 Blockgruppen 32768 Blöcke pro Gruppe, 32768 Fragmente pro Gruppe 16160 Inodes pro Gruppe Superblock-Sicherungskopien gespeichert in den Blöcken: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632 Schreibe Inode-Tabellen: erledigt Erstelle Journal (32768 Blöcke): erledigt Schreibe Superblöcke und Dateisystem-Accountinginformationen: erledigt Das Dateisystem wird automatisch alle 22 Mounts bzw. alle 180 Tage überprüft, je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t . So the built-in default of mke2fs is "-b 1024" indeed. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #45 from aj@novell.com 2006-11-24 07:06 MST ------- Just tested our current tree: A normal install really uses a blocksize of 4096 for my 4 GB ext3 root partition. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 ------- Comment #46 from richard.bos@xs4all.nl 2006-11-26 07:03 MST ------- I just installed RC2 and it took 23 minutes to partition a 140 GB partition with ext3. This was during regular installation. Therefor I don't the command line options that are used, that's all controlled by yast. With reiserfs partitioning such a partition would take seconds.... -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220200 jack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seife@novell.com ------- Comment #47 from jack@novell.com 2007-01-05 13:41 MST ------- *** Bug 231494 has been marked as a duplicate of this bug. *** -- 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, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com