--- Log opened do apr 12 00:00:33 2018 00:23 -!- fsimonce: has quit [Quit: Coyote finally caught me] 00:33 -!- msivak_: has quit [Ping timeout: 264 seconds] 00:49 -!- jockek (Joachim Tingvold): has joined #vdsm 04:12 -!- Shu6h3ndu (Shubhendu): has joined #vdsm 05:23 -!- leongold: has quit [Ping timeout: 260 seconds] 06:05 -!- erav (purple): has joined #vdsm 06:21 -!- edwardh (purple): has joined #vdsm 06:38 -!- erav is now known as erav_net-contact 06:40 -!- erav_net-contact is now known as erav_netcontact 06:47 -!- bronhaim: has quit [Quit: Leaving.] 06:54 -!- edwardh: has quit [Ping timeout: 256 seconds] 07:13 -!- bronhaim: has quit [Quit: Leaving.] 07:19 -!- mmirecki (realname): has joined #vdsm 07:21 -!- eshenitz__ (realname): has joined #vdsm 07:24 -!- ishaby (Idan Shaby): has joined #vdsm 07:28 -!- #vdsm Humble: has quit [Ping timeout: 276 seconds] 07:52 -!- alkaplan (purple): has joined #vdsm 07:53 -!- edwardh (purple): has joined #vdsm 07:54 -!- mmirecki: has quit [Ping timeout: 240 seconds] 07:55 -!- #vdsm Humble: has quit [Ping timeout: 276 seconds] 07:58 -!- mmirecki (realname): has joined #vdsm 08:00 -!- #vdsm Humble: has quit [Ping timeout: 276 seconds] 08:02 -!- danken (purple): has joined #vdsm 08:02 -!- mode/#vdsm: by ChanServ 08:05 -!- mmirecki: has quit [Ping timeout: 268 seconds] 08:07 -!- eshenitz__: has quit [Quit: Leaving] 08:07 -!- amusil (realname): has joined #vdsm 08:07 -!- eshenitz (realname): has joined #vdsm 08:19 -!- danken: has quit [Ping timeout: 268 seconds] 08:30 -!- leongold: has quit [Ping timeout: 276 seconds] 08:37 -!- fromani (realname): has joined #vdsm 08:38 -!- mode/#vdsm: by ChanServ 08:38 -!- danken (purple): has joined #vdsm 08:51 -!- sleviim (Shani Leviim): has joined #vdsm 08:58 -!- mskrivanek_away is now known as mskrivanek 09:01 -!- pkliczew (realname): has joined #vdsm 09:04 -!- tiraboschi_ (purple): has joined #vdsm 09:06 -!- ahino_ (realname): has joined #vdsm 09:09 -!- ahino__: has quit [Ping timeout: 263 seconds] 09:10 -!- mmirecki (realname): has joined #vdsm 09:27 -!- msivak_ (Martin Sivak): has joined #vdsm 09:29 -!- mzamazal (Milan Zamazal): has joined #vdsm 09:41 -!- rmohr_away is now known as rmohr 09:49 -!- dholler: has quit [Ping timeout: 260 seconds] 09:56 -!- ahino (realname): has joined #vdsm 09:58 -!- fsimonce (Federico): has joined #vdsm 09:58 -!- ahino_: has quit [Ping timeout: 245 seconds] 10:19 -!- t1m1 (Tim): has joined #vdsm 10:20 -!- leongold: has quit [Ping timeout: 240 seconds] 10:33 -!- leongold: has quit [Client Quit] 10:39 -!- phoracek (phoracek): has joined #vdsm 11:02 -!- dholler: has quit [Ping timeout: 265 seconds] 11:05 -!- phoracek_ (phoracek): has joined #vdsm 11:08 -!- phoracek: has quit [Ping timeout: 260 seconds] 11:20 -!- edwardh: has quit [Ping timeout: 264 seconds] 11:21 -!- Shu6h3ndu: has quit [Ping timeout: 265 seconds] 11:31 -!- amusil is now known as amusil_lunch 11:36 -!- mskrivanek is now known as mskrivanek_away 11:38 -!- edwardh (purple): has joined #vdsm 11:42 -!- phoracek_: has quit [Ping timeout: 240 seconds] 11:43 -!- phoracek (phoracek): has joined #vdsm 11:53 -!- mskrivanek_away is now known as mskrivanek 12:06 -!- poller (realname): has joined #vdsm 12:08 < poller> hi all,I am learning vdsm source code, do not know how to debug, please give some suggestions 12:18 -!- dholler: has quit [Ping timeout: 260 seconds] 12:36 < fromani> poller: hi, what do you want/need to debug? 12:38 -!- amusil_lunch is now known as amusil 12:53 -!- msivak__ (Martin Sivák): has joined #vdsm 13:18 -!- mmirecki is now known as mmirecki_lunch 13:19 -!- ishaby: has quit [Ping timeout: 260 seconds] 13:47 -!- amusil: has quit [Quit: Leaving] 13:58 -!- Shu6h3ndu (Shubhendu): has joined #vdsm 14:01 -!- eshenitz_ (realname): has joined #vdsm 14:03 < poller> fromani, I am learning vdsm source code, I would like to use python pdb to track API requests step by step, 14:03 -!- eshenitz: has quit [Ping timeout: 256 seconds] 14:04 < fromani> poller: being vdsm a daemon (aka system service) that could be hard 14:05 < fromani> poller: IIRC vdsm doesn't have a good pdb integration, but we support 'manhole' https://pypi.python.org/pypi/manhole which could help 14:11 -!- erav_netcontact: has quit [Remote host closed the connection] 14:11 < poller> fromani, ok thx 14:16 < dchaplyg> fromani, ping 14:19 -!- ishaby (Idan Shaby): has joined #vdsm 14:26 -!- t1m1: has quit [Ping timeout: 264 seconds] 14:29 -!- mmirecki_lunch is now known as mmirecki 14:38 -!- t1m1 (Tim): has joined #vdsm 14:42 < fromani> dchaplyg: pong 14:42 < fromani> poller: which API request are interested into? 14:43 < poller> fromani, creat vm 14:45 < fromani> poller: ok, a good entry point is lib/vdsm/API.py, look for the create() method 14:52 < poller> fromani, Yes, I also found this place, I do not understand how the create vm request is routed here 14:53 < poller> And the lowest level call libvirt api 14:54 < fromani> poller: In a nutshell: Vdsm (master) accepts request through json-rpc. The json-rpc subsystem decodes the request and calls the right method from API.py 14:54 < fromani> poller: IIRC, this happens in lib/vdsm/rpc/Bridge.py 15:01 < poller> fromani, ok , The code rushes to the configuration file to get the attribute, but there is no configuration item in my configuration file. What's going on? eg: config.getboolean('devel', 'api_strict_mode') 15:02 -!- alkaplan: has quit [Quit: Leaving.] 15:13 -!- eshenitz_: has quit [Ping timeout: 256 seconds] 15:21 -!- poller: has quit [Remote host closed the connection] 15:22 -!- poller (realname): has joined #vdsm 15:22 -!- poller: has quit [Remote host closed the connection] 15:23 -!- poller (realname): has joined #vdsm 15:26 -!- ishaby: has quit [Ping timeout: 246 seconds] 15:41 < fromani> poller: vdsm uses defaults if the configuration values aren't set in the values 15:41 < fromani> aren't set in the file* 15:42 -!- t1m1: has quit [Ping timeout: 260 seconds] 15:44 -!- edwardh1: has quit [Client Quit] 15:47 -!- edwardh: has quit [Ping timeout: 256 seconds] 16:51 -!- bronhaim: has quit [Quit: Leaving.] 16:56 -!- mmirecki: has quit [Quit: Leaving] 17:00 -!- mmirecki (realname): has joined #vdsm 17:02 -!- Shu6h3ndu: has quit [Ping timeout: 245 seconds] 17:15 -!- Shu6h3ndu (Shubhendu): has joined #vdsm 17:15 -!- mzamazal: has quit [Remote host closed the connection] 17:16 -!- rmohr is now known as rmohr_away 17:18 -!- fromani: has quit [Quit: Leaving] 17:20 -!- leongold: has quit [Ping timeout: 245 seconds] 17:31 -!- mskrivanek is now known as mskrivanek_away 17:37 -!- phoracek: has quit [Quit: WeeChat 2.0.1] 17:46 -!- pkliczew: has quit [Quit: Leaving] 18:02 -!- dchaplyg: has quit [Ping timeout: 260 seconds] 18:09 -!- danken: has quit [Ping timeout: 264 seconds] 18:11 -!- sleviim: has quit [Ping timeout: 260 seconds] 18:21 -!- mskrivanek_away is now known as mskrivanek 18:27 -!- tiraboschi_: has left #vdsm [] 18:32 -!- mmirecki: has quit [Remote host closed the connection] 18:32 -!- mmirecki (realname): has joined #vdsm 18:38 -!- mmirecki: has quit [Ping timeout: 264 seconds] 19:18 -!- sleviim (Shani Leviim): has joined #vdsm 19:25 -!- Shu6h3ndu: has quit [Ping timeout: 260 seconds] 19:26 -!- mmirecki (realname): has joined #vdsm 19:28 -!- edwardh (purple): has joined #vdsm 19:38 -!- sleviim: has quit [Ping timeout: 260 seconds] 19:42 -!- mskrivanek is now known as mskrivanek_away 19:51 -!- sleviim (Shani Leviim): has joined #vdsm 19:58 -!- mmirecki: has quit [Ping timeout: 264 seconds] 19:59 -!- msivak__: has quit [Ping timeout: 240 seconds] 20:01 -!- #vdsm Humble: has quit [Quit: Leaving] 20:06 -!- sleviim: has quit [Ping timeout: 263 seconds] 20:07 -!- #vdsm Humble: has quit [Quit: Leaving] 20:31 -!- danken (purple): has joined #vdsm 20:31 -!- mode/#vdsm: by ChanServ 20:36 -!- hchiramm_ (Humble Chirammal): has joined #vdsm 20:37 -!- #vdsm Humble: has quit [Ping timeout: 276 seconds] 20:44 -!- nsoffer (Nir Soffer): has joined #vdsm 20:49 -!- sleviim (Shani Leviim): has joined #vdsm 21:11 -!- sleviim: has quit [Ping timeout: 256 seconds] 21:14 -!- nsoffer: has quit [Remote host closed the connection] 21:25 -!- dholler: has quit [Ping timeout: 276 seconds] 21:31 -!- #vdsm hchiramm_: has quit [Ping timeout: 245 seconds] 21:31 -!- hchiramm_ (Humble Chirammal): has joined #vdsm 21:46 -!- mmirecki (realname): has joined #vdsm 22:01 -!- leongold: has quit [Quit: Leaving.] 22:41 -!- edwardh: has quit [Quit: Leaving.] 22:53 -!- mmirecki: has quit [Ping timeout: 240 seconds] 23:04 -!- mmirecki (realname): has joined #vdsm 23:11 -!- mmirecki: has quit [Ping timeout: 240 seconds] 23:30 -!- dholler: has quit [Remote host closed the connection] 23:46 -!- msivak__ (Martin Sivák): has joined #vdsm --- Log closed vr apr 13 00:00:35 2018