Re: [Cluster-devel] [PATCH 3/3] gfs2: Clear GLF_LOCK when withdraw prevents xmote

2022-08-05 Thread Andreas Gruenbacher
Bob, On Tue, Aug 2, 2022 at 7:58 PM Bob Peterson wrote: > There are a couple places in function do_xmote where normal processing > is circumvented due to withdraws in progress. However, since we bypass > most of do_xmote() we bypass telling dlm to lock the dlm lock, which > means dlm will never

[Cluster-devel] [PATCH 3/3] gfs2: Clear GLF_LOCK when withdraw prevents xmote

2022-08-02 Thread Bob Peterson
There are a couple places in function do_xmote where normal processing is circumvented due to withdraws in progress. However, since we bypass most of do_xmote() we bypass telling dlm to lock the dlm lock, which means dlm will never respond with a completion callback. Since the completion callback

[Cluster-devel] [PATCH 3/3] gfs2: Clear GLF_LOCK when withdraw prevents xmote

2022-07-27 Thread Bob Peterson
There are a couple places in function do_xmote where normal processing is circumvented due to withdraws in progress. However, since we bypass most of do_xmote() we bypass telling dlm to lock the dlm lock, which means dlm will never respond with a completion callback. Since the completion callback