Comment 9 for bug 1162251

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

Reviewed: https://review.openstack.org/26059
Committed: http://github.com/openstack/cinder/commit/0eb0158e2450b6b44715842fa9f04a9552ea0a41
Submitter: Jenkins
Branch: master

commit 0eb0158e2450b6b44715842fa9f04a9552ea0a41
Author: zhangchao010 <email address hidden>
Date: Thu Apr 4 08:45:21 2013 +0800

    Use a SSH pool to manage SSH connection

    Use a SSH pool to hold all SSH clients.It allows 4 SSH clients
    at most to connect to the SSH server at the same time.
    This patchset also enables every SSH client connect to the other
    controller when they failed to connect to the current controller.
    For example,failed to A,then to B,or,failed to B,then to A.

    Fixes bug: 1162251
    Change-Id: I86f7f684639034be97ddf2031e61ac6bf3a196ad