<div dir="ltr">Hi folks!<div><br></div><div>Some of you might had hit the problems with uploading large Glance images via Horizon, the problem was so well known that it got its own "solution" in Horizon settings named <span style="color:rgb(34,34,34);font-size:1.1em;font-family:'PT Sans',sans-serif;line-height:normal;background-color:transparent">HORIZON_IMAGES_ALLOW_UPLOAD. So the exact problem is that large images being uploaded to Glance via Horizon may easily exhaust the place on controller node where Horizon server is located - because any sufficiently large file is put into /tmp folder by Django.</span></div><div><span style="color:rgb(34,34,34);font-size:1.1em;font-family:'PT Sans',sans-serif;line-height:normal;background-color:transparent"><br></span></div><div><font color="#222222" face="PT Sans, sans-serif"><span style="font-size:14.3000001907349px;line-height:normal">It seems that I have found more-or-less decent solution [1], I've tested it with 600MB file and it works. I'd like to ask any of you who are willing to get rid of this issue for some early technical feedback. Well, the tests are still failing, I'm aware of this - just want to know that I'm heading in a right direction.</span></font></div><div><font color="#222222" face="PT Sans, sans-serif"><span style="font-size:14.3000001907349px;line-height:normal"><br></span></font></div><div><font color="#222222" face="PT Sans, sans-serif"><span style="font-size:14.3000001907349px;line-height:normal">Another issue that may be exposed with this solution is how the long-running requests in Horizon should be done from the UX point of view. If an asynchronous request that takes ~several hours to complete needs the Horizon page to remain opened, how should we prevent the user from leaving that page?</span></font></div><div><span style="color:rgb(34,34,34);font-size:1.1em;font-family:'PT Sans',sans-serif;line-height:normal;background-color:transparent"><br></span></div><div><span style="color:rgb(34,34,34);font-size:1.1em;font-family:'PT Sans',sans-serif;line-height:normal;background-color:transparent">[1] </span><font color="#222222" face="PT Sans, sans-serif"><span style="font-size:14.3000001907349px;line-height:normal"><a href="https://review.openstack.org/#/c/166969">https://review.openstack.org/#/c/166969</a></span></font></div></div>