• Mike Christie's avatar
    dm: Start pr_reserve from the same starting path · 70151087
    Mike Christie authored
    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>
    70151087
dm.c 76.5 KB