search for: dlm_ivlockid

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

2010 Dec 09
2
servers blocked on ocfs2
...9EB1F614A3EAEC0E2A74A34AFFF: waiting 5000ms for notification of de ath of node 1 Dec 4 09:15:06 heraclito kernel: o2net: accepted connection from node parmenides (num 1) at 192.168.1.2:7777 Dec 4 09:15:11 heraclito kernel: (snmpd,16452,5):dlm_send_remote_convert_request:393 ERROR: dlm status = DLM_IVLOCKID Dec 4 09:15:11 heraclito kernel: (snmpd,16452,5):dlmconvert_remote:327 ERROR: dlm status = DLM_IVLOCKID Dec 4 09:15:11 heraclito kernel: (snmpd,16452,5):ocfs2_cluster_lock:1258 ERROR: DLM error DLM_IVLOCKID while calling dlmlock on resource M00000000000 0000000000b6f931666: bad lockid Dec 4 0...
2007 Dec 03
2
errors ocfs2 with Ubuntu/Dapper/amd64
I keep encountering the following error on Ubuntu Dapper 6.06 LTS amd64. It seems to happen from time to time. Does any one know what this is and if there is a way to fix it? Nov 29 01:19:14 <hostname> kernel: [221867.166529] (11588,0):ocfs2_lock_create:818 ERROR: Dlm error "DLM_IVLOCKID" while calling dlmlock on resource M000000000000000593c7cc33386710: bad lockid Nov 29 01:19:14 <hostname> kernel: [221867.181570] (11588,0):ocfs2_cluster_lock:966 ERROR: status = -22 Nov 29 01:19:14 <hostname> kernel: [221867.188321] (11588,0):ocfs2_meta_lock_...
2010 Aug 26
1
[PATCH 2/5] ocfs2/dlm: add lockres as parameter to dlm_new_lock()
...be64_to_cpu(create->cookie), NULL); - if (!newlock) { - dlm_error(status); - goto leave; - } - - lksb = newlock->lksb; - - if (be32_to_cpu(create->flags) & LKM_GET_LVB) { - lksb->flags |= DLM_LKSB_GET_LVB; - mlog(0, "set DLM_LKSB_GET_LVB flag\n"); - } - status = DLM_IVLOCKID; res = dlm_lookup_lockres(dlm, name, namelen); if (!res) { @@ -534,6 +519,22 @@ int dlm_create_lock_handler(struct o2net_msg *msg, u32 len, void *data, goto leave; } + status = DLM_SYSERR; + newlock = dlm_new_lock(create->requested_type, + create->node_idx, + be64...
2006 Aug 15
0
[git patches] ocfs2 updates
...already granted. DLM_CANCELGRANT */ - lksb->status = DLM_CANCELGRANT; - status = DLM_NORMAL; + /* too late, already granted. */ + status = DLM_CANCELGRANT; *actions = DLM_UNLOCK_CALL_AST; } else { mlog(ML_ERROR, "lock to cancel is not on any list!\n"); - lksb->status = DLM_IVLOCKID; status = DLM_IVLOCKID; *actions = 0; } @@ -569,13 +559,11 @@ static enum dlm_status dlm_get_unlock_ac /* unlock request */ if (!dlm_lock_on_list(&res->granted, lock)) { - lksb->status = DLM_DENIED; status = DLM_DENIED; dlm_error(status); *actions = 0; } else {...
2009 Jan 14
15
Backport patches to ocfs2 1.4 tree from mainline
Found 15 patches (out of 162) that appeared relevant to ocfs2 1.4. Please review. Sunil
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to