search for: ocfs2_read_locked_inod

Displaying 11 results from an estimated 11 matches for "ocfs2_read_locked_inod".

2009 Feb 20
2
[PATCH 1/1] OCFS2: add error check for ocfs2_read_locked_inode() call
add error check for ocfs2_read_locked_inode() call. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> -- Index: inode.c =================================================================== --- inode.c (revision 149) +++ inode.c (working copy) @@ -118,6 +118,7 @@ struct inode *ocfs2_iget(struct ocfs2_su struct inode *inode =...
2009 May 12
2
add error check for ocfs2_read_locked_inode() call
After upgrading from 2.6.28.10 to 2.6.29.3 I've saw following new errors in kernel log: May 12 14:46:41 falcon-cl5 May 12 14:46:41 falcon-cl5 (6757,7):ocfs2_read_locked_inode:466 ERROR: status = -22 Only one node is mounted volumes in cluster: /dev/sde on /home/apache/users/D1 type ocfs2 (rw,_netdev,noatime,heartbeat=local) /dev/sdd on /home/apache/users/D2 type ocfs2 (rw,_netdev,noatime,heartbeat=local) /dev/sdc on /home/apache/users/D3 type ocfs2 (rw,_netdev,noa...
2010 Aug 12
3
[PATCH 1/2] ocfs2: Fix metaecc error messages
Like tools, the checksum validate function now prints the values in hex. Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com> --- fs/ocfs2/blockcheck.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/blockcheck.c b/fs/ocfs2/blockcheck.c index ec6d123..c7ee03c 100644 --- a/fs/ocfs2/blockcheck.c +++ b/fs/ocfs2/blockcheck.c @@ -439,7 +439,7 @@ int
2006 Oct 31
3
ocfs2 error messages
I received the following error messages in the system logs. Is this anything to be concerned with? kernel: (4074,0):ocfs2_populate_inode:234 ERROR: Invalid dinode: i_ino=1293597, i_blkno=1293597, signature = INODE01, flags = 0x0 kernel: (4074,0):ocfs2_read_locked_inode:389 ERROR: populate inode failed! i_blkno=1293597, i_ino=1293597 kernel: (4074,0):ocfs2_iget:131 ERROR: status = -116 kernel: (4074,0):ocfs2_iget:141 ERROR: status = -116 kernel: (4074,0):ocfs2_get_dentry:63 ERROR: status = -116 This is a three node cluster, no other error messages on any o...
2008 Oct 15
1
[PATCH] ocfs2: Wrap inode block reads in a dedicated function.
...fe->i_attr); > @@ -354,10 +345,7 @@ int ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, > > ocfs2_set_inode_flags(inode); > > - status = 0; > -bail: > - mlog_exit(status); > - return status; > + mlog_exit_void(); > } > > static int ocfs2_read_locked_inode(struct inode *inode, > @@ -460,11 +448,15 @@ static int ocfs2_read_locked_inode(struct inode *inode, > } > } > > - if (can_lock) > - status = ocfs2_read_blocks(inode, args->fi_blkno, 1, &bh, > - OCFS2_BH_IGNORE_CACHE); > - else > + if (can_lock) { &...
2008 Aug 20
1
Weird messages at kernel.log
...d a new 2 node cluster and I found messages at > kernel.log like the following: > > Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_populate_inode:236 ERROR: > Invalid dinode: i_ino=9311700, i_blkno=9311700, signature = INODE01, flags > = 0x0 > Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_read_locked_inode:393 ERROR: > populate failed! i_blkno=9311700, i_ino=9311700 > Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_iget:131 ERROR: status = -116 > Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_iget:141 ERROR: status = -116 > Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_get_dentry:63 ERROR: sta...
2012 Jul 30
0
ocfs2 read only and unable to access data
An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20120731/5f1e8a49/attachment.html
2012 Aug 06
0
Problem with mdadm + lvm + drbd + ocfs ( sounds obvious, eh ? :) )
...lidate_inode_block: Invalid dinode #922073: OCFS2_VALID_FL not set Aug 5 14:40:11 admin1 kernel: [266728.868443] File system is now read-only due to the potential of on-disk corruption. Please run fsck.ocfs2 once the file system is unmounted. Aug 5 14:40:11 admin1 kernel: [266728.868571] (7023,1):ocfs2_read_locked_inode:496 ERROR: status = -22 ---- I did run fsck.ocfs2 as told, fsck said "you're clean!" but the error continue to appear. I 've found mentions of problems with lvm2, like this: http://www.mail-archive.com/ocfs2-users at oss.oracle.com/msg03227.html - Does this problem manifests...
2007 Nov 26
2
OCFS2 on CentOS 4.5 for CRS/RAC
...cle OCFS2 1.2.7-1 (with exact kernel matching). After this I installed Oracle CRS 10.2.0.1 and that installation went fine. Then I tried to install Oracle RDBMS 10.2.0.1 and all the problems started from there. The /var/log/messages file got filled up with messages (giving some to avoid confusion): ocfs2_read_locked_inode: .. : ERROR: Invalid dinode #0 signature = 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/lo...
2008 Jun 24
2
Invalid argument while mounting
...ile mounting /dev/sdd1 on /u02. Check 'dmesg' for more information on this error. /etc/fstab: /dev/sdd1 /u02 ocfs2 _netdev,datavolume,nointr 0 0 Tail of dmesg: ocfs2_dlm: Nodes in domain ("A7C5B0954A074B36A99739A15F640F2A"): 0 (11528,3):ocfs2_read_locked_inode:374 ERROR: Invalid dinode #0: signature = (11528,3):ocfs2_iget:131 ERROR: status = -116 (11528,3):ocfs2_iget:141 ERROR: status = -116 (11528,3):_ocfs2_get_system_file_inode:122 ERROR: status = -116 (11528,3):ocfs2_init_local_system_inodes:273 ERROR: status=-22, sysfile=7, slot=0 (11528,3):ocfs2_m...
2006 Dec 29
3
[git patches] ocfs2 fixes
Hi Linus, Here are some 2.6.20 fixes for ocfs2. The patch by Zhen Wei isn't really a fix, but a very small amount of support for a feature which is mostly implemented in ocfs2-tools. Considering it's just a single attribute export via configfs, I'd say it's pretty safe to merge. Please pull from 'upstream-linus' branch of