summaryrefslogtreecommitdiffstats
path: root/dlm/dlm_load.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2010-07-27 16:34:18 -0500
committerDavid Teigland <teigland@redhat.com>2010-07-27 16:34:18 -0500
commit44c98e33bf8fc14d744c7989a7257fc710e0867c (patch)
tree54fe8f469e959ff72f103e9d9d988fccb3bd3b91 /dlm/dlm_load.c
parentecb30a00e3683f50076fd27a3058a46c833de3bf (diff)
downloaddct-stuff-44c98e33bf8fc14d744c7989a7257fc710e0867c.tar.gz
dct-stuff-44c98e33bf8fc14d744c7989a7257fc710e0867c.tar.xz
dct-stuff-44c98e33bf8fc14d744c7989a7257fc710e0867c.zip
lock_load: misc
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'dlm/dlm_load.c')
-rw-r--r--dlm/dlm_load.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/dlm/dlm_load.c b/dlm/dlm_load.c
index 30cf161..9a953fe 100644
--- a/dlm/dlm_load.c
+++ b/dlm/dlm_load.c
@@ -383,6 +383,18 @@ static void astfn(void *arg)
};
}
+/* FIXME: ran two dlm_load's on four nodes over the weekend, and one instance
+ of dlm_load hit:
+ lk 007 unlock
+ lk 007 cast 3000665 EUNLOCK 022c0912 wait r0 c0 u1 c0 gr 2 rq -1 last unlock
+ lk 007 request mode 2 noqueue 1
+ lk 007 cast 3000705 EAGAIN 00680909 wait r1 c0 u0 c0 gr -1 rq 2 last request
+ lk 007 request mode 0 noqueue 1
+ lk 007 cast 3000732 EAGAIN 017b090e wait r1 c0 u0 c0 gr -1 rq 0 last request
+ lk 007 request mode 6 noqueue 0
+ ERROR lk 007 request errno 22 wait r0 c0 u0 c0 lastop request
+*/
+
static int do_request(struct lk *lk, int mode, int noqueue)
{
char name[DLM_RESNAME_MAXLEN];