Bug #4377
Does not deconnect user when uploading an image
Status: | Closed | Start date: | 03/18/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 5.0 | |||
Resolution: | wontfix | Pull request: | ||
Affected Versions: | OpenNebula 4.14 |
Description
Hello,
Today a user try to upload a qcow2 image through Sunstone but get disconnected during the process.
The progress bar should be accounted as user activity and reset the auto-disconnect timer.
Regards.
History
#1 Updated by Ruben S. Montero over 5 years ago
- Target version set to Release 5.0
This may also affect the new marketplace download
#2 Updated by Carlos MartÃn about 5 years ago
- Status changed from Pending to Closed
- Resolution set to wontfix
The upload uses several calls to POST '/upload_chunk', what in fact updates the expiration time.
After the upload completes, the sunstone server waits for the image to reach the 'ready' state. During this wait, the expiration time is not updated.
I'm going to close this one since the default expiration time of 1 hour should be enough in most cases.