* reiserfs mount time
@ 2006-01-08 22:24 Jan Engelhardt
2006-01-08 22:34 ` Tomasz Torcz
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Jan Engelhardt @ 2006-01-08 22:24 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hi,
brought to attentino on an irc channel, reiser seems to have the largest
mount times for big partitions. I see this behavior on at least two
machines (160G, 250G) and one specially-crafted virtual machine
(a 1.9TB disk / 1.9TB partition - took somewhere over 120 seconds).
Here's a dig http://linuxgazette.net/122/misc/piszcz/group001/image002.png
from http://linuxgazette.net/122/TWDT.html#piszcz
So, any hint from the reiserfs developers how come reiserfs takes so long?
Standard mkreiserfs options (none extra passed).
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: reiserfs mount time
2006-01-08 22:24 reiserfs mount time Jan Engelhardt
@ 2006-01-08 22:34 ` Tomasz Torcz
2006-01-08 23:31 ` Lee Revell
2006-01-14 20:34 ` Jan Kara
2 siblings, 0 replies; 8+ messages in thread
From: Tomasz Torcz @ 2006-01-08 22:34 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 645 bytes --]
On Sun, Jan 08, 2006 at 11:24:02PM +0100, Jan Engelhardt wrote:
> Hi,
>
>
> brought to attentino on an irc channel, reiser seems to have the largest
> mount times for big partitions. I see this behavior on at least two
> machines (160G, 250G) and one specially-crafted virtual machine
> (a 1.9TB disk / 1.9TB partition - took somewhere over 120 seconds).
My 177 GiB partition on SATA disc takes about 10 seconds to mount. It
is 1/3 of Linux boot time :(
--
Tomasz Torcz 72->| 80->|
zdzichu@irc.-nie.spam-.pl 72->| 80->|
[-- Attachment #2: Type: application/pgp-signature, Size: 229 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: reiserfs mount time
2006-01-08 22:24 reiserfs mount time Jan Engelhardt
2006-01-08 22:34 ` Tomasz Torcz
@ 2006-01-08 23:31 ` Lee Revell
2006-01-09 16:18 ` Jan Engelhardt
2006-01-14 20:34 ` Jan Kara
2 siblings, 1 reply; 8+ messages in thread
From: Lee Revell @ 2006-01-08 23:31 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Linux Kernel Mailing List
On Sun, 2006-01-08 at 23:24 +0100, Jan Engelhardt wrote:
> Hi,
>
>
> brought to attentino on an irc channel, reiser seems to have the largest
> mount times for big partitions. I see this behavior on at least two
> machines (160G, 250G) and one specially-crafted virtual machine
> (a 1.9TB disk / 1.9TB partition - took somewhere over 120 seconds).
> Here's a dig http://linuxgazette.net/122/misc/piszcz/group001/image002.png
> from http://linuxgazette.net/122/TWDT.html#piszcz
> So, any hint from the reiserfs developers how come reiserfs takes so long?
> Standard mkreiserfs options (none extra passed).
>
reiser3 or reiser4?
Lee
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: reiserfs mount time
2006-01-08 22:24 reiserfs mount time Jan Engelhardt
2006-01-08 22:34 ` Tomasz Torcz
2006-01-08 23:31 ` Lee Revell
@ 2006-01-14 20:34 ` Jan Kara
2006-01-14 20:40 ` Jeffrey Mahoney
2 siblings, 1 reply; 8+ messages in thread
From: Jan Kara @ 2006-01-14 20:34 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Linux Kernel Mailing List, jeffm
Hello,
> brought to attentino on an irc channel, reiser seems to have the largest
> mount times for big partitions. I see this behavior on at least two
> machines (160G, 250G) and one specially-crafted virtual machine
> (a 1.9TB disk / 1.9TB partition - took somewhere over 120 seconds).
> Here's a dig http://linuxgazette.net/122/misc/piszcz/group001/image002.png
> from http://linuxgazette.net/122/TWDT.html#piszcz
> So, any hint from the reiserfs developers how come reiserfs takes so long?
> Standard mkreiserfs options (none extra passed).
If I remember correctly, the problem is reiserfs loads bitmaps on mount
and that takes most of the time. Jeff Mahoney <jeffm@suse.com> has
patches fixing this but I think Hans rejected them because he wants only
bugfixes in reiser3...
Honza
--
Jan Kara <jack@suse.cz>
SuSE CR Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: reiserfs mount time
2006-01-14 20:34 ` Jan Kara
@ 2006-01-14 20:40 ` Jeffrey Mahoney
2006-01-14 21:37 ` Jan Engelhardt
0 siblings, 1 reply; 8+ messages in thread
From: Jeffrey Mahoney @ 2006-01-14 20:40 UTC (permalink / raw)
To: Jan Kara; +Cc: Jan Engelhardt, Linux Kernel Mailing List
Jan Kara wrote:
> Hello,
>
>
>>brought to attentino on an irc channel, reiser seems to have the largest
>>mount times for big partitions. I see this behavior on at least two
>>machines (160G, 250G) and one specially-crafted virtual machine
>>(a 1.9TB disk / 1.9TB partition - took somewhere over 120 seconds).
>>Here's a dig http://linuxgazette.net/122/misc/piszcz/group001/image002.png
>>from http://linuxgazette.net/122/TWDT.html#piszcz
>>So, any hint from the reiserfs developers how come reiserfs takes so long?
>>Standard mkreiserfs options (none extra passed).
>
> If I remember correctly, the problem is reiserfs loads bitmaps on mount
> and that takes most of the time. Jeff Mahoney <jeffm@suse.com> has
> patches fixing this but I think Hans rejected them because he wants only
> bugfixes in reiser3...
Yeah, that's the right analysis. ReiserFS caches bitmaps on mount and
for large file systems it can take a quite a long time. I've heard
reports of up to 15 minutes on multi-TB file systems.
As far as these patches getting accepted, Hans was opposed to them
initially, but emailed in September saying he decided that they should
be accepted after all.
These were against 2.6.12.1, and I remerged and split the patches out
yesterday evening. I'm going to do a bit of testing and send them out on
Monday for inclusion in -mm.
-Jeff
--
Jeff Mahoney
SUSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: reiserfs mount time
2006-01-14 20:40 ` Jeffrey Mahoney
@ 2006-01-14 21:37 ` Jan Engelhardt
0 siblings, 0 replies; 8+ messages in thread
From: Jan Engelhardt @ 2006-01-14 21:37 UTC (permalink / raw)
To: Jeffrey Mahoney; +Cc: Jan Kara, Linux Kernel Mailing List
>>>brought to attentino on an irc channel, reiser seems to have the largest
>>>mount times for big partitions. I see this behavior on at least two
>>>machines (160G, 250G) and one specially-crafted virtual machine
>>>(a 1.9TB disk / 1.9TB partition - took somewhere over 120 seconds).
>>>Here's a dig http://linuxgazette.net/122/misc/piszcz/group001/image002.png
>>>from http://linuxgazette.net/122/TWDT.html#piszcz
>>>So, any hint from the reiserfs developers how come reiserfs takes so long?
>>>Standard mkreiserfs options (none extra passed).
>>
>> If I remember correctly, the problem is reiserfs loads bitmaps on mount
>> and that takes most of the time. Jeff Mahoney <jeffm@suse.com> has
>> patches fixing this but I think Hans rejected them because he wants only
>> bugfixes in reiser3...
>
>Yeah, that's the right analysis. ReiserFS caches bitmaps on mount and
>for large file systems it can take a quite a long time.
And quite some memory. But never mind, I already migrated by now.
(Not because of mount time, but other factors.)
Jan Engelhardt
--
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-01-14 21:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-08 22:24 reiserfs mount time Jan Engelhardt
2006-01-08 22:34 ` Tomasz Torcz
2006-01-08 23:31 ` Lee Revell
2006-01-09 16:18 ` Jan Engelhardt
2006-01-09 16:21 ` Lee Revell
2006-01-14 20:34 ` Jan Kara
2006-01-14 20:40 ` Jeffrey Mahoney
2006-01-14 21:37 ` Jan Engelhardt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.