1
0
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:
Ruben S. Montero 2023-11-12 13:24:33 +01:00
parent ea1d5183ea
commit a1232b2184
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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)