gluster / gluster-block

A framework for gluster block storage
GNU General Public License v2.0
74 stars 32 forks source link

delete: fix subsequent delete failures #284

Closed pkalever closed 3 years ago

pkalever commented 3 years ago

What does this PR achieve? Why do we need it?

On delete, say the block target config on all the nodes is successfully deleted, but the backend file couldn't get unlink may due to BHV full space. In this case the retry of delete fails repeatedly.

Signed-off-by: Prasanna Kumar Kalever prasanna.kalever@redhat.com