--- Log opened do jun 21 00:00:51 2012 00:28 -!- trujillo: has joined #vdsm 01:21 -!- rmatinata: has joined #vdsm 01:31 -!- aglitke: has quit [Ping timeout: 246 seconds] 01:32 -!- trujillo: has quit [Quit: Leaving] 01:45 -!- aglitke: has joined #vdsm 03:30 -!- granha_bola: has quit [Quit: Leaving] 03:40 -!- sming: has joined #vdsm 04:40 -!- osier: has joined #vdsm 05:32 -!- sming: has quit [Quit: ChatZilla 0.9.88.2 [Firefox 10.0.3/20120309135702]] 06:44 -!- odedr: has joined #vdsm 06:47 -!- odedr: has quit [Client Quit] 06:53 -!- DoSa|gone is now known as DoSa 07:52 -!- pretec: has quit [Ping timeout: 244 seconds] 08:06 -!- aglitke_: has quit [Ping timeout: 265 seconds] 08:10 -!- lhornyak: has joined #vdsm 08:18 -!- jlibosva: has joined #vdsm 08:21 -!- aglitke_: has joined #vdsm 08:21 -!- odedr: has joined #vdsm 08:39 -!- danken: has joined #vdsm 08:39 -!- mode/#vdsm: by ChanServ 08:55 -!- xTs_w: has quit [Ping timeout: 246 seconds] 08:55 -!- xTs_w: has joined #vdsm 08:58 -!- fsimonce: has joined #vdsm 09:09 -!- tjikkun_work: has joined #vdsm 09:23 -!- pretec: has joined #vdsm 09:40 -!- bazulay: has joined #vdsm 09:42 -!- ofrenkel: has joined #vdsm 09:51 -!- dyasny: has joined #vdsm 10:00 -!- itamarh: has quit [Read error: Operation timed out] 10:05 -!- odedr: has quit [Ping timeout: 260 seconds] 10:13 -!- odedr: has joined #vdsm 10:14 -!- odedr: has left #vdsm [] 10:20 -!- itamarh: has joined #vdsm 10:38 -!- dyasny: has joined #vdsm 10:38 -!- dyasny: has joined #vdsm 10:51 -!- osier: has quit [Ping timeout: 244 seconds] 10:52 -!- osier: has joined #vdsm 10:53 -!- danpb: has joined #vdsm 11:08 -!- deepakcs: has joined #vdsm 11:08 -!- itamarh: has quit [Ping timeout: 276 seconds] 11:10 < deepakcs> Hello, when i try to connect to a VM started by vdsm, using virsh, it asks me for "authentication name & password".. where is this set or what are the defaults ? 11:11 -!- itamarh: has joined #vdsm 11:20 -!- danken: has quit [Ping timeout: 255 seconds] 11:24 -!- danken: has joined #vdsm 11:24 -!- mode/#vdsm: by ChanServ 12:08 -!- itamarh: has quit [Ping timeout: 245 seconds] 12:15 < deepakcs> danken, Hi 12:23 -!- odedr: has joined #vdsm 12:25 -!- itamarh: has joined #vdsm 12:59 < deepakcs> Hello, when i add some custom paramters in the "new VM gui box" , it gets passed as-is to qemu cmd line generated by vdsm->libvirt ? 13:09 <@danken> deepakcs: oh no, it is passed to vdsm, and if there's a special hook installed there, it *can* pass it a step further to libvirt 13:10 <@danken> but it would be a very nice idea to add a custom property handler doing what you just suggested. 13:10 <@danken> patches are welcome ;-) 13:11 < deepakcs> danken, ok, i was looking at the hooks examples.. it gets passed as part of os.environ , But i am using vdsCLient , what do i do to set a custom property, just set a OS env var ( key=value) ? 13:13 < deepakcs> danken, in short, if i am using vdscli, how can i set the custom property ? 13:40 <@danken> deepakcs: sorry, I was away 13:41 < deepakcs> danken, np, i am looking for ur response :) 13:41 <@danken> I'm not sure it is currently possible to create the custom properties dictionary from the command line tool 13:41 <@danken> but it's very easy if you are using the vdscli.py module 13:42 <@danken> what do you use exactly>? 13:43 <@danken> strike that. 13:43 <@danken> all you need to do is have 13:43 <@danken> custom_key=value 13:43 <@danken> in the command line 13:43 <@danken> grrrr evil command line tool 13:43 < deepakcs> danken, write my own xyz.py inside which i do import vdscli 13:44 <@danken> deepakcs: then all you need is to change the param of vdscli.create(). 13:44 < deepakcs> danken, if i just set some key=value in the OS env.. and in my hook i check for os.environ.get() . it should work rite ? 13:44 <@danken> {vmId: 43853452, custom={key: val} } 13:46 <@danken> deepakcs: yes os.environ.get() is your friend 13:47 <@danken> see all the examples under vdsm_hook 13:47 < deepakcs> danken, so i can invoke my hook by setting a OS env too, w/o passing anything in custom={}... rite ? 13:47 <@danken> deepakcs: it would be *great* if you write a hook for passing qemu commandline params. 13:48 <@danken> deepakcs: huh? how would your key:val get to the os.env? 13:49 < deepakcs> danken, most of the hook example start with is.environ.get() check... so i was wondering if the custom value sent are passed to VDSM via OS env . 13:49 < deepakcs> danken, how does vdsm hooks get access to what is passsed in custom={}, via os.env only rite ? 13:49 <@danken> yes, they are 13:50 <@danken> vdsm/hooks.py converts custom dictionary to strings passed to os.env. 13:50 < deepakcs> danken, ok 13:56 -!- lhornyak: has quit [Ping timeout: 248 seconds] 14:01 -!- ofrenkel: has quit [Ping timeout: 245 seconds] 14:03 -!- granha_bola: has joined #vdsm 14:04 -!- jlibosva: has quit [Ping timeout: 248 seconds] 14:05 -!- jlibosva: has joined #vdsm 14:12 -!- lhornyak: has joined #vdsm 14:14 -!- ofrenkel: has joined #vdsm 14:15 -!- trujillo: has joined #vdsm 14:29 -!- rmatinata: has quit [Ping timeout: 245 seconds] 14:31 -!- jlibosva: has quit [Ping timeout: 272 seconds] 14:33 -!- jlibosva: has joined #vdsm 14:55 -!- DoSa is now known as DoSa|gone 15:04 -!- odedr: has quit [Ping timeout: 272 seconds] 15:05 -!- lhornyak1: has joined #vdsm 15:06 -!- lhornyak: has quit [Ping timeout: 246 seconds] 15:09 -!- ofrenkel: has quit [Ping timeout: 245 seconds] 15:22 -!- danken: has quit [Quit: Leaving.] 15:23 -!- ofrenkel: has joined #vdsm 15:32 -!- rmatinata: has joined #vdsm 15:36 -!- rharper: has quit [Ping timeout: 260 seconds] 15:40 -!- AlbertoSilva: has joined #vdsm 15:41 -!- gpadgett: has joined #vdsm 15:42 -!- tdfkaSaggi: has joined #vdsm 15:43 -!- deepakcs: has quit [Quit: Leaving] 16:00 -!- rharper: has joined #vdsm 16:07 -!- lhornyak1: has quit [Remote host closed the connection] 16:10 -!- acathrow: has joined #vdsm 16:11 -!- rmatinata: has quit [Ping timeout: 245 seconds] 16:21 -!- osier: has quit [Read error: Connection reset by peer] 16:28 -!- rmatinata: has joined #vdsm 16:44 -!- itamarh: has quit [Ping timeout: 246 seconds] 17:16 -!- rmatinata: has quit [Ping timeout: 244 seconds] 17:18 -!- jlibosva: has quit [Quit: Leaving.] 17:32 -!- rmatinata: has joined #vdsm 17:35 -!- ofrenkel: has quit [Quit: Leaving] 17:36 -!- ewarszaw: has quit [Quit: Konversation terminated!] 17:46 -!- aliguori: has quit [Quit: Ex-Chat] 18:08 -!- pretec: has quit [Remote host closed the connection] 18:18 -!- aliguori: has joined #vdsm 18:53 -!- danpb: has quit [Quit: Leaving.] 19:12 -!- rmatinata: has quit [Ping timeout: 272 seconds] 19:28 -!- rmatinata: has joined #vdsm 19:37 -!- bazulay: has quit [Quit: Leaving.] 19:46 -!- itamarh: has joined #vdsm 19:51 -!- gpadgett: has quit [Remote host closed the connection] 19:54 -!- odedr: has joined #vdsm 19:55 -!- gpadgett: has joined #vdsm 20:04 -!- danken: has joined #vdsm 20:04 -!- mode/#vdsm: by ChanServ 21:02 -!- aliguori: has quit [Ping timeout: 246 seconds] 21:11 -!- rmatinata: has quit [Ping timeout: 276 seconds] 21:11 -!- #vdsm,#katello,#zabbix RobertLaptop: has quit [Quit: Time to go get a life be back in 10 Min] 21:12 -!- RobertLaptop: has joined #vdsm 21:26 -!- rmatinata: has joined #vdsm 21:51 -!- aliguori: has joined #vdsm 21:52 -!- fsimonce: has quit [Ping timeout: 246 seconds] 21:57 -!- fsimonce: has joined #vdsm 22:50 -!- rmatinata: has quit [Ping timeout: 245 seconds] 23:06 -!- granha_bola: has quit [Quit: Leaving] 23:10 -!- trujillo: has quit [Quit: Leaving] 23:11 -!- aliguori: has quit [Remote host closed the connection] 23:13 -!- rharper: has quit [Ping timeout: 260 seconds] 23:29 -!- rmatinata: has joined #vdsm 23:54 -!- odedr: has quit [Quit: Leaving.] --- Log closed vr jun 22 00:00:50 2012