Comment 12 for bug 1688155

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

Reviewed: https://review.openstack.org/539924
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=7422aef799dd3f03bf01d40a60fb9a3c5abc8432
Submitter: Zuul
Branch: master

commit 7422aef799dd3f03bf01d40a60fb9a3c5abc8432
Author: yanjun.fu <email address hidden>
Date: Thu May 4 16:41:25 2017 +0800

    Fix tap device disappear after node restart

    When use driver_handles_share_servers driver, the tap device will
    down and the tap device mac address is changed after restart the
    node, that will caused manila can not manage share that created
    by this service.
    This path fix this issue. When restart manila-share service,
    call setup_connectivity_with_service_instances() to create host port
    and check the the mac address.

    Change-Id: Ibcdd4f58f15a53c69d35db06bc42283859349758
    Closes-Bug:#1688155