Displaying 2 results from an estimated 2 matches for "dlm_request_all_locks_handler".
2013 Jul 26
0
[PATCH] ocfs2: dlm_request_all_locks() should deal with the status sent from target node
...selected as recovery master
dlm_remaster_locks()
->dlm_request_all_locks()
send DLM_LOCK_REQUEST_MSG to nodeA
It happened that NodeA cannot alloc
memory when it processes this message.
dlm_request_all_locks_handler() do
not queue dlm_request_all_locks_worker
and returns -ENOMEM. It will never
send locks andDLM_RECO_DATA_DONE_MSG
to NodeB.
NodeB do not deal with the status
sent from nodeA, and will fall in...
2013 Aug 27
0
[patch 07/22] ocfs2: dlm_request_all_locks() should deal with the status sent from target node
...elected as recovery master
dlm_remaster_locks()
->dlm_request_all_locks()
send DLM_LOCK_REQUEST_MSG to nodeA
It happened that NodeA cannot alloc memory when it processes this message.
dlm_request_all_locks_handler() do not queue dlm_request_all_locks_worker
and returns -ENOMEM. It will never send locks andDLM_RECO_DATA_DONE_MSG
to NodeB.
NodeB do not deal with the status
sent from nodeA, and will fall in...