--- Log opened wo mrt 11 00:00:01 2015 00:02 -!- mtayer: has quit [Quit: Leaving.] 00:21 -!- mpolednik (mpolednik): has joined #vdsm 00:43 -!- mpolednik: has quit [Ping timeout: 264 seconds] 01:01 -!- mpolednik (mpolednik): has joined #vdsm 01:03 -!- bala: has quit [Quit: Leaving.] 01:59 -!- mpolednik: has quit [Ping timeout: 256 seconds] 02:56 -!- jbrooks: has quit [Quit: Ex-Chat] 04:47 -!- #vdsm dougsland: has quit [Ping timeout: 250 seconds] 05:10 -!- bala (purple): has joined #vdsm 06:01 -!- bala: has quit [Quit: Leaving.] 06:08 -!- vered (Vered Volansky): has joined #vdsm 06:11 -!- ndarshan (Darshan n): has joined #vdsm 07:02 -!- ibarkan (purple): has joined #vdsm 07:07 -!- adahms: has quit [Quit: Leaving] 07:17 -!- vered: has quit [Quit: Leaving] 07:17 -!- vered (Vered Volansky): has joined #vdsm 07:28 -!- ybronhei (purple): has joined #vdsm 07:33 -!- #vdsm ybronhei: has quit [Ping timeout: 252 seconds] 07:42 -!- nsoffer (Nir Soffer): has joined #vdsm 07:45 -!- bala (purple): has joined #vdsm 07:48 -!- ybronhei (purple): has joined #vdsm 07:48 -!- sbonazzo (purple): has joined #vdsm 08:05 -!- xnaveira (Xavier): has joined #vdsm 08:10 -!- bazulay (purple): has joined #vdsm 08:11 -!- #vdsm xnaveira: has quit [Quit: WeeChat 1.0.1] 08:11 -!- xnaveira (Xavier): has joined #vdsm 08:25 -!- pkliczew (Piotr Kliczewski): has joined #vdsm 08:36 -!- apuimedo (Antoni Segura Puimedon): has joined #vdsm 08:40 -!- fromani (Francesco Romani): has joined #vdsm 08:47 -!- mskrivanek_away is now known as mskrivanek 09:01 -!- ibarkan: has left #vdsm [] 09:08 -!- fabiand (Fabian Deutsch): has joined #vdsm 09:13 -!- fabiand: has quit [Ping timeout: 265 seconds] 09:26 -!- fabiand (Fabian Deutsch): has joined #vdsm 09:26 -!- bazulay: has quit [Ping timeout: 240 seconds] 09:27 -!- bala: has quit [Quit: Leaving.] 09:33 -!- pbandark (Pratik): has joined #vdsm 09:40 -!- ykaplan (Yeela Kaplan): has joined #vdsm 09:42 -!- bazulay (purple): has joined #vdsm 09:54 -!- phoracek (phoracek): has joined #vdsm 10:00 -!- ishaby (Idan Shaby): has joined #vdsm 10:02 -!- mpolednik (mpolednik): has joined #vdsm 10:06 -!- mpolednik: has quit [Ping timeout: 250 seconds] 10:11 -!- derez_ (Daniel Erez): has joined #vdsm 10:28 < msivak> pkliczew: ping? 10:29 < pkliczew> msivak, hi 10:30 < msivak> pkliczew: morning, I was just wondering if vm.py's deleteVm is the right place for cache invalidation :) 10:31 < msivak> pkliczew: but maybe fromani would know that better 10:31 < msivak> fromani: ^^ 10:32 < fromani> msivak: are we talking about a specific patch (that I could see on gerrit maybe)? 10:33 < msivak> fromani: I am working on a patch :) 10:33 < msivak> but it is not finished yet 10:34 -!- mpolednik (Martin Polednik): has joined #vdsm 10:35 < mpolednik> fromani: https://gerrit.ovirt.org/#/c/37701/ could you have a glance at this update? 10:37 < fromani> msivak: ok, wo which kind of cache do you want to invalidate? 10:37 < fromani> mpolednik: sure, in just a few minutes 10:38 < msivak> fromani: new cache I am adding for NUMA stuff 10:38 < msivak> fromani: it is a per VM cached value of numa cpu pids obtained by parsing libvirtxml 10:38 < fromani> msivak: uhm, let me see the code 10:40 < fromani> msivak: do you need to invalidate this cache "just" if the Vm is deleted or maybe earlier, for extra reasons? 10:40 < msivak> fromani: nope, just when the VM was deleted 10:41 < msivak> fromani: https://gerrit.ovirt.org/38564 10:41 < fromani> msivak: ok, I can't really be very specific until I see the code, but my gut feeling is that you can just wait for the Vm object to be GC'd, adding code in deleteVm should'nt make things much better 10:41 < fromani> msivak: ok, looking 10:43 < fromani> msivak: I'd probably move that code in releaseVm 10:44 < msivak> fromani: or maybe _cleanup? 10:44 < msivak> fromani: but is that called every time even when the vm dies for example? 10:45 < fromani> msivak: yes. We reach releaseVm either from events (QEMU dies unexpectedly) or if Engine tells us to kill the Vm 10:45 < fromani> msivak: deleteVm comes after. Vm destruction is a two-phase step, releaseVm is step 1, deleteVm is step 2 10:46 < fromani> msivak: also take a look at https://gerrit.ovirt.org/#/c/37788/ - that could maybe help you 10:48 < msivak> fromani: I can't use memoize, because I depend on the filesystem time, so the result can change even when the arguments are the same 10:50 < fromani> msivak: I know, but I linked wrong patch :) Here's what I meant: https://gerrit.ovirt.org/#/c/34709/4 10:51 < fromani> file_modified 10:52 < msivak> fromani: that would work, but the path is different for each VM 10:53 < msivak> fromani: so i would have to hack it using a nested function 10:53 < fromani> msivak: it was just to brainstorm, np 10:53 < fromani> back to our point, either releaseVm or _cleanup inside it could be a good starting point 10:54 -!- phoracek: has quit [Ping timeout: 246 seconds] 10:55 -!- phoracek (phoracek): has joined #vdsm 11:02 -!- nsoffer: has quit [Ping timeout: 245 seconds] 11:08 -!- ibarkan (Ido Barkan): has joined #vdsm 11:19 -!- #vdsm hchiramm_: has quit [Ping timeout: 272 seconds] 11:29 -!- pbandark: has quit [Quit: Leaving] 11:50 < fromani> msivak: I have some general comments/questions about the area of your 38564. Which is the best venue for discussion? the referenced BZ? a new ML thread? 11:51 < msivak> ML or gerrit is good :) 11:56 -!- dkuznets (Dima Kuznetsov): has joined #vdsm 11:58 -!- mpolednik: has quit [Quit: leaving] 12:03 -!- mpolednik (Martin Polednik): has joined #vdsm 12:06 -!- mode/#vdsm: by ChanServ 12:06 -!- danken (purple): has joined #vdsm 12:06 -!- phoracek: has quit [Ping timeout: 264 seconds] 12:07 -!- ykaplan: has quit [Ping timeout: 272 seconds] 12:18 -!- timothy_ (Timothy Asir): has joined #vdsm 12:19 -!- phoracek (phoracek): has joined #vdsm 12:40 < fromani> danken: a MUCH less troubling patch for your consideration: https://gerrit.ovirt.org/#/c/38538/2 12:48 -!- ykaplan (Yeela Kaplan): has joined #vdsm 12:49 -!- vered: has quit [Ping timeout: 264 seconds] 12:50 < mpolednik> danken: https://gerrit.ovirt.org/#/c/37701/ 12:51 -!- #vdsm xnaveira: has quit [Quit: WeeChat 1.0.1] 12:54 -!- vered (Vered Volansky): has joined #vdsm 12:54 -!- nsoffer (Nir Soffer): has joined #vdsm 12:55 -!- xnaveira (Xavier): has joined #vdsm 12:56 -!- rmatinata (Ricardo Marin Matinata): has joined #vdsm 13:08 -!- mpolednik: has quit [Ping timeout: 245 seconds] 13:10 -!- mpolednik (Martin Polednik): has joined #vdsm 13:11 -!- phoracek: has quit [Ping timeout: 272 seconds] 13:13 -!- phoracek (phoracek): has joined #vdsm 13:17 -!- xaviern (Xavier): has joined #vdsm 13:18 -!- timothy_: has quit [Ping timeout: 244 seconds] 13:19 -!- #vdsm xaviern: has quit [Client Quit] 13:19 -!- xaviern (Xavier): has joined #vdsm 13:20 -!- mpolednik: has quit [Ping timeout: 246 seconds] 13:22 -!- #vdsm xaviern: has quit [Client Quit] 13:23 -!- xaviern (Xavier): has joined #vdsm 13:23 -!- #vdsm xaviern: has quit [Client Quit] 13:25 -!- #vdsm xnaveira: has quit [Quit: WeeChat 1.0.1] 13:35 -!- xnaveira (Xavier): has joined #vdsm 13:38 -!- firemanxbr (Marcelo Barbosa): has joined #vdsm 13:43 -!- hchiramm_ (Humble Chirammal): has joined #vdsm 13:45 -!- #vdsm xnaveira: has quit [Quit: WeeChat 1.2-dev] 13:46 -!- xnaveira (Xavier): has joined #vdsm 14:00 -!- dougsland (Douglas): has joined #vdsm 14:07 -!- vered: has quit [Ping timeout: 264 seconds] 14:07 -!- xaviern (Xavier): has joined #vdsm 14:10 -!- #vdsm xnaveira: has quit [Quit: WeeChat 1.2-dev] 14:15 -!- mpolednik (mpolednik): has joined #vdsm 14:15 -!- #vdsm xaviern: has quit [Quit: WeeChat 1.2-dev] 14:17 -!- xnaveira (Xavier): has joined #vdsm 14:19 -!- mpolednik: has quit [Ping timeout: 245 seconds] 14:20 -!- phoracek: has quit [Ping timeout: 256 seconds] 14:25 < ybronhei> danken: i can't build vdsm-4.16.12, one of the tests fail 14:25 < fromani> ybronhei: which one? 14:25 < ybronhei> fromani: for seconds ill tell you 14:25 < ybronhei> few 14:26 < fromani> ybronhei: sure, tnx 14:26 -!- danken: has quit [Ping timeout: 255 seconds] 14:49 -!- mpolednik (mpolednik): has joined #vdsm 14:51 -!- mode/#vdsm: by ChanServ 14:51 -!- danken (purple): has joined #vdsm 15:02 -!- phoracek (phoracek): has joined #vdsm 15:04 < fromani> danken: mtg? 15:05 -!- ndarshan: has quit [Quit: Leaving] 15:21 -!- mpolednik: has quit [Ping timeout: 265 seconds] 15:22 -!- xnaveira is now known as xnaveira-away 15:22 -!- xnaveira-away is now known as xnaveira 15:25 -!- #vdsm xnaveira: has quit [Quit: WeeChat 1.2-dev] 15:26 -!- xnaveira (Xavier): has joined #vdsm 15:28 < ybronhei> fromani: a bit long.. we had infra meeting - miscTests.AsyncProcTests fails on 4.17.12 15:28 < fromani> ybronhei: will have a look, may be random sporadic failure 15:30 < ybronhei> fromani: maybe, but it fails to me each rpmbuild run 15:38 -!- dyasny (Dan Yasny): has joined #vdsm 15:42 < ybronhei> danken: can we tag current head to 4.16.13 and build from there? 15:43 < ybronhei> fromani: please re-visit https://gerrit.ovirt.org/#/c/37055/ 15:45 -!- danken: has quit [Ping timeout: 245 seconds] 15:55 -!- bala (purple): has joined #vdsm 15:59 -!- mode/#vdsm: by ChanServ 15:59 -!- danken (purple): has joined #vdsm 16:08 -!- ibarkan: has quit [Ping timeout: 245 seconds] 16:32 -!- jbrooks (Jason Brooks): has joined #vdsm 16:34 -!- phoracek: has quit [Quit: WeeChat 1.0.1] 16:34 -!- phoracek (phoracek): has joined #vdsm 16:45 -!- bazulay: has quit [Ping timeout: 256 seconds] 16:50 -!- ykaplan: has quit [Remote host closed the connection] 16:51 -!- #vdsm ybronhei: has quit [Ping timeout: 244 seconds] 16:54 -!- timothy_ (Timothy Asir): has joined #vdsm 16:55 -!- saggi: has quit [Quit: Leaving.] 16:59 -!- #vdsm hchiramm_: has quit [Ping timeout: 264 seconds] 17:10 -!- mskrivanek is now known as mskrivanek_away 17:11 -!- hchiramm_ (Humble Chirammal): has joined #vdsm 17:12 -!- bala: has quit [Quit: Leaving.] 17:14 -!- fabiand: has quit [Ping timeout: 265 seconds] 17:16 -!- fabiand (Fabian Deutsch): has joined #vdsm 17:21 -!- pkliczew: has quit [Ping timeout: 272 seconds] 17:27 -!- #vdsm dyasny: has quit [Ping timeout: 244 seconds] 17:29 -!- sbonazzo: has quit [Quit: Leaving.] 17:33 < fromani> I don't have a better explanation, but miscTests.AsyncProcTests fails randomly on my F21 laptop 17:34 < fromani> s/a better/an 17:35 < nsoffer> fromani, it sometimes fails on fedora20/rhel7 17:35 < nsoffer> fromani, the test is broken, or the code :-) 17:36 < fromani> nsoffer: according to ybronhei it fails consistently on rpmbuild :\ 17:36 < nsoffer> fromani, maybe now there is some build regression 17:37 < fromani> nsoffer: could be but I can't recall any relevant change (but let me dig on git...) 17:38 -!- dkuznets: has quit [Ping timeout: 265 seconds] 17:43 -!- derez_: has quit [Ping timeout: 255 seconds] 17:52 -!- nsoffer: has quit [Ping timeout: 272 seconds] 17:56 -!- fabiand: has quit [Quit: Verlassend] 18:04 -!- nsoffer (Nir Soffer): has joined #vdsm 18:09 -!- nsoffer: has quit [Ping timeout: 255 seconds] 18:09 -!- ishaby: has quit [Ping timeout: 265 seconds] 18:20 -!- nsoffer (Nir Soffer): has joined #vdsm 18:26 -!- phoracek: has quit [Quit: WeeChat 1.0.1] 18:30 -!- nsoffer: has quit [Ping timeout: 252 seconds] 18:40 -!- timothy_: has quit [Remote host closed the connection] 18:43 -!- nsoffer (Nir Soffer): has joined #vdsm 19:00 -!- firemanxbr: has quit [Read error: Connection reset by peer] 19:01 -!- firemanxbr (Marcelo Barbosa): has joined #vdsm 19:16 -!- derez_ (Daniel Erez): has joined #vdsm 19:26 -!- danken: has quit [Quit: Leaving.] 19:27 -!- derez_: has quit [Quit: Leaving] 19:54 -!- dkuznets (Dima Kuznetsov): has joined #vdsm 20:06 -!- dyasny (Dan Yasny): has joined #vdsm 20:09 -!- mpolednik (mpolednik): has joined #vdsm 20:13 -!- mpolednik: has quit [Ping timeout: 265 seconds] 20:54 -!- mpolednik (mpolednik): has joined #vdsm 21:06 -!- hchiramm: has quit [Ping timeout: 252 seconds] 21:06 -!- hchiramm (Humble Chirammal): has joined #vdsm 21:19 -!- fromani: has quit [Quit: Leaving] 21:21 -!- mpolednik: has quit [Ping timeout: 240 seconds] 21:31 -!- firemanxbr: has quit [Quit: Leaving] 21:38 -!- mpolednik (mpolednik): has joined #vdsm 21:49 -!- dkuznets: has quit [Ping timeout: 252 seconds] 22:43 -!- apuimedo: has quit [Ping timeout: 256 seconds] 23:41 -!- nsoffer: has quit [Ping timeout: 256 seconds] 23:46 -!- adahms (Andrew Dahms): has joined #vdsm --- Log closed do mrt 12 00:00:02 2015