From: Vitaly Fertman <vitaly@namesys.com>
To: Larry Weldon <larry@welcoin.com>,
reiserfs mailing list <reiserfs-list@namesys.com>
Subject: Re: rebuild-tree
Date: Mon, 8 Dec 2003 14:01:10 +0300 [thread overview]
Message-ID: <200312081330.29685.vitaly@namesys.com> (raw)
In-Reply-To: <1070829963.2789.528.camel@larry>
Hi Larry,
On Sunday 07 December 2003 23:46, Larry Weldon wrote:
> A client's production file server is set up using RAID-1 with 2 IDE
> disks and reiserfs. The operating system is Mandrake 9.1. The system has
> an APC 1050 SmartUPS on it - the place does have a history of power
> glitches so _everything_ has a UPS.
>
> Monday last I noticed the tape backup (I use tar) crashed at less than 1
> minute with memory exhausted error. Examination showed a directory made
> using a client machine as a 'backup' of the main job directory had an
> error showing up as "cannot stat..." when running du. Since it was a
> backup directory they just renamed it and tried to delete it using a DOS
> shell. All the files and directories were successfully deleted except
> the two offending files and their parent directories.
>
> It took me all week to see what was wrong although it was plain...
>
> After a successful backup, excluding the offending directory, I
> unmounted and used reiserfsck --check which told me 1 item was badly
> broken and to use reiserfsck --rebuild-tree which worked perfectly and
> restored all the meta-data and files.
>
> I would call that a nice job of recovering from some corruption. I did
> not think to keep the output of the rebuild-tree function - I recall the
> two bad files had some record of size 120 bytes (wrong) and it was reset
> to 96 (correct).
>
> I use reiserfs mostly because it was recommended by a friend. Now I find
> out he has abandoned reiserfs because of:
> http://www.wlug.org.nz/ReiserFS
> which seems to be down right now so excerpt follows:
> =======================================================================
> Unfortunately, the tree structure used is also the weak point of
> ReiserFS: if any of it gets corrupted, chances are that much more data
> will be affected than under traditional FileSystems. Rather than losing
> a single file to corruption of an inode, you may lose almost the entire
> contents of your disk if metadata close to the root of the BTree is
> affected. Fortunately, the likelihood of this happening due to bugs has
> been dramatically reduced in more recent version of the driver. Hardware
> failure caused corruption is still a serious problem, though.
> ========================================================================
>
> Now, I can't just stop using reiserfs and I don't want to. I think there
> is great merit in it. So, first, with the limited info I have given,
> what might have happened to create the problem and how likely might it
> be to happen again? Secondly, what is the *real* hazard of corruption
> _higher_up_ in the tree which the article says might blow away the whole
> partition?
>
> Thanks and regards.
rebuild-tree builds the BTree from the scratch gathering all leaf nodes
of the tree -- only these formatted nodes contain user's data -- throwing
away others and building the new tree from them. Thus if there is the
only corruption in some node close to the root node of the BTree you
will lose nothing.
It also may look like you have lost the whole reiserfs partition if
you repartitioned the hard disk and moved the start of the reiserfs
partition aside on e.g. 1 track consisted of 63 sectors -- no one 4k
reiserfs formatted block will be found in this case (4k is the default
reiserfs blocksize).
And of course if a reiserfs is corrupted and you continue using it, you
may get more corruptions there; and working on some broken hardware
may destroy a lot of data also.
--
Thanks,
Vitaly Fertman
next prev parent reply other threads:[~2003-12-08 11:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-07 20:46 rebuild-tree Larry Weldon
2003-12-08 11:01 ` Vitaly Fertman [this message]
2003-12-08 15:51 ` rebuild-tree Hans Reiser
2003-12-09 11:16 ` rebuild-tree Larry Weldon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200312081330.29685.vitaly@namesys.com \
--to=vitaly@namesys.com \
--cc=larry@welcoin.com \
--cc=reiserfs-list@namesys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.