search for: ocfs2_validate_extent_block

Displaying 3 results from an estimated 3 matches for "ocfs2_validate_extent_block".

2010 Jun 14
3
Diagnosing some OCFS2 error messages
....116255] (ocfs2_wq,5995,6):ocfs2_block_check_validate:443 ERROR: CRC32 failed: stored: 2715161149, computed 575704001. Applying ECC. [94355.116344] (ocfs2_wq,5995,6):ocfs2_block_check_validate:457 ERROR: Fixed CRC32 failed: stored: 2715161149, computed 2102707465 [94355.116348] (ocfs2_wq,5995,6):ocfs2_validate_extent_block:903 ERROR: Checksum failed for extent block 2321665 [94355.116352] (ocfs2_wq,5995,6):__ocfs2_find_path:1861 ERROR: status = -5 [94355.116355] (ocfs2_wq,5995,6):ocfs2_find_leaf:1958 ERROR: status = -5 [94355.116358] (ocfs2_wq,5995,6):ocfs2_find_new_last_ext_blk:6655 ERROR: status = -5 [94355.116...
2011 Jan 12
1
Problems with fsck
...idate:443 ERROR: CRC32 failed: stored: 0x76176db1, computed 0x9e4c2434. Applying ECC. Jan 11 23:11:56 www1 kernel: [ 2339.645074] (mc,3305,0):ocfs2_block_check_validate:457 ERROR: Fixed CRC32 failed: stored: 0x76176db1, computed 0x91119fb2 Jan 11 23:11:56 www1 kernel: [ 2339.647196] (mc,3305,0):ocfs2_validate_extent_block:903 ERROR: Checksum failed for extent block 6924877 Jan 11 23:11:56 www1 kernel: [ 2339.649212] (mc,3305,0):__ocfs2_find_path:1837 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.650409] (mc,3305,0):ocfs2_remove_rightmost_path:3090 ERROR: status = -5 Jan 11 23:11:56 www1 kernel: [ 2339.65...
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from struct inode. They are currently tied together pretty tightly. Metadata reads happen via the ocfs2_read_blocks() functions, writes via both jbd2 and ocfs2_write_blocks(). - Each inode has a cache of associated metadata blocks stored on its ip_metadata_cache member. The ocfs2_read/write_blocks() functions take a struct