manila/releasenotes/notes/reset_tap_device_after_node_restart-0690a6beca077b95.yaml
shuaili.wang 20c6b9badd 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.

Closes-Bug:#1688155
(cherry picked from commit 7422aef799)

Change-Id: I6c5bf917ee0d29e589d21f2226b507d72ec7afe4
2018-06-05 16:57:14 +08:00

6 lines
124 B
YAML

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