Re: [Cluster-devel] [GFS2 PATCH v2 14/15] GFS2: Hold onto iopen glock longer when dinode creation fails

2015-10-16 Thread Andrew W Elble
; 0b 49 83 7c 24 50 00 74 89 48 89 de 31 ff e8 03 fb ff ff 0f [209071.114699] RIP [] gfs2_glock_put+0x139/0x160 [gfs2] [209071.114699] RSP Thanks, Andy -- Andrew W. Elble awe...@discipline.rit.edu Infrastructure Engineer, Communications Technical Lead Rochester Institute of Technology PGP: BFAD 8461 4CCF DC95 DA2C B0EB 965B 082E 863E C912

Re: [Cluster-devel] [GFS2 PATCH v2 14/15] GFS2: Hold onto iopen glock longer when dinode creation fails

2015-10-16 Thread Andrew W Elble
00 0 0 0 000 S G Waiting: 00 0 0 0 000 S P Waiting: 00 0 0 0 000 S DLM wait: 0 Thanks, Andy -- Andrew W. Elble awe...@discipline.rit.edu Infrastructur

Re: [Cluster-devel] [GFS2 PATCH 06/15] GFS2: Prevent gl_delete work for re-used inodes

2015-10-12 Thread Andrew W Elble
#16 [881f2db77e60] svc_process at a0188603 [sunrpc] #17 [881f2db77e90] nfsd at a034f98f [nfsd] #18 [881f2db77ec0] kthread at 81096989 #19 [881f2db77f50] ret_from_fork at 81660462 Thanks, Andy -- Andrew W. Elble awe...@discipline.rit.edu Infrastructure Engineer,

Re: [Cluster-devel] [GFS2 PATCH 06/15] GFS2: Prevent gl_delete work for re-used inodes

2015-10-06 Thread Andrew W Elble
wo of the patches: I was wondering about that. I'll get that changed. Thanks, Andy -- Andrew W. Elble awe...@discipline.rit.edu Infrastructure Engineer, Communications Technical Lead Rochester Institute of Technology PGP: BFAD 8461 4CCF DC95 DA2C B0EB 965B 082E 863E C912

Re: [Cluster-devel] [GFS2 PATCH 13/15] gfs2: Use new variable i_gl instead of ip->i_gl

2015-10-06 Thread Andrew W Elble
ip->i_gl->gl_object = NULL; > flush_delayed_work(>i_gl->gl_work); > gfs2_glock_add_to_lru(ip->i_gl); > - gfs2_glock_put(ip->i_gl); if (i_gl) > + gfs2_glock_put(i_gl); > ip->i_gl = NULL; > if (ip->i_iopen_gh.gh_gl) {

Re: [Cluster-devel] [GFS2 PATCH 06/15] GFS2: Prevent gl_delete work for re-used inodes

2015-10-06 Thread Andrew W Elble
quot; }, \ {(1UL << GLF_OBJECT), "o" }, \ - {(1UL << GLF_BLOCKING), "b" }) +{(1UL << GLF_BLOCKING),"b" }, \ + {(1UL << GLF_INODE_DELETIN

[Cluster-devel] GFS2 deadlock

2015-10-05 Thread Andrew W Elble
62447ec0] kthread at 81096919 #20 [883f62447f50] ret_from_fork at ffffffff8165f3a2 Thanks, Andy -- Andrew W. Elble awe...@discipline.rit.edu Infrastructure Engineer, Communications Technical Lead Rochester Institute of Technology PGP: BFAD 8461 4CCF DC95 DA2C B0EB 965B 082E 863E C912

[Cluster-devel] 3.18.5 kernel panic: fs/gfs2/acl.c:76

2015-02-06 Thread Andrew W Elble
type) BUG_ON(name == NULL); - if (acl-a_count GFS2_ACL_MAX_ENTRIES(GFS2_SB(inode))) + if ((acl) (acl-a_count GFS2_ACL_MAX_ENTRIES(GFS2_SB(inode return -E2BIG; if (type == ACL_TYPE_ACCESS) { -- 1.9.2 Thanks, Andy -- Andrew W. Elble awe