manila/releasenotes/notes/reset_tap_device_after_node_restart-0690a6beca077b95.yaml
yanjun.fu 7422aef799 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
2018-03-13 09:57:04 +08:00

6 lines
124 B
YAML

---
fixes:
- When use driver_handles_share_servers driver,
reset the tap device after manila-share service
start.