Bug #2499
marketplace download error
| Status: | Closed | Start date: | 11/26/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0%  | ||
| Category: | Drivers - Storage | |||
| Target version: | Release 4.6 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | OpenNebula 4.4 | 
Description
Download error after importing image from marketplace. Sometimes (not always) I get a "download error" importing an (OS) image from marketplace. Somehow things go wrong comparing the md5 hashes: '[' '' '!=' 80d4bb65e41335df051a9d5d43c3e90d ']' (kvm image Ubuntu Server). When the hashes don't match it gives a download error. See attached file for verbose output (bash -x) of a failed image. Deleting this image in sunstone doesn't remove the file on disk. I believe there's already an issue made for that.
Related issues
History
#1
    
    Updated by Ruben S. Montero over 7 years ago
    - Category set to Drivers - Storage
 - Status changed from Pending to New
 - Target version set to Release 4.6
 
This could be somewhere in downloader.sh
#2
    
    Updated by Ruben S. Montero over 7 years ago
    - Related to Bug #2629: md5 mismatch when uploading a file to Sunstone through a proxy server added
 
#3
    
    Updated by Ruben S. Montero over 7 years ago
    - Assignee set to Javi Fontan
 
#4
    
    Updated by Javi Fontan over 7 years ago
    - Related to Bug #2729: Race condition in hash calculation in downloader.sh added
 
#5
    
    Updated by Jaime Melis over 7 years ago
    - Status changed from New to Closed
 - Resolution set to fixed
 
#6
    
    Updated by Jaime Melis over 7 years ago
    Fixed by #2729