Commit 70cf2fe
fs: dlm: warn about messages from left nodes
This patch warns about messages which are received from nodes who
already left the lockspace resource signaled by the cluster manager.
Before commit 489d8e5 ("fs: dlm: add reliable connection if
reconnect") there was a synchronization issue with the socket
lifetime and the cluster event of leaving a lockspace and other
nodes did not stop of sending messages because the cluster manager has a
pending message to leave the lockspace. The reliable session layer for
dlm use sequence numbers to ensure dlm message were never being dropped.
If this is not corrected synchronized we have a problem, this patch will
use the filter case and turn it into a WARN_ON_ONCE() so we seeing such
issue on the kernel log because it should never happen now.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>1 parent 5ce9ef3 commit 70cf2fe
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4616 | 4616 | | |
4617 | 4617 | | |
4618 | 4618 | | |
4619 | | - | |
| 4619 | + | |
4620 | 4620 | | |
4621 | 4621 | | |
4622 | 4622 | | |
| |||
4754 | 4754 | | |
4755 | 4755 | | |
4756 | 4756 | | |
4757 | | - | |
| 4757 | + | |
4758 | 4758 | | |
4759 | 4759 | | |
4760 | 4760 | | |
| |||
0 commit comments