Comment 13 for bug 1863983

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to glance_store (master)

Reviewed: https://review.opendev.org/c/openstack/glance_store/+/786271
Committed: https://opendev.org/openstack/glance_store/commit/04e5ead7c000211a4c10104ed2bb65c9df7681ae
Submitter: "Zuul (22348)"
Branch: master

commit 04e5ead7c000211a4c10104ed2bb65c9df7681ae
Author: whoami-rajat <email address hidden>
Date: Wed Apr 14 10:40:45 2021 -0400

    Pass multipath config while creating connector object

    Currently we only pass the configured multipath option when getting
    the connector properties and do not pass it when creating the
    connector object which in turn does the multipathing in os-brick.
    So we are only passing multipathing option to cinder for exporting &
    mapping the volume to paths but not while creating the connector object
    and hence doing multipathing partially.
    This patch passes that option and fixes the stated issue.

    Related-Bug: #1863983

    Co-Authored-By: Gorka Eguileor <email address hidden>

    Change-Id: I82979c47ec9ec1dd6cc864d3827ab219177251f8