<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><font size="2" face="Tahoma" color="black"><span style="font-size:10pt;" dir="ltr">Uploading large log files is an issue when opening StarlingX launchpads.
<div>Running "collect" can often generate a tar file in excess of 500MB.</div>
<div>Launchpads rejects uploads greater than (approximately) 30 or 40 MB.</div>
<div>Current solution is to use "split" to chop up a large tar / log file, upload the smaller individual files and then reconstruct them to the original tar, ex:</div>
<div><br>
</div>
<div>split -b 29M ALL_NODES_20190422.191652.tar ALL_NODES_20190422.191652.tar.part<br>
</div>
<div>cat ALL_NODES_20190422.191652.tar.part* > ALL_NODES_20190422.191652.tar<br>
</div>
<div><br>
</div>
<div>The above method is time consuming; both - for the reporter and the assignee.</div>
<div>Below are two defects that were opened using the above method:<br>
<a href="https://bugs.launchpad.net/starlingx/+bug/1826221" target="_blank" rel="noopener noreferrer">https://bugs.launchpad.net/starlingx/+bug/1826221</a></div>
<div><a href="https://bugs.launchpad.net/starlingx/+bug/1826227" target="_blank" rel="noopener noreferrer">https://bugs.launchpad.net/starlingx/+bug/1826227</a></div>
<div><br>
</div>
<div>Would anyone have a solution for uploading large log files for LPs?  <b>Do we have any shared project space that could be used for this purpose</b> - so we can upload a large file in one shot and then simply link to it in LP ?<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Regards,</div>
<div><br>
</div>
</span></font>
<div><br>
<div style="font-family:Tahoma; font-size:13px">Chris Winnicki<br>
chris.winnicki@windriver.com<br>
613-963-1329<br>
</div>
</div>
</div>
</body>
</html>