Comment 2 for bug 1797227

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

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

commit fdc10686cf77e981ba5dc7107d545095c36a2a95
Author: Eric Harney <email address hidden>
Date: Wed Oct 10 16:00:59 2018 -0400

    NFS Backup: Avoid TypeError in os-brick when not configured

    If backup_share is not set, a TypeError is raised from
    os-brick, because this code is run before the config options
    are validated.

    Don't try to initialize the path if this is not set.

    Closes-Bug: #1797227
    Change-Id: I96e104f0e0da0257c48bbaffc2b436f670ccdb76