1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

feature #3957: fix snapshot monitor corner case

This commit is contained in:
Javi Fontan 2015-09-01 16:22:47 +02:00
parent 39756ad166
commit de733dd13d

View File

@ -380,6 +380,11 @@ module KVM
break
end
end
else
if File.symlink?(file)
link = File.readlink(file)
current_snap_id = link.split('/').last
end
end
# Regular Disk