Comment 4 for bug 1631149

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

Reviewed: https://review.openstack.org/383918
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=214678b09f1ab4a45d9b3df73af56a41500fe07c
Submitter: Jenkins
Branch: stable/newton

commit 214678b09f1ab4a45d9b3df73af56a41500fe07c
Author: Tom Swanson <email address hidden>
Date: Thu Oct 6 16:12:40 2016 -0500

    Dell SC: Can incorrectly identify if it is failed over

    Driver was only checking active_backend_id against None when
    it should have been checking against None or an empty string.

    Change-Id: Ib62b28742f32f3522a92f2f140e23ba5472eef8d
    Closes-Bug: #1631149