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

dm: Start pr_preempt from the same starting path



pr_preempt has a similar issue as reserve where for all the
reservation types except the All Registrants ones the preempt can
create a reservation. And a follow up reservation or release needs to
go down the same path the preempt did. This has the pr_preempt work
like reserve and release where we always start from the first path in
the first group.

This commit has been tested with windows failover clustering's
validation test and libiscsi's PGR tests to check for regressions.
They both don't have tests to verify this case, so I tested it
manually.

Signed-off-by: default avatarMike Christie <michael.christie@oracle.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 08a3c338
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