*** eernst has quit IRC | 03:09 | |
*** pcaruana has joined #kata-dev | 04:50 | |
*** khyr0n has quit IRC | 04:56 | |
*** khyr0n has joined #kata-dev | 04:56 | |
*** sameo has joined #kata-dev | 05:33 | |
kata-irc-bot2 | <ndaw> Hi everyone, I am trying to use firecracker with kata-containers and kubernetes. However when I try to bring up a pod I am getting the following error. `Warning FailedCreatePodSandBox 57s (x1647 over 55m) kubelet, ubuntu1804server Failed create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox container: failed to create containerd task: open /dev/vhost-vsock: no such device: unknown` Any help regarding the issue? | 05:39 |
---|---|---|
kata-irc-bot2 | PS. I have tried using Kata-container with QEMU. It is working fine. | 05:39 |
*** lpetrut has joined #kata-dev | 06:03 | |
*** jodh has joined #kata-dev | 06:06 | |
*** khyr0n has quit IRC | 06:13 | |
*** khyr0n has joined #kata-dev | 06:15 | |
kata-irc-bot2 | <caoruidong> I guess you need vsock kernel mod | 06:22 |
kata-irc-bot2 | <caoruidong> https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support | 06:26 |
*** khyr0n has quit IRC | 06:28 | |
*** khyr0n has joined #kata-dev | 06:30 | |
*** khyr0n has quit IRC | 06:37 | |
kata-irc-bot2 | <ndaw> okay thanks! I will look into it | 06:38 |
*** dklyle has quit IRC | 06:38 | |
*** dklyle has joined #kata-dev | 06:38 | |
*** khyr0n has joined #kata-dev | 06:39 | |
*** sgarzare has joined #kata-dev | 07:21 | |
*** tmhoang has joined #kata-dev | 07:21 | |
*** davidgiluk has joined #kata-dev | 08:02 | |
*** gwhaley has joined #kata-dev | 08:03 | |
*** tmhoang has quit IRC | 08:13 | |
*** tmhoang has joined #kata-dev | 08:14 | |
*** sgarzare has quit IRC | 10:09 | |
*** jodh has quit IRC | 10:28 | |
*** gwhaley has quit IRC | 10:52 | |
*** jodh has joined #kata-dev | 11:12 | |
*** lpetrut has quit IRC | 12:00 | |
*** lpetrut has joined #kata-dev | 12:00 | |
*** devimc has joined #kata-dev | 12:04 | |
*** gwhaley has joined #kata-dev | 12:06 | |
*** fuentess has joined #kata-dev | 12:35 | |
*** pcaruana has quit IRC | 12:52 | |
*** devimc has quit IRC | 12:52 | |
*** devimc has joined #kata-dev | 12:52 | |
*** sgarzare has joined #kata-dev | 13:20 | |
*** lpetrut has quit IRC | 14:16 | |
*** tmhoang has quit IRC | 14:27 | |
kata-irc-bot2 | <salvador.fuentes> Hi, just as heads up, the Fedora vsocks job has been failing because of an issue we still cannot fix, so decided to move the vsock testing to ubuntu 18. In case you have opened PRs, the new job will appear as `jenkins-ci-vsocks` on github | 15:45 |
kata-irc-bot2 | <eric.ernst> thx @salvador.fuentes | 15:46 |
davidgiluk | salvador: What's the cause of that? | 15:48 |
*** sameo has quit IRC | 15:50 | |
*** sameo has joined #kata-dev | 15:50 | |
kata-irc-bot2 | <salvador.fuentes> davidgiluk: we have documented the issue here https://github.com/kata-containers/tests/issues/1531, seems like a race condition in the guest kernel, but only appears on Fedora host: https://github.com/kata-containers/tests/issues/1531. devimc helping with this issue right now, he might have more information | 15:51 |
devimc | davidgiluk, fuentess ohh yeah, having fun with that weird issue | 15:52 |
davidgiluk | entertaining | 15:53 |
davidgiluk | difficult to know where to look | 15:54 |
devimc | there is no /dev/console, no /proc, no /sys , and the init process can't create it because it's a ro fs, the questions are: why the kernel is unable to populate them? ; why only in fedora? | 15:54 |
devimc | weird ... | 15:54 |
davidgiluk | some selinuxism? | 15:55 |
devimc | fuentess, ^^ | 15:55 |
devimc | is selinux disabled ? | 15:56 |
devimc | btw rootwait didn't work | 15:56 |
*** tmhoang has joined #kata-dev | 15:58 | |
kata-irc-bot2 | <salvador.fuentes> I think it is disabled by default | 15:58 |
kata-irc-bot2 | <salvador.fuentes> but let me confirm | 15:58 |
davidgiluk | worth checking /var/log/audit/audit.log to see if there are any moans in there from se | 15:58 |
kata-irc-bot2 | <bergwolf> @eric.ernst Hi Eric, could you help review/merge https://github.com/kata-containers/runtime/pull/1774? The test PR(https://github.com/kata-containers/tests/pull/1675) got merged first but it depends on the runtime PR... | 16:02 |
kata-irc-bot2 | <bergwolf> or @sebastien.boeuf , if any of you are awake^^ | 16:06 |
kata-irc-bot2 | <eric.ernst> looking now | 16:12 |
*** sgarzare has quit IRC | 16:16 | |
kata-irc-bot2 | <bergwolf> Thanks @eric.ernst! | 16:24 |
*** jodh has quit IRC | 17:06 | |
*** gwhaley has quit IRC | 17:08 | |
*** khyr0n has quit IRC | 17:38 | |
*** khyr0n has joined #kata-dev | 17:40 | |
*** tmhoang has quit IRC | 18:43 | |
*** davidgiluk has quit IRC | 19:16 | |
*** eernst has joined #kata-dev | 20:04 | |
*** eernst has quit IRC | 20:05 | |
*** tmhoang has joined #kata-dev | 20:41 | |
kata-irc-bot2 | <salvador.fuentes> hi @mnaser, quick question, do you remember which flavor should we use instead of the `kata-standard-4`? We don't need anymore the 10GB ephemeral volume for our testing, and I remember that you said that once we didn't have that requirement, we would be able to use another flavor. | 21:26 |
kata-irc-bot2 | <mnaser> @salvador.fuentes oh thats neat. i think let's stick to kata-standard-4 for now, id like to verify that vmx is properly implemented everywhere first before we go that path | 21:27 |
kata-irc-bot2 | <mnaser> in mtl region its not 100% there yet afaik | 21:27 |
kata-irc-bot2 | <mnaser> however in sjc1, it is, so anything going through zuul should always have vmx (hint hint :P) | 21:28 |
kata-irc-bot2 | <salvador.fuentes> ohh ok, got it, thanks | 21:29 |
*** fuentess has quit IRC | 22:08 | |
kata-irc-bot2 | <eric.ernst> Do we still require hugepages for virtio-fs, @gmmaharaj et al? | 22:39 |
kata-irc-bot2 | <gmmaharaj> @eric.ernst no sir.. have a patch up there to turnnitnoff. | 23:13 |
kata-irc-bot2 | <eric.ernst> saw it - thx. | 23:18 |
*** devimc has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!