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:
parent
39756ad166
commit
de733dd13d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user