Re: [Cluster-devel] [GFS2 PATCH 2/3] gfs2: Retry on dlm -EBUSY (stop gap)

2022-02-02 Thread Andreas Gruenbacher
Hi Bob, On Mon, Jan 24, 2022 at 6:28 PM Bob Peterson wrote: > Sometimes when gfs2 cancels a glock request, dlm needs time to take the > request off its Conversion queue. During that time, we get -EBUSY from > dlm, which confuses the glock state machine. Ideally we want dlm to > not return -EBUSY

[Cluster-devel] [GFS2 PATCH 2/3] gfs2: Retry on dlm -EBUSY (stop gap)

2022-01-24 Thread Bob Peterson
Sometimes when gfs2 cancels a glock request, dlm needs time to take the request off its Conversion queue. During that time, we get -EBUSY from dlm, which confuses the glock state machine. Ideally we want dlm to not return -EBUSY but wait until the operation has completed. This is a stop-gap