Comment 2 for bug 1279897

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

Reviewed: https://review.openstack.org/76935
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=0c6c57d70826b36db30795fa993cf677a4c2a6e4
Submitter: Jenkins
Branch: master

commit 0c6c57d70826b36db30795fa993cf677a4c2a6e4
Author: Jim Branen <email address hidden>
Date: Thu Feb 27 10:41:34 2014 -0800

    Fix volume stats with multiple LeftHand clusters

    When more than one cluster exists in a LeftHand management
    group, get_volume_stats may return the stats for the wrong
    cluster. This patch fixes the problem by listing the cluster
    name in the getClusterInfo query.

    Change-Id: I2d5a76869c6bb1b3d514f0546ea00998e5ee32fb
    Closes-Bug: #1279897