You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rbd: Fix connection leak when a non-nil volume is returned
This patch calls `Destroy` on the non-nil Volume/Snap object
so that conn pool GC can clean it up.
Not doing this always kept ref count > 0, preventing cleanup and
leading to lock contention, which in turn kicked in librbd lock
breaking leading to blacklisting of actual clients.
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
(cherry picked from commit 7ef770a)
0 commit comments