Searched hist:"701510875975 ed7e188566de205990d29f34c8d8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff 701510875975ed7e188566de205990d29f34c8d8 Sun Jul 17 17:45:06 CDT 2022 Mike Christie <michael.christie@oracle.com> 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: Mike Christie <michael.christie@oracle.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
|