Tim Nufire <[email protected]> writes:

> Hello,
>
> I'm running a multi-petabyte data farm built on top of 18TB RAID6 volumes
> formatted with JFS. As you would expect, individual servers periodically fail
> due to hardware or power problems and while we have never lost data due to one
> of these events, our JFS keep failing resulting in 8+ hour fsck runs. In all
> cases I get error rc=-231 but can't find any references on line that would

/* 231 */ { fsck_BMAPBADHT, "Incorrect height detected in in page %s,%d.", 
fsck_debug}

That's a inconsistency in a block bmap, in particular a higher level points to 
a block
that doesn't exist.

Not sure why it's not printed as the message though or why fsck doesn't give
more information. Most likely it's unable to fix the problem.

-Andi

-- 
[email protected] -- Speaking for myself only.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Jfs-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jfs-discussion

Reply via email to