Comment 2 for bug 1773446

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

Reviewed: https://review.openstack.org/570610
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=e08da42d81a6f4a5cbb72216ecddc0c4cf3807f4
Submitter: Zuul
Branch: master

commit e08da42d81a6f4a5cbb72216ecddc0c4cf3807f4
Author: Vipin Balachandran <email address hidden>
Date: Fri May 25 13:17:51 2018 -0700

    Fix group availability zone-backend host mismatch

    Group availability zone is not set correctly in scheduler filter
    properties which results in group availability zone-backend host
    mismatch. This can lead to volume create failure for volumes in
    the group. Fixing it by setting the availability zone in the
    request spec in scheduler RPC call.

    Change-Id: Icfa437d2d81ed29d0aceee776d86e28862c85274
    Closes-bug: 1773446