Re: [Cluster-devel] [PATCH 13/17] dlm: fix _can_be_granted() for lock at the head of covert queue.

2017-08-17 Thread tsutomu.owa
.@redhat.com] Sent: Thursday, August 10, 2017 3:48 AM To: owa tsutomu(大輪 勤 TMC ○SSDジ□ES技○ES五) Cc: cluster-devel@redhat.com; miyauchi tadashi(宮内 忠志 TOPS (SW開)[基本]) Subject: Re: [Cluster-devel] [PATCH 13/17] dlm: fix _can_be_granted() for lock at the head of covert queue. On Wed, Aug 09, 2017 at 11:4

Re: [Cluster-devel] [PATCH 13/17] dlm: fix _can_be_granted() for lock at the head of covert queue.

2017-08-09 Thread David Teigland
On Wed, Aug 09, 2017 at 11:41:44AM -0500, David Teigland wrote: > On Wed, Aug 09, 2017 at 05:51:37AM +, tsutomu@toshiba.co.jp wrote: > > If there is a lock resource conflict on multiple nodes, the lock on > > convert queue may not be granted forever. > > > > EX.) > > grant queue: > > n

Re: [Cluster-devel] [PATCH 13/17] dlm: fix _can_be_granted() for lock at the head of covert queue.

2017-08-09 Thread David Teigland
On Wed, Aug 09, 2017 at 05:51:37AM +, tsutomu@toshiba.co.jp wrote: > If there is a lock resource conflict on multiple nodes, the lock on > convert queue may not be granted forever. > > EX.) > grant queue: > node0 grmode NL / rqmode IV > node1 grmode NL / rqmode IV > > convert queu

[Cluster-devel] [PATCH 13/17] dlm: fix _can_be_granted() for lock at the head of covert queue.

2017-08-08 Thread tsutomu.owa
If there is a lock resource conflict on multiple nodes, the lock on convert queue may not be granted forever. EX.) grant queue: node0 grmode NL / rqmode IV node1 grmode NL / rqmode IV convert queue: node2 grmode NL / rqmode EX node3 grmode PR / rqmode EX wait queue: node4 grm