Thursday, 2020-07-02

*** mugsie has quit IRC02:59
*** mugsie has joined #kata-dev03:02
*** bpradipt has joined #kata-dev03:41
*** sameo has joined #kata-dev04:07
*** sameo has quit IRC05:36
*** Yarboa has joined #kata-dev06:31
*** hashar has joined #kata-dev06:39
*** Yarboa has quit IRC06:59
*** Yarboa has joined #kata-dev07:01
*** sameo has joined #kata-dev07:08
*** sameo has quit IRC07:08
*** sameo has joined #kata-dev07:08
*** jodh has joined #kata-dev07:20
*** davidgiluk has joined #kata-dev08:04
*** hashar has quit IRC09:16
*** pcaruana has quit IRC09:17
*** fgiudici has joined #kata-dev09:38
*** dklyle has quit IRC11:00
*** hashar has joined #kata-dev11:34
*** devimc has joined #kata-dev12:22
*** sameo has quit IRC13:00
*** sameo has joined #kata-dev13:19
*** crobinso has joined #kata-dev13:51
*** devimc_ has joined #kata-dev15:14
*** jodh has quit IRC15:14
*** irclogbot_3 has quit IRC15:14
*** devimc has quit IRC15:14
*** sameo has quit IRC15:14
*** sjas has quit IRC15:14
*** sjas has joined #kata-dev15:17
*** irclogbot_0 has joined #kata-dev15:18
*** sameo has joined #kata-dev15:18
*** dklyle has joined #kata-dev15:37
*** st3 has quit IRC16:23
*** st3 has joined #kata-dev16:29
*** fgiudici has quit IRC16:50
*** bpradipt has quit IRC18:44
*** sameo has quit IRC18:46
*** crobinso has quit IRC19:05
*** sameo has joined #kata-dev19:11
kata-irc-bot<fidencio> @archana.m.shinde, @fupan, hey/ping, I'm facing some issues with shimv2 and cri-o related code and I think the problem may be related to kata. https://github.com/kata-containers/runtime/blob/master/containerd-shim-v2/service.go#L785 ... Is `os.Exit(0)` the best way to deal with this?  It'll cause the following error to be reported to CRI-O: `"ttrpc: closed: unknown"` , which will make CRI-O confused and not actually clean up the19:24
kata-irc-botprocess.19:24
kata-irc-bot<fidencio> Or not, looking at containerd code I see: ```        _, err := s.task.Shutdown(ctx, &task.ShutdownRequest{                 ID: s.ID(),         })         if err != nil && !errors.Is(err, ttrpc.ErrClosed) {                 return errdefs.FromGRPC(err)         }```19:26
kata-irc-bot<fidencio> So, yeah, the way to go is just ignoring the error, humpf.19:26
*** davidgiluk has quit IRC19:40
*** hashar has quit IRC19:58
*** sameo has quit IRC20:49
*** devimc_ has quit IRC21:04

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!