[DLM] show nodeid for recovery message
To aid debugging, it's useful to be able to see what nodeid the dlm is waiting on for a message reply. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:

committed by
Steven Whitehouse

parent
06442440bc
commit
faa0f26772
@@ -176,7 +176,8 @@ static int ping_members(struct dlm_ls *ls)
|
||||
break;
|
||||
}
|
||||
if (error)
|
||||
log_debug(ls, "ping_members aborted %d", error);
|
||||
log_debug(ls, "ping_members aborted %d last nodeid %d",
|
||||
error, ls->ls_recover_nodeid);
|
||||
return error;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user