Comment 10 for bug 1077817

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

Reviewed: https://review.openstack.org/30791
Committed: http://github.com/openstack/cinder/commit/483b84e42b90f2ffe0a09f5e38b85eb64cf8f7d9
Submitter: Jenkins
Branch: master

commit 483b84e42b90f2ffe0a09f5e38b85eb64cf8f7d9
Author: Josh Durgin <email address hidden>
Date: Fri May 24 18:18:30 2013 -0700

    rbd: send ceph monitor addresses with connection info

    Previously we relied on a ceph configuration file on the compute host
    for this information. Sending the info directly from cinder makes more
    complex setups with multiple ceph clusters talking to the same compute
    hosts possible.

    Refresh the monitor addresses for each initialize_connection() call,
    since monitors may be added or removed while cinder-volume is
    running.

    Fixes: bug 1077817
    Signed-off-by: Josh Durgin <email address hidden>

    Change-Id: I34a1fa16ce1f4524ba25832faf3129303e755100