search for: refmap

Displaying 8 results from an estimated 8 matches for "refmap".

Did you mean: refman
2009 Feb 03
5
[PATCH 1/4] ocfs2/dlm: Retract fix for race between purge and migrate
...) diff --git a/fs/ocfs2/dlm/dlmthread.c b/fs/ocfs2/dlm/dlmthread.c index d129520..4060bb3 100644 --- a/fs/ocfs2/dlm/dlmthread.c +++ b/fs/ocfs2/dlm/dlmthread.c @@ -181,8 +181,7 @@ static int dlm_purge_lockres(struct dlm_ctxt *dlm, spin_lock(&res->spinlock); /* This ensures that clear refmap is sent after the set */ - __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_SETREF_INPROG | - DLM_LOCK_RES_MIGRATING)); + __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_SETREF_INPROG); spin_unlock(&res->spinlock); /* clear our bit from the master's refmap, ignore errors */...
2010 Dec 09
2
servers blocked on ocfs2
...=1, state=0 Dec 4 09:15:11 parmenides kernel: last used: 0, refcnt: 4, on purge list: no Dec 4 09:15:11 parmenides kernel: on dirty list: no, on reco list: no, migrating pending: no Dec 4 09:15:11 parmenides kernel: inflight locks: 0, asts reserved: 0 Dec 4 09:15:11 parmenides kernel: refmap nodes: [ 0 ], inflight=0 Dec 4 09:15:11 parmenides kernel: granted queue: Dec 4 09:15:11 parmenides kernel: type=5, conv=-1, node=1, cookie=1:6, ref=2, ast=(empty=y,pend=n), bast=(empty=y,pend=n), pending=(conv=n,lock=n ,cancel=n,unlock=n)/ ================================================...
2010 Dec 09
1
Extremely poor write performance, but read appears to be okay
...0000000, owner=0, state=0 Dec 7 14:07:50 growler kernel: last used: 0, refcnt: 6, on purge list: no Dec 7 14:07:50 growler kernel: on dirty list: no, on reco list: no, migrating pending: no Dec 7 14:07:50 growler kernel: inflight locks: 0, asts reserved: 0 Dec 7 14:07:50 growler kernel: refmap nodes: [ 21 ], inflight=0 Dec 7 14:07:50 growler kernel: granted queue: Dec 7 14:07:50 growler kernel: type=3, conv=-1, node=21, cookie=21:213370, ref=2, ast=(empty=y,pend=n), bast=(empty=y,pend=n), pending=(conv=n,lock=n,cancel=n,unlock=n) Dec 7 14:07:50 growler kernel: converting queue...
2007 Jul 09
0
Kernel panic with OCFS2 1.2.6 for EL5 (answer to multipath question)
...:__dlm_print_one_lock_resource:309 lockres: > M00000000000000021af916b7dfbde4, owner=0, state=64 > Jul 2 04:08:52 megasrv2 kernel: > (3568,2):__dlm_print_one_lock_resource:311 last used: 4747810336, on purge > list: yes > Jul 2 04:08:52 megasrv2 kernel: (3568,2):dlm_print_lockres_refmap:277 > refmap nodes: [ ], inflight=0 > Jul 2 04:08:52 megasrv2 kernel: > (3568,2):__dlm_print_one_lock_resource:313 granted queue: > Jul 2 04:08:52 megasrv2 kernel: > (3568,2):__dlm_print_one_lock_resource:328 converting queue: > Jul 2 04:08:52 megasrv2 kernel: > (3568,2)...
2012 Jun 14
0
[ocfs2-announce] OCFS2 1.4.10-1 released
...intr a default mount option ocfs2: print node when tcp fails ocfs2:_dlmfs Fix math error when reading LVB ocfs2: Check the owner of a lockres inside the spinlock o2net: Disallow o2net accept connection request from itself ocfs2: dlm remove potential deadlock V3 ocfs2: dlm avoid incorrect bit set in refmap on recovery master ocfs2: fix o2dlm dlm run purgelist rev 3 ocfs2: dlm fix a dead lock ocfs2: dlm Remove BUG_ON from migration in the rare case of a down node ocfs2: dlm don t access beyond bitmap size ocfs2/dlm: Add missing spin_unlock ocfs2/dlm: avoid dlm ast_lock lockres spinlock dependency brea...
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
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil