*** sameo has quit IRC | 00:41 | |
*** dklyle has quit IRC | 01:40 | |
*** dklyle has joined #kata-dev | 01:48 | |
*** dklyle has quit IRC | 02:45 | |
*** jodh has joined #kata-dev | 07:58 | |
*** fgiudici has joined #kata-dev | 08:07 | |
*** sgarzare has joined #kata-dev | 08:47 | |
*** davidgiluk has joined #kata-dev | 09:02 | |
*** sameo has joined #kata-dev | 09:29 | |
*** th0din has quit IRC | 11:31 | |
*** th0din has joined #kata-dev | 12:30 | |
*** devimc has joined #kata-dev | 13:12 | |
*** fuentess has joined #kata-dev | 14:03 | |
*** sgarzare has quit IRC | 14:58 | |
*** devimc_ has joined #kata-dev | 15:02 | |
*** devimc has quit IRC | 15:06 | |
*** devimc_ is now known as devimc | 15:09 | |
*** crobinso has joined #kata-dev | 15:17 | |
*** dklyle has joined #kata-dev | 15:46 | |
kata-irc-bot | <eric.ernst> I see VFIO test failing on stable-2.0.0. Anyone know offhand if there have been fixes in. tests which haven't been packported? | 16:22 |
---|---|---|
*** sgarzare has joined #kata-dev | 16:23 | |
kata-irc-bot | <eric.ernst> I know there has been a lot of fixes going in with @gabriela.cervantes.te and @wmoschet’s work | 16:26 |
kata-irc-bot | <fidencio> devimc had some patches for VFIO as well, IIRC. | 16:31 |
kata-irc-bot | <wmoschet> I never played with the vfio tests scripts but if you guys need help I can have a look | 16:49 |
devimc | @eric.ernst looks like devimc forgot to backport some PRs | 16:54 |
* devimc blames devimc | 16:54 | |
kata-irc-bot | <eric.ernst> hehe. | 16:54 |
kata-irc-bot | <eric.ernst> for the runtime repo or tests? | 16:55 |
devimc | tests | 16:55 |
devimc | https://github.com/kata-containers/tests/pull/2646 | 16:55 |
devimc | https://github.com/kata-containers/tests/pull/2828 | 16:55 |
devimc | https://github.com/kata-containers/tests/pull/3074 | 16:55 |
kata-irc-bot | <eric.ernst> Can you PR those to stable? I'll ack | 16:55 |
kata-irc-bot | <eric.ernst> in the meantime i'll work on 1.12/1.13-alpha0 | 16:56 |
devimc | sure | 17:06 |
devimc | fidencio, @wmoschet, @eric.ernst, looks like it wasn't me, the CI is actually doing its job | 17:19 |
devimc | Failed to read guest console logs" console-protocol=pty console-url=/dev/pts/0 error="read /dev/pts/0: file already closed | 17:19 |
devimc | does anyone have played with pts recently ? | 17:20 |
kata-irc-bot | <eric.ernst> (still should backport those test fixes). Is that unique to the vfio test? | 17:26 |
devimc | @eric.ernst I realized that vfio tests for 2.0 are different than 1.x, so we are fine in the tests repo | 17:28 |
kata-irc-bot | <eric.ernst> what about for 2.0 stable, though? | 17:28 |
kata-irc-bot | <eric.ernst> ie, comparing 2.0-dev and stable-2.0.0 | 17:28 |
devimc | something else is missing, now I'm debugging the kata-containers repo | 17:29 |
kata-irc-bot | <eric.ernst> Thanks Julio. | 17:30 |
kata-irc-bot | <eric.ernst> I'll need help with ACKs for release bump, ya'll :thread:: | 17:41 |
kata-irc-bot | <eric.ernst> https://github.com/pulls?q=is%3Aopen+is%3Apr+org%3Akata-containers+author%3Aegernst++1.12.1 | 17:42 |
kata-irc-bot | <eric.ernst> https://github.com/pulls?q=is%3Aopen+is%3Apr+org%3Akata-containers+author%3Aegernst+1.13.0+ | 17:42 |
kata-irc-bot | <eric.ernst> @christophe @fidencio @jose.carlos.venegas.m devimc ^ | 17:44 |
kata-irc-bot | <eric.ernst> (thanks @gabriela.cervantes.te!) | 17:46 |
kata-irc-bot | <gabriela.cervantes.te> your welcome | 17:46 |
devimc | done | 17:49 |
kata-irc-bot | <fidencio> Y'all are too fast. :slightly_smiling_face: | 17:54 |
kata-irc-bot | <fidencio> @pavlenko.maksym, @eric.ernst, can you guys give me a pointer to the containerd code where it gets the cgroups metrics and passes / converts that to CRI stats? | 17:58 |
kata-irc-bot | <fidencio> Also, is it expected that we don't get any value for {Block,Net}{Input.Ouput} coming from the runtime? | 17:59 |
*** jodh has quit IRC | 18:02 | |
*** fgiudici has quit IRC | 18:09 | |
kata-irc-bot | <pavlenko.maksym> These? https://github.com/containerd/containerd/blob/master/pkg/cri/server/container_stats.go https://github.com/containerd/containerd/blob/124fc14a469ee2c9896515d211b277e2b122b094/pkg/cri/server/container_stats_list_linux.go#L30 | 18:09 |
*** sgarzare has quit IRC | 18:09 | |
kata-irc-bot | <fidencio> Aha, seems to be! Thanks! | 18:12 |
devimc | @eric.ernst https://github.com/kata-containers/kata-containers/pull/1256 | 18:20 |
devimc | should Peng include those patches or should we merge that pr? | 18:20 |
kata-irc-bot | <eric.ernst> we can pull both | 18:21 |
kata-irc-bot | <eric.ernst> let's merge this (after CI), then we'll retest his. | 18:22 |
devimc | ok | 18:22 |
kata-irc-bot | <fidencio> This morning I got thing partially working on CRI-O, as in ... Now I can see *some* stats. Now I want to compare data with what containerd does as I'm assuming integration there is one step ahead. | 18:34 |
kata-irc-bot | <eric.ernst> @jose.carlos.venegas.m can you ack: https://github.com/kata-containers/kata-containers/pull/1256 | 19:05 |
kata-irc-bot | <jose.carlos.venegas.m> sure! | 19:07 |
kata-irc-bot | <christophe> When I click on the link I get "No result matched your search" Already closed? | 19:21 |
kata-irc-bot | <fidencio> Yeah, all gone! :slightly_smiling_face: | 19:26 |
*** auk has joined #kata-dev | 20:03 | |
*** davidgiluk has quit IRC | 20:20 | |
*** auk has quit IRC | 20:26 | |
*** auk has joined #kata-dev | 20:26 | |
*** auk has quit IRC | 20:46 | |
*** sameo has quit IRC | 20:49 | |
*** sameo has joined #kata-dev | 21:27 | |
*** devimc has quit IRC | 22:09 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!