Petr Fedchenkov

Results 88 comments of Petr Fedchenkov

Hello @tuyenph. Thank you for provided details and testing with `format` option. I opened another PR to add flags to linuxkit commands to support pushing to aws with uefi mode...

> In this proposal, we need to have an init process, but it should just do almost nothing, certainly not launch runc, containerd, and our various onboot and services containers....

> > "panic=120" kernel command line from grub or to modify the CONFIG_PANIC_TIMEOUT (which is set to 0 now). So the "device hang" problem remains. > > Seems like we...

If I correctly understood the comment https://github.com/lf-edge/eve/pull/2839#issuecomment-1266149108, we should firstly try to refactor existence logic to be able to start services at some place in device-steps (after upgrade converter) and...

> We can do this but to be safe we should add WaitForOnboarded() to the top of Run in agents which are currently started after client has run. Well, seems...

> * Does this increase the total number of processes running? or is it just running the same number of processes, but now they are split to multiple containers? The...

> I don't think that is correct. `device-steps.sh` starts each service as a separate process, see e.g. [here](https://github.com/lf-edge/eve/pull/2839/files#diff-896000227333499ee2ce1da52ad91381fd0c3f0258fdbfa114ba1223d2aa73a3L173) and [here](https://github.com/lf-edge/eve/pull/2839/files#diff-896000227333499ee2ce1da52ad91381fd0c3f0258fdbfa114ba1223d2aa73a3L254) etc. The logic is hidden inside of zedbox (since zedbox...

> Yes, certainly. You are correct. But we launch that process multiple times. It still is separate processes. We start them multiple times, correct, but they just send notification to...

> I don't think so. Are you saying that vaultmgr and downloader and zedrouter and verifier are all a single process? They aren't, as far as I know. they run...

Can we update publish workflow as well? And also we have two attempts to pull the cache here, we should check both of them.