Monday, 2019-09-23

*** dklyle has quit IRC02:33
*** dklyle has joined #kata-dev02:48
*** dklyle has quit IRC03:20
*** sameo has joined #kata-dev06:13
*** sameo has quit IRC06:53
*** sgarzare has joined #kata-dev07:09
*** jodh has joined #kata-dev07:12
*** pcaruana has joined #kata-dev07:41
*** sameo has joined #kata-dev07:52
*** davidgiluk has joined #kata-dev07:57
*** fuentess has joined #kata-dev12:40
*** sgarzare has quit IRC13:39
*** eernst has quit IRC13:40
*** sgarzare has joined #kata-dev13:44
*** dklyle has joined #kata-dev13:44
*** dklyle has quit IRC13:50
*** dklyle has joined #kata-dev14:31
*** sameo has quit IRC14:48
*** pcaruana has quit IRC15:05
*** dklyle has quit IRC15:36
*** dklyle has joined #kata-dev15:36
*** eernst has joined #kata-dev15:58
*** eernst has quit IRC16:02
*** pcaruana has joined #kata-dev16:06
*** eernst has joined #kata-dev16:11
*** eernst has quit IRC16:26
*** eernst has joined #kata-dev16:29
*** eernst has quit IRC16:29
*** pcaruana has quit IRC16:46
*** sameo has joined #kata-dev16:52
*** jodh has quit IRC17:01
*** sgarzare has quit IRC17:16
*** eernst has joined #kata-dev17:34
*** eernst has quit IRC17:35
kata-irc-bot<kshitij> I hope I have come to the right slack channel.  I want to add a Priority field to the Route type . Like so ``` 33  34 // Route describes a network route.  35 type Route struct {  36         Dest     string  37         Gateway  string  38         Device   string  39         Source   string  40         Scope    uint32  41         Priority uint32   <<<<  42 } ~‘’'. I want to know where does the route come from to the container.17:59
kata-irc-bot<kshitij> If I add two default routes to a container one with metric and one without, the netlink.RouteAdd errors out with “File Exists”18:01
*** igordc has joined #kata-dev18:06
kata-irc-bot<eric.ernst> @archana.m.shinde ^ anty ideas?18:26
kata-irc-bot<archana.m.shinde> @kshitij The function is called by the runtime18:39
kata-irc-bot<archana.m.shinde> See this : https://github.com/kata-containers/runtime/blob/22a3ca1c36f3cac8b31edc711ba670c1f00fc7b3/virtcontainers/kata_agent.go#L76418:40
kata-irc-bot<archana.m.shinde> the Route struct itself is part of the kata-agent grpc protocol18:41
kata-irc-bot<archana.m.shinde> so you would need to add that in the kata-agent repo first, and then vendor that change in the runtime18:41
kata-irc-bot<archana.m.shinde> @zhang.xuyu Performance wise we measured as "bridge" < "tc" < "macvtap"18:44
kata-irc-bot<archana.m.shinde> we decided to make tc as default as it is much more functional and allows us to support both macvlan and ipvlan.  ipvlan cannot really be supported with macvtap.18:45
*** igordc has quit IRC18:51
kata-irc-bot<kshitij> @archana.m.shinde Thanks for the quick response. Yes made those changes in agent. Does that also mean I need to rebuild my initrd or rootfs image using the osbuilder?18:55
*** davidgiluk has quit IRC19:09
*** pcaruana has joined #kata-dev19:43
*** pcaruana has quit IRC20:12
kata-irc-bot<archana.m.shinde> @kshitij For testing yes, you can simply loop mount the image and copy the agent to it20:13
kata-irc-bot<kshitij> @archana.m.shinde Thank you20:18
*** fuentess has quit IRC20:53
*** igordc has joined #kata-dev21:27
*** eernst has joined #kata-dev21:46
*** eernst has quit IRC21:51

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!