mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Bug #4581: Fix for wrong attach disk
This commit is contained in:
parent
ca91c193a0
commit
42fb4ab94f
@ -2437,7 +2437,7 @@ private
|
||||
img_name = disk.elements["SOURCE"].text
|
||||
type_str = disk.elements["TYPE"].text
|
||||
|
||||
disk_array += attach_disk("", "", ds_name, img_name, 0, type_str, vm, connection)[:deviceChange]
|
||||
disk_array += attach_disk("", "", ds_name, img_name, type_str, 0, vm, connection)[:deviceChange]
|
||||
}
|
||||
|
||||
device_change += disk_array
|
||||
|
Loading…
x
Reference in New Issue
Block a user