search for: ocfs2_extend_file

Displaying 6 results from an estimated 6 matches for "ocfs2_extend_file".

2006 Aug 16
2
RedHat Node Panic Weekly
...ot; Can anyone tell me what might be happening here? I have a 3 node cluster running under RH AS 4 (2.6.9-34.ELsmp) with ocfs2 v. 1.2.1. I've upgraded to 1.2.1 as suggested in the previous post, but one or more of my nodes continues to panic weekly: Aug 16 15:29:02 linux96 kernel: (6670,2):ocfs2_extend_file:787 ERROR: bug expression: i_size_read(inode) != (le64_to_cpu(fe->i_size) - *bytes_extended) Aug 16 15:29:02 linux96 kernel: (6670,2):ocfs2_extend_file:787 ERROR: Inode 1067290 i_size = 6073937, dinode i_size = 6074345, bytes_extended = 0, new_i_size = 6074037 Aug 16 15:29:02 linux96 kernel: ---...
2007 Nov 26
2
OCFS2 on CentOS 4.5 for CRS/RAC
...ocfs2_lookup: .. : ERROR: Unable to create inode .... Then OUI gave several error messages, e.g. .... Invalid stored block length on file ...../em/em.war followed by I/O error in file Errors in invoking to files ins_rdbms.mk and ins_ldap.mk Then /var/log/messages gave: OCFS2: ERROR (device ....): ocfs2_extend_file: Dinode # ...... has bad signature O' # I .... And the installation failed & CRS died. And the machines reboot. I ran fsck.ocfs2 -n /dev/...., it came clean. I have tested this several timnes & always same thing happening. If I use RAW partitions, everything works fine. So, the proble...
2008 Sep 04
4
[PATCH 0/3] ocfs2: Switch over to JBD2.
ocfs2 currently uses the Journaled Block Device (JBD) for its journaling. This is a very stable and tested codebase. However, JBD is limited by architecture to 32bit block numbers. This means an ocfs2 filesystem is limited to 2^32 blocks. With a 4K blocksize, that's 16TB. People want larger volumes. Fortunately, there is now JBD2. JBD2 adds 64bit block number support and some other
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi, this is the next version of quota support for quota tools. I've addressed all the comments of Tao, Joel and others. Sparse feature disabling also correctly updates quota information now and the patch is merged into the tunefs support patch. Honza
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi, I'm sending a series of patches implementing quota support into ocfs2-tools. It's the same as the original huge patch I've sent but now it's split as Joel asked. I've also realized that when disabling SPARSE feature, we should update quota information. That piece of code is missing, I'll implement it soon. Comments welcome. Honza
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi, below comes a new version of the series of patches implementing quota support for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given number of bytes instead of number of blocks. Besides that the series should be the same. Honza