1
0
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:
mcabrerizo 2016-10-07 18:39:57 +02:00
parent 3669fe7c3a
commit b58ae679c7

View File

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