Comment 3 for bug 1498646

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

Reviewed: https://review.openstack.org/226931
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=8a34fb3890810330a9b8a2d659739d92134a832c
Submitter: Jenkins
Branch: master

commit 8a34fb3890810330a9b8a2d659739d92134a832c
Author: Clinton Knight <email address hidden>
Date: Wed Sep 23 10:48:34 2015 -0400

    Can't create shares on drivers that don't support snapshots

    For a driver that doesn't support snapshots, a share type with
    snapshot_support = '<is> False' will prevent share creation.
    Root cause is code in HostManager that improperly checks whether
    snapshot_support (and other boolean properties) is set on each
    pool. This commit fixes the check for the boolean pool capabilities.

    Change-Id: I6a488788926cca119498b3de992beec3b0545259
    Closes-Bug: #1498646