Comment 8 for bug 1463557

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/637644
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=1af8026e73f642f4ed702d43c5dc781ae92c03ca
Submitter: Zuul
Branch: master

commit 1af8026e73f642f4ed702d43c5dc781ae92c03ca
Author: Goutham Pacha Ravi <email address hidden>
Date: Mon Feb 18 14:31:18 2019 -0800

    Fix sshpool.remove

    collections.deque does not have a 'pop'
    method, and the sshpool.remove method
    currently leaks SSH connections that
    it creates.

    This bugfix was ported from cinder [1]

    [1] https://review.openstack.org/#/c/285687/

    Change-Id: I2dc9ffc13f11884b3069e6b4a453c933edf16d89
    Co-Authored-By: Surya Ghatty <email address hidden>
    Closes-Bug: #1463557