@yinsi
What are chances of upgrading the host os to a more recent openEuler kernel. 4.19 is a bit of a stretch for a backport of the fix. I guess it might be easy, but would feel more comfortable with 5.10 or 5.5
Or can we ask openEuler to carry a backport of this set directly?
Another alternative is to see if there is an available BIOS with the fix in place and upgrade.
Jonathan
On Thu, 18 Mar 2021 13:38:28 +0000 Dave Pigott dave.pigott@linaro.org wrote:
Hi Yinsi,
Okay - that fixed it. We’ve now got an excellent download speed. We’re back to the problems with qemu compatibility. Working on this.
Thanks for your help!
Dave
On 18 Mar 2021, at 12:11, liuyinsi@163.com wrote:
Hi Dave,
I pull the images in openEulerOS, though you got the message about docker pull limit, you still can pull successfully, ignore the message if not block our work.
Thanks Yinsi
liuyinsi 邮箱:liuyinsi@163.com https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?ftlId=1&name=liuyinsi&uid=liuyinsi%40163.com&iconUrl=https%3A%2F%2Fmail-online.nosdn.127.net%2Fqiyelogo%2FdefaultAvatar.png&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9Aliuyinsi%40163.com%22%5D签名由 网易邮箱大师 https://mail.163.com/dashi/dlpro.html?from=mail88 定制
On 03/18/2021 19:47, Dave Pigott mailto:dave.pigott@linaro.org wrote: Hi Yinsi,
It’s lavasoftware/lava-dispatcher:2021.03
Dave
On 18 Mar 2021, at 11:44, liuyinsi@163.com mailto:liuyinsi@163.com wrote:
Hi Dave,
What is the docker images name you want to pull from dockerhub?
Thanks Yinsi
liuyinsi 邮箱:liuyinsi@163.com https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?ftlId=1&name=liuyinsi&uid=liuyinsi%40163.com&iconUrl=https%3A%2F%2Fmail-online.nosdn.127.net%2Fqiyelogo%2FdefaultAvatar.png&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9Aliuyinsi%40163.com%22%5D签名由 网易邮箱大师 https://mail.163.com/dashi/dlpro.html?from=mail88 定制
On 03/18/2021 19:28, Dave Pigott mailto:dave.pigott@linaro.org wrote: Hi Yinsi,
We’re trying to upgrade the docker worker to the latest release and we got the message that we’ve hit our docker pull limit. We’ve only done two pulls. Any ideas?
Thanks
Dave
On 18 Mar 2021, at 10:47, liuyinsi@163.com mailto:liuyinsi@163.com wrote:
Hi Dave,
I notice the job 2313644 https://lkft.validation.linaro.org/scheduler/job/2313644 is created 2 weeks, 6 days ago, can you test a new job, test wget http://images.validation.linaro.org/snapshots.linaro.org/components/lava/sta... http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/sid/arm64/2/vmlinuz-4.6.0-1-arm64 on openEulerOS machine is ok, first download speed about 2.63MB/s.
It's better to improve your download code, to face unstable and slow network issues, for example, increase timeout and add retries.
Thanks Yinsi
liuyinsi@163.com mailto:liuyinsi@163.com From: Dave Pigott mailto:dave.pigott@linaro.org Date: 2021-03-18 17:04 To: liuyinsi@163.com mailto:liuyinsi@163.com CC: Anmar Oueja mailto:anmar.oueja@linaro.org; Luca Di Stefano mailto:luca.distefano@linaro.org; wufengguang mailto:wufengguang@huawei.com; Jonathan Cameron mailto:jonathan.cameron@huawei.com; lkq-dev mailto:lkq-dev@op-lists.linaro.org; jammy.zhou@linaro.org mailto:jammy.zhou@linaro.org Subject: Re: Issues with docker on OpenEulerOS Hi Yinsi,
If you look at a failed example - e.g. https://lkft.validation.linaro.org/scheduler/job/2313644 https://lkft.validation.linaro.org/scheduler/job/2313644 - you’ll see it’s not failing on a git clone, it’s failing on a wget.
Dave
On 18 Mar 2021, at 08:19, liuyinsi@163.com mailto:liuyinsi@163.com wrote:
Hi Dave,
"http download timeout", does it happen often? "https download timeout", has this problem been solved by edit ~/.gitconfig?
Thanks Yinsi
liuyinsi@163.com mailto:liuyinsi@163.com From: liuyinsi@163.com mailto:liuyinsi@163.com Date: 2021-03-17 10:19 To: Dave Pigott mailto:dave.pigott@linaro.org CC: Oueja mailto:anmar.oueja@linaro.org; luca mailto:luca.distefano@linaro.org; wufengguang mailto:wufengguang@huawei.com; Cameron mailto:jonathan.cameron@huawei.com; lkq-dev mailto:lkq-dev@op-lists.linaro.org; jammy.zhou@linaro.org mailto:jammy.zhou@linaro.org Subject: Re: Re: Issues with docker on OpenEulerOS
> > Locally, in the lab, we use KissCache for https cacheing. We would have to go through every test definition submitted by every bot and developer to change from https to git. > vi ~/.gitconfig
[url "git://github.com git://github.com"] insteadOf = https://github.com https://github.com/
This will change from https to git.
Hi Yinsi,
If you look at the job definitions, e.g. https://lkft.validation.linaro.org/scheduler/job/2409008/definition#defline4... https://lkft.validation.linaro.org/scheduler/job/2409008/definition#defline40, you’ll see the URL is defined there. I’m not sure where you are suggesting this could be universally changed to use git.
Hi Dave,
You can edit the file in any environment where you execute the clone command, for example, i get the URL and will git clone in a qemu, if i edit ~/.gitconfig in qemu before clone, then it will automatically change https to git.
Thanks Yinsi
Dave
> > > > Thanks > > Dave > > >>>> >>>> >>>> anmar