mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
F #6333: Fix path bug (affects SSH drivers)
This commit is contained in:
parent
ea1d5183ea
commit
a1232b2184
@ -815,7 +815,7 @@ class KVMDomain
|
||||
qdisk[did] = QemuImg.new(disk_path, disk_opts)
|
||||
|
||||
if @inc_mode == :snapshot
|
||||
base = "#{qdisk[did].slink}/0"
|
||||
base = "#{qdisk[did].snap}/0"
|
||||
|
||||
if snap_folder(did, true)
|
||||
qdisk[did].read_paths(disk_path, disk_opts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user