Skip to content
Commit 70151087 authored by Mike Christie's avatar Mike Christie Committed by Mike Snitzer
Browse files

dm: Start pr_reserve from the same starting path



When an app does a pr_reserve it will go to whatever path we happen to
be using at the time. This can result in errors when the app does a
second pr_reserve call and expects success but gets a failure because
the reserve is not done on the holder's path. This commit has us
always start trying to do reserves from the first path in the first
group.

Windows failover clustering will produce the type of pattern above.
With this commit, we will now pass its validation test for this case.

Signed-off-by: default avatarMike Christie <michael.christie@oracle.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 8dd87f3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment