mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
B #4687: Uploading gzip files with no tar in vcenter DS should fail gracefully
This commit is contained in:
parent
3669fe7c3a
commit
b58ae679c7
@ -117,7 +117,7 @@ def vmdk_info(file)
|
||||
return {
|
||||
:type => :standalone,
|
||||
:file => file_path,
|
||||
:dir => File.dirname(file_path),
|
||||
:dir => File.dirname(file_path)
|
||||
}
|
||||
when "application/x-iso9660-image"
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user