--- Log opened di nov 20 00:00:37 2012 00:05 -!- fsimonce: has quit [Quit: Coyote finally caught me] 00:49 -!- abaron: has quit [Ping timeout: 255 seconds] 01:05 -!- acathrow: has left #vdsm [] 01:53 -!- sming (New Now Know How): has joined #vdsm 02:08 -!- aledvink: has quit [Ping timeout: 244 seconds] 02:23 -!- saggi: has quit [Quit: Leaving.] 02:25 -!- osier (osier): has joined #vdsm 02:26 -!- osier: has quit [Remote host closed the connection] 02:34 -!- osier (osier): has joined #vdsm 03:23 -!- bharata (Bharata B Rao): has joined #vdsm 05:47 -!- jbrooks: has quit [Quit: Ex-Chat] 06:10 -!- bharata: has quit [Quit: Leaving] 06:21 -!- bharata (Bharata B Rao): has joined #vdsm 06:22 -!- ilvovsky: has quit [Ping timeout: 246 seconds] 06:25 -!- deepakcs (Deepak C Shetty): has joined #vdsm 06:32 -!- mohankumar (M. Mohan Kumar): has joined #vdsm 06:44 -!- trujillo: has quit [Quit: Leaving] 06:52 -!- itamarh (purple): has joined #vdsm 07:32 -!- bala1 (purple): has joined #vdsm 08:12 -!- jlibosva (purple): has joined #vdsm 08:20 -!- ilvovsky (Unknown): has joined #vdsm 08:20 -!- ybronhei: has quit [Quit: Leaving.] 08:25 -!- abaron (Ayal Baron): has joined #vdsm 08:49 -!- danken (purple): has joined #vdsm 08:49 -!- mode/#vdsm: by ChanServ 08:54 -!- ybronhei (purple): has joined #vdsm 09:09 -!- itamarh: has quit [Ping timeout: 240 seconds] 09:20 -!- lhornyak (purple): has joined #vdsm 09:35 -!- fsimonce (Federico): has joined #vdsm 10:05 -!- gpadgett: has quit [Ping timeout: 246 seconds] 10:21 -!- itamarh (purple): has joined #vdsm 10:22 -!- bazulay (purple): has joined #vdsm 10:56 -!- dyasny (Dan Yasny): has joined #vdsm 11:05 -!- sming: has quit [Remote host closed the connection] 11:19 -!- apahim_ is now known as apahim 11:20 -!- apahim: has quit [Quit: Leaving] 11:20 -!- apahim (Amador Pahim): has joined #vdsm 11:24 -!- danpb (purple): has joined #vdsm 11:43 -!- apuimedo (Antoni Segura Puimedon): has joined #vdsm 11:52 -!- aledvink (Unknown): has joined #vdsm 12:22 -!- deepakcs: has quit [Quit: Leaving] 12:29 -!- bharata: has quit [Quit: Leaving] 12:29 -!- mohankumar: has quit [Ping timeout: 248 seconds] 12:59 -!- bazulay: has quit [Quit: Leaving.] 13:03 -!- acathrow (Aic): has joined #vdsm 13:08 -!- apuimedo: has quit [Ping timeout: 244 seconds] 13:29 < bala1> hi all 13:29 < bala1> i have a traceback when on vdsm start on a vm 13:29 < bala1> the complete log is available at http://fpaste.org/h17d/ 13:30 < bala1> the same set of packages are working fine in another vm 13:30 < bala1> any idea whats wrong in the vm? 13:32 < bala1> the traceback is 13:32 < bala1> MainThread::ERROR::2012-11-20 17:57:35,021::vdsm::73::vds::(run) Exception raised 13:32 < bala1> Traceback (most recent call last): 13:32 < bala1> File "/usr/share/vdsm/vdsm", line 71, in run 13:32 < bala1> serve_clients(log) 13:32 < bala1> File "/usr/share/vdsm/vdsm", line 39, in serve_clients 13:32 < bala1> cif = clientIF.clientIF(log) 13:32 < bala1> File "/usr/share/vdsm/clientIF.py", line 87, in __init__ 13:32 < bala1> caps.CpuTopology().cores()) 13:32 < bala1> File "/usr/share/vdsm/caps.py", line 87, in __init__ 13:32 < bala1> self._topology = _getCpuTopology(capabilities) 13:32 < bala1> File "/usr/lib64/python2.6/site-packages/vdsm/utils.py", line 799, in __call__ 13:32 < bala1> value = self.func(*args) 13:32 < bala1> File "/usr/share/vdsm/caps.py", line 115, in _getCpuTopology 13:32 < bala1> 'sockets': int(cpu.getElementsByTagName('topology')[0]. 13:33 <@danken> bala1: heh, now that I see the whole trace back, I recognize the bug 13:33 <@danken> it's a libvirt issue 13:33 <@danken> which version do you have? which os 13:34 <@danken> https://bugzilla.redhat.com/show_bug.cgi?id=866999 13:35 < bala1> libvirt-0.9.10-21.el6.x86_64 on RHEL 6.2.z 13:35 < dyasny> danken, the entire faqemu thing is completely broken 13:36 < dyasny> danken, I've been struggling with this exact issue myself, and even if you hack the code to ignore this libvirt bug, you still get stuck in the next few steps 13:39 < bala1> two different output of two vms of 'virsh -r capabilities' 13:39 < bala1> one vm on top of rhel 6.3 and one top of fedora 17 13:39 < bala1> vm on f17 has 13:40 < bala1> vm on rhel6.3 doesn't 13:41 <@danken> bala1: yeah, you would have to upgrade your guest's libvirt. 13:41 <@danken> or hack vdsm to be robust enough 13:42 <@danken> dyasny: I did not expect to hear "everything is broken" mentality from you 13:42 <@danken> dyasny: you have to fix this step by step... 13:42 < bala1> danken: what libvirt version is required on hypervisor? 13:42 <@danken> dyasny: or ditch everything and use nested virt 13:43 < bala1> danken: i use vmm on rhel6.3 and f17 13:43 <@danken> bala1: see the cited bug 13:43 <@danken> bala1: the problem is in your guest 13:43 <@danken> their, libvirt should be upgraded, or vdsm fixed. 13:43 < dyasny> danken, everything else works fine :) 13:44 < bala1> danken: i have same set of libvirt/vdsm/os in both the vms 13:45 < bala1> only one diff is one vm on host rhel6.3 and another on f17 13:46 <@danken> fine 13:46 <@danken> bala1: understood 13:46 <@danken> a different machine is exposed to the guests, right 13:47 <@danken> but the problem is with libvirt not managing one of them. 13:49 < bala1> danken: u mean the guest libvirt get caps from hypervisors could have difference which is expected? 13:50 <@danken> bala1: yes 13:51 < bala1> danken: ok. i will set respective version requirement for users 13:53 < bala1> danken: thanks again :) 14:11 < bala1> danken: i upgraded to libvirt-0.9.10-21.el6_3.5.x86_64 in the guest 14:12 < bala1> danken: but still failing 14:12 < bala1> danken: any idea whats wrong 14:15 < bala1> u can see the log at http://fpaste.org/pEBC/ 14:19 <@danken> bala1: what does 14:19 <@danken> `virsh -r capabilities` 14:19 <@danken> say for the failed host? 14:22 < bala1> the output comes without topology 14:22 < bala1> and the host libvirt version is 0.9.10-21.el6_3.4.x86_64 14:23 < bala1> do u think its good to update libvirt in the host? 14:25 <@danken> bala1: I do not think this would matter 14:28 <@danken> maybe someone on #virt@irc.oftc.net could help you 14:28 <@danken> bala1: ^^^ 14:28 < bala1> danken: i will reboot the machine and see the behavior 14:28 < bala1> danken: ok.. will do that 14:28 <@danken> and maybe: write a vdsm hack to survive such behavior of libvirt. 14:30 < bala1> danken: ok 14:45 -!- bala1: has quit [Ping timeout: 260 seconds] 15:14 -!- saggi (purple): has joined #vdsm 15:20 -!- gpadgett (Greg Padgett): has joined #vdsm 15:41 -!- sming (New Now Know How): has joined #vdsm 15:53 -!- sming: has quit [Read error: Connection reset by peer] 15:55 -!- mohankumar (M. Mohan Kumar): has joined #vdsm 16:00 -!- sming (New Now Know How): has joined #vdsm 16:10 -!- acathrow: has left #vdsm [] 16:10 -!- acathrow (Aic): has joined #vdsm 16:13 -!- aglitke: has quit [Read error: Operation timed out] 16:23 -!- sming: has quit [Ping timeout: 256 seconds] 16:26 -!- aglitke (Adam Litke): has joined #vdsm 16:29 -!- jbrooks (Jason Brooks): has joined #vdsm 17:00 -!- aglitke: has quit [Ping timeout: 252 seconds] 17:05 -!- abaron: has quit [Ping timeout: 268 seconds] 17:14 -!- aglitke (Adam Litke): has joined #vdsm 17:25 -!- ybronhei: has quit [Ping timeout: 246 seconds] 17:28 -!- itamarh: has quit [Ping timeout: 248 seconds] 17:34 -!- bazulay (purple): has joined #vdsm 17:58 -!- itamarh (purple): has joined #vdsm 18:00 -!- ybronhei (purple): has joined #vdsm 18:04 -!- ilvovsky: has quit [Ping timeout: 260 seconds] 18:05 -!- aledvink: has quit [Ping timeout: 260 seconds] 18:11 -!- jlibosva: has quit [Quit: Leaving.] 18:44 -!- lhornyak: has quit [Quit: Leaving.] 19:32 -!- bazulay: has quit [Quit: Leaving.] 19:34 -!- itamarh: has quit [Read error: Operation timed out] 19:34 -!- danpb: has quit [Quit: Leaving.] 19:35 -!- aledvink (Unknown): has joined #vdsm 19:37 -!- itamarh (purple): has joined #vdsm 20:45 -!- abaron (Ayal Baron): has joined #vdsm 22:04 -!- apahim: has quit [Quit: Leaving] 22:53 -!- abaron: has quit [Ping timeout: 246 seconds] 23:24 -!- Netsplit *.net <-> *.split quits: rmatinata, jbrooks 23:31 -!- Netsplit over, joins: rmatinata 23:31 -!- Netsplit over, joins: jbrooks 23:34 -!- fsimonce: has quit [Quit: Coyote finally caught me] 23:51 -!- itamarh: has quit [Ping timeout: 240 seconds] 23:55 -!- acathrow: has left #vdsm [] --- Log closed wo nov 21 00:00:37 2012