Resize attached volume with fiberchannel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Triaged
|
Medium
|
Unassigned |
Bug Description
We use volume_backed instances.
After live migration in connection_info desapiaring information about "device_path".
Resizing of attached volumes failed because in debug message try to get "device_path".
--- /usr/lib/
+++ /usr/lib/
@@ -80,6 +80,6 @@
new_size = self.connector.
- connection_
+ connection_
return new_size
I think change device_path to volume_id will be better and do not rise this exception.
Release Victoria.
Storage Huawei Dorado V3
Looks like a valid bug. Feel free to propose the patch to review.opendev.org