Bug 1328837
Summary: | Image Uploader: uploading large files fails | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Natalie Gavrielov <ngavrilo> | ||||||
Component: | BLL.Storage | Assignee: | Amit Aviram <aaviram> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Natalie Gavrielov <ngavrilo> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 4.0.0 | CC: | acanan, amureini, bugs, gklein | ||||||
Target Milestone: | ovirt-4.0.0-rc | Flags: | rule-engine:
ovirt-4.0.0+
rule-engine: blocker+ rule-engine: planning_ack+ amureini: devel_ack+ acanan: testing_ack+ |
||||||
Target Release: | 4.0.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2016-08-01 12:26:22 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | 1348993 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
One more thing - I was advised to change the default value of UploadImageChunkSizeKB from 8192 to 1024.. and I did, so this is not a solution or a workaround. Created attachment 1149067 [details]
image-proxy.log
image-proxy.log
Note: The upload pauses - but only when refreshing the browser it's visible.
Seems as though the session renewal failed. Amit, can you take a look please? (Thread-6300) ERROR 2016-04-20 15:12:14,686 session:116:root:(start_session) Error starting session: Unable to verify proxy ticket Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ovirt_image_proxy/session.py", line 114, in start_session session_id = _create_update_session(token, session_id) File "/usr/lib/python2.7/site-packages/ovirt_image_proxy/session.py", line 173, in _create_update_session ticket_vars = _decode_proxy_ticket(authorization) File "/usr/lib/python2.7/site-packages/ovirt_image_proxy/session.py", line 217, in _decode_proxy_ticket payload = _decode_ovirt_token(ticket) File "/usr/lib/python2.7/site-packages/ovirt_image_proxy/session.py", line 295, in _decode_ovirt_token raise ValueError("Unable to verify proxy ticket") ValueError: Unable to verify proxy ticket Thanks Allon. This doesn't happens in my env The ticket is not renewed. we need to see why the engine didn't call extend_image_ticket, might be an invalid config value. Will have conclusions soon. Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. oVirt 4.0 beta has been released, moving to RC milestone. oVirt 4.0 beta has been released, moving to RC milestone. The recent work for the beta and rc releases handled this issue. Moving to on QA to verify. I was able to upload files >1GB (qcow file size 3.2 and raw file size 5.4) Verified using: rhevm-4.0.2-0.1.rc.el7ev.noarch ovirt-imageio-proxy-0.3.0-0.el7ev.noarch ovirt-imageio-common-0.3.0-0.el7ev.noarch vdsm-4.18.8-1.el7ev.x86_64 ovirt-imageio-daemon-0.3.0-0.el7ev.noarch |
Created attachment 1149045 [details] engine.log, vdsm.log Description of problem: I was able to upload small files - 10mb and so.. but uploading 3.2GB disks fail pretty much immediately. Version-Release number of selected component: ovirt-engine-4.0.0-0.0.master.20160310051350.git3151c66.el7.centos.noarch ovirt-image-common-0.1-1.noarch vdsm-4.17.999-724.gitb8cb30a.el7.centos.noarch ovirt-image-daemon-0.1-1.noarch How reproducible: 100% Steps to Reproduce: Upload an image ~3GB (local file). Actual results: fails after a short period of time. Expected results: to pass the whole file as it does with a few mb.