* reiserfsck will take 28 years
@ 2003-03-01 4:09 Marc Rotzow
2003-03-01 23:04 ` Todd Lyons
0 siblings, 1 reply; 4+ messages in thread
From: Marc Rotzow @ 2003-03-01 4:09 UTC (permalink / raw)
To: reiserfs-list
Our backup started to kernel panic when it hit certain files in certain
directories.
We moved them aside, and proposed to fix them by trying a rebuild-tree
after the other stuff had failed.
What we discovered is that based on the rate it was doing files, after a
couple of hours (it starts off at a decent rate and quickly trails to
slow), it would take an estimated 28 years, (1 every 5 seconds).
What can we do to revive it and not force it to try to do a
rebuild-tree? We don't have 28 years.
Thanks,
Marc
Pertinent info for my installation below:
reiserfsprog 3.6.4-2
kernel: 2.4.20-1
Debian linux
Raid 5, ICP Vortex.
16 drives x 72GB 10k SCSI drives.
945 GB Usable space
1 partition.
Approximately 125 million files.
debug info and other possibly interesting bits below:
Skipping 15883 blocks (super block, journal, bitmaps) 125811385 blocks will be read
0% left 125807299,
debugreiserfs -d /dev/sda1
<--------debugreiserfs 3.6.4, 2002-------->
Filesystem state: consistency is not checked after last mounting
Reiserfs super block in block 16 on 0x801 of format 3.6 with standard journal
Count of blocks on the device: 251413225
Number of bitmaps: 7673
Blocksize: 4096
Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks): 251413225
Root block: 4294967295
Filesystem is cleanly umounted
Tree height: 65535
Hash function used to sort names: "r5"
Objectid map size 570, max 972
Journal parameters:
Device [0x0]
Magic [0x0]
Size 8193 blocks (including 1 for journal header) (first block 18)
Max transaction length 1024 blocks
Max batch size 900 blocks
Max commit age 30
Blocks reserved by journal: 0
Fs state field: 0x1
sb_version: 2
inode generation number: 41340655
UUID: 57c6cdcf-364b-4d51-8e97-ae2ac60f0672
LABEL:
Set flags in SB:
ATTRIBUTES CLEAN
The problem has occurred looks like a hardware problem.
Check your hard drive for badblocks.
bread: Cannot read the block (4294967295).
Aborted
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: reiserfsck will take 28 years
2003-03-01 4:09 reiserfsck will take 28 years Marc Rotzow
@ 2003-03-01 23:04 ` Todd Lyons
2003-03-02 2:01 ` Hans Reiser
0 siblings, 1 reply; 4+ messages in thread
From: Todd Lyons @ 2003-03-01 23:04 UTC (permalink / raw)
To: reiserfs-list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Marc Rotzow wanted us to know:
>945 GB Usable space
Our 500 GB partition took 8 hours to do in a rebuild-tree. We didn't
have that many files though. I don't know if that affects things.
- --
Blue skies... Todd Public key: http://www.mrball.net/todd.asc
<cbsmith> Damn, I have to figure out a way to keep my connection up. :-(
<scandal> cbsmith: would that be like viagra for TCP?
Linux kernel 2.4.19-16mdk 4 users, load average: 0.00, 0.00, 0.00
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: http://www.mrball.net/todd.asc
iD8DBQE+YTyNIBT1264ScBURAh7HAJ4jg9IiKHE9Xk7VLaFs8BJmDOVGPACcCcSt
KbpNQLxJSupSueuVEzZRifo=
=qN+C
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: reiserfsck will take 28 years
2003-03-01 23:04 ` Todd Lyons
@ 2003-03-02 2:01 ` Hans Reiser
2003-03-02 11:10 ` Vitaly Fertman
0 siblings, 1 reply; 4+ messages in thread
From: Hans Reiser @ 2003-03-02 2:01 UTC (permalink / raw)
To: Todd Lyons; +Cc: reiserfs-list
Todd Lyons wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Marc Rotzow wanted us to know:
>
>
>
>>945 GB Usable space
>>
>>
>
>Our 500 GB partition took 8 hours to do in a rebuild-tree. We didn't
>have that many files though. I don't know if that affects things.
>- --
>Blue skies... Todd Public key: http://www.mrball.net/todd.asc
><cbsmith> Damn, I have to figure out a way to keep my connection up. :-(
><scandal> cbsmith: would that be like viagra for TCP?
>Linux kernel 2.4.19-16mdk 4 users, load average: 0.00, 0.00, 0.00
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.0.7 (GNU/Linux)
>Comment: http://www.mrball.net/todd.asc
>
>iD8DBQE+YTyNIBT1264ScBURAh7HAJ4jg9IiKHE9Xk7VLaFs8BJmDOVGPACcCcSt
>KbpNQLxJSupSueuVEzZRifo=
>=qN+C
>-----END PGP SIGNATURE-----
>
>
>
>
It affects things a lot. Vitaly needs to rewrite the oid tracking code,
because each oid added means a memory shift of the entire oid map. This
is a fundamentally flawed algorithm for filesystem with a lot of files,
and it is the reason for his slowdown.
--
Hans
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: reiserfsck will take 28 years
2003-03-02 2:01 ` Hans Reiser
@ 2003-03-02 11:10 ` Vitaly Fertman
0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Fertman @ 2003-03-02 11:10 UTC (permalink / raw)
To: reiserfs-list
On Sunday 02 March 2003 05:01, Hans Reiser wrote:
> Todd Lyons wrote:
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA1
> >
> >Marc Rotzow wanted us to know:
> >>945 GB Usable space
> >
> >Our 500 GB partition took 8 hours to do in a rebuild-tree. We didn't
> >have that many files though. I don't know if that affects things.
> >- --
> >Blue skies... Todd Public key: http://www.mrball.net/todd.asc
> ><cbsmith> Damn, I have to figure out a way to keep my connection up. :-(
> ><scandal> cbsmith: would that be like viagra for TCP?
> >Linux kernel 2.4.19-16mdk 4 users, load average: 0.00, 0.00, 0.00
> >-----BEGIN PGP SIGNATURE-----
> >Version: GnuPG v1.0.7 (GNU/Linux)
> >Comment: http://www.mrball.net/todd.asc
> >
> >iD8DBQE+YTyNIBT1264ScBURAh7HAJ4jg9IiKHE9Xk7VLaFs8BJmDOVGPACcCcSt
> >KbpNQLxJSupSueuVEzZRifo=
> >=qN+C
> >-----END PGP SIGNATURE-----
>
> It affects things a lot. Vitaly needs to rewrite the oid tracking code,
> because each oid added means a memory shift of the entire oid map. This
> is a fundamentally flawed algorithm for filesystem with a lot of files,
> and it is the reason for his slowdown.
And I am working on it now.
--
Thanks,
Vitaly Fertman
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-03-02 11:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-01 4:09 reiserfsck will take 28 years Marc Rotzow
2003-03-01 23:04 ` Todd Lyons
2003-03-02 2:01 ` Hans Reiser
2003-03-02 11:10 ` Vitaly Fertman
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.