From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Kaczmarek Subject: Re: FC4 SMP domU ? Date: Thu, 29 Sep 2005 15:48:11 -0400 Message-ID: <1128023291.4079.150.camel@pluto.linsolutions.com> References: <1128011847.4079.112.camel@pluto.linsolutions.com> <1128014086.5685.17.camel@dbarrera_tp> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary_(ID_BpwWGO5eZAySqAoYX7vonA)" Return-path: In-reply-to: <1128014086.5685.17.camel@dbarrera_tp> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: David F Barrera Cc: xen-devel List-Id: xen-devel@lists.xenproject.org --Boundary_(ID_BpwWGO5eZAySqAoYX7vonA) Content-type: text/plain Content-transfer-encoding: 7BIT On Thu, 2005-09-29 at 12:14 -0500, David F Barrera wrote: > On Thu, 2005-09-29 at 12:37 -0400, Ted Kaczmarek wrote: > > Is anyone running FC4 SMP domU's? > > > I am. I have an FC4 SOM domU that's currently running with vcpus = 2. > Top shows Cpu0 and Cpu1. > Testing with Changeset 7124. changeset: 7121:f069a06e650f tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Wed Sep 28 17:18:30 2005 +0100 summary: Fix fixed-point long multiplication used in time delta Ok, I found a log file I had showing that I did indeed have SMP working on a FC4 domU, wish I stuffed changeset info in it :-( I tool the cpu = designation out of the config for kicks, no change. I attached the xend log of one of the domU's in question. Nothing jumps out at me here. Is their anything in the image itself that could cause such an issue? With my limited knowledge I would think not. Seeing this with recent changesets. All the domU's should be smp listed below. [root@inyoureyes ~]# xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 129 - 2 r----- 2226.9 debian 47 84 - 2 -b---- 20.3 gentoo 44 91 - 2 -b---- 146.7 gentoo-1 29 91 - 2 -b---- 130.2 inyoureyes-domain1 45 638 - 2 r----- 946.3 inyoureyes-domain2 33 95 0 1 -b---- 202.8 inyoureyes-domain3 48 95 1 1 -b---- 19.2 inyoureyes-domain4 31 787 - 2 ------ 2447.8 Looks like some newer changsets are in, will give that a whirtl. But being as no one else is seeing this I am a tad perplexed to say the least. The irony of this is the domU is FC4 :-) Regards, Ted --Boundary_(ID_BpwWGO5eZAySqAoYX7vonA) Content-type: text/plain; name=smp-quirk-fc4.txt; charset=utf-8 Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=smp-quirk-fc4.txt [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:164) XendDomainInfo.create(...) [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:250) parseConfig: config is ['vm', ['name', 'inyoureyes-domain3'], ['memory', '96'], ['ssidref', '0'], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', 'off:1.2.3.4::::eth0:off'], ['root', '/dev/sda1'], ['args', 'ro selinux=0 3'], ['vcpus', '2'], ['vcpus', '2'], ['boot', 'c'], ['display', 'localhost:14.0']]], ['device', ['vbd', ['uname', 'phy:hda3'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vbd', ['uname', 'phy:sdc11'], ['dev', 'sda2'], ['mode', 'w']]], ['device', ['vif', ['mac', 'AA:BB:BB:33:33:33']]]] [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:285) parseConfig: result is {'ssidref': 0, 'name': 'inyoureyes-domain3', 'image': ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', 'off:1.2.3.4::::eth0:off'], ['root', '/dev/sda1'], ['args', 'ro selinux=0 3'], ['vcpus', '2'], ['vcpus', '2'], ['boot', 'c'], ['display', 'localhost:14.0']], 'memory': 96, 'maxmem_kb': None, 'backend': [], 'vcpus': 2, 'cpu_weight': None, 'mem_kb': None, 'device': [('vbd', ['vbd', ['uname', 'phy:hda3'], ['dev', 'sda1'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdc11'], ['dev', 'sda2'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'AA:BB:BB:33:33:33']])], 'restart_mode': None, 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:875) XendDomainInfo.construct: None 0 [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:901) XendDomainInfo.initDomain: 48 98304 1.0 [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:926) init_domain> Created domain=48 name=inyoureyes-domain3 memory=98304 [2005-09-29 15:33:55 xend] INFO (image:134) buildDomain os=linux dom=48 vcpus=2 [2005-09-29 15:33:55 xend] DEBUG (image:179) dom = 48 [2005-09-29 15:33:55 xend] DEBUG (image:180) image = /boot/vmlinuz-2.6.12-xenU [2005-09-29 15:33:55 xend] DEBUG (image:181) store_evtchn = 1 [2005-09-29 15:33:55 xend] DEBUG (image:182) console_evtchn = 2 [2005-09-29 15:33:55 xend] DEBUG (image:183) cmdline = ip=off:1.2.3.4::::eth0:off root=/dev/sda1 ro selinux=0 3 [2005-09-29 15:33:55 xend] DEBUG (image:184) ramdisk = [2005-09-29 15:33:55 xend] DEBUG (image:185) flags = 0 [2005-09-29 15:33:55 xend] DEBUG (image:186) vcpus = 2 [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:501) Storing {'memory_KiB': '98304', 'name': 'inyoureyes-domain3', 'start_time': '1128022435.05', 'maxmem_KiB': '98304', 'memory/target': '98304', 'domid': '48', 'vcpus': '2', 'xend/restart_mode': 'onreboot', 'cpu_weight': '1.0', 'device': "[('vbd', ['vbd', ['uname', 'phy:hda3'], ['dev', 'sda1'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdc11'], ['dev', 'sda2'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'AA:BB:BB:33:33:33']])]", 'restart_mode': 'onreboot', 'cpumap': '[1]', 'image': "(linux (kernel /boot/vmlinuz-2.6.12-xenU) (ip off:1.2.3.4::::eth0:off) (root /dev/sda1) (args 'ro selinux=0 3') (vcpus 2) (vcpus 2) (boot c) (display localhost:14.0))", 'uuid': '06eca7c5-1e3a-40ee-b242-b3b85a312687'} [2005-09-29 15:33:55 xend] DEBUG (DevController:189) DevController: writing {'virtual-device': '2049', 'backend-id': '0', 'backend': '/domain/9adc52f3-3cd8-4407-a91a-423e0e174e76/backend/vbd/06eca7c5-1e3a-40ee-b242-b3b85a312687/2049'} to /domain/06eca7c5-1e3a-40ee-b242-b3b85a312687/device/vbd/2049. [2005-09-29 15:33:55 xend] DEBUG (DevController:191) DevController: writing {'params': 'hda3', 'domain': 'inyoureyes-domain3', 'type': 'phy', 'frontend': '/domain/06eca7c5-1e3a-40ee-b242-b3b85a312687/device/vbd/2049', 'frontend-id': '48'} to /domain/9adc52f3-3cd8-4407-a91a-423e0e174e76/backend/vbd/06eca7c5-1e3a-40ee-b242-b3b85a312687/2049. [2005-09-29 15:33:55 xend] DEBUG (DevController:189) DevController: writing {'virtual-device': '2050', 'backend-id': '0', 'backend': '/domain/9adc52f3-3cd8-4407-a91a-423e0e174e76/backend/vbd/06eca7c5-1e3a-40ee-b242-b3b85a312687/2050'} to /domain/06eca7c5-1e3a-40ee-b242-b3b85a312687/device/vbd/2050. [2005-09-29 15:33:55 xend] DEBUG (DevController:191) DevController: writing {'params': 'sdc11', 'domain': 'inyoureyes-domain3', 'type': 'phy', 'frontend': '/domain/06eca7c5-1e3a-40ee-b242-b3b85a312687/device/vbd/2050', 'frontend-id': '48'} to /domain/9adc52f3-3cd8-4407-a91a-423e0e174e76/backend/vbd/06eca7c5-1e3a-40ee-b242-b3b85a312687/2050. [2005-09-29 15:33:55 xend] DEBUG (DevController:189) DevController: writing {'backend-id': '0', 'mac': 'AA:BB:BB:33:33:33', 'handle': '1', 'backend': '/domain/9adc52f3-3cd8-4407-a91a-423e0e174e76/backend/vif/06eca7c5-1e3a-40ee-b242-b3b85a312687/1'} to /domain/06eca7c5-1e3a-40ee-b242-b3b85a312687/device/vif/1. [2005-09-29 15:33:55 xend] DEBUG (DevController:191) DevController: writing {'bridge': 'xen-br0', 'mac': 'AA:BB:BB:33:33:33', 'handle': '1', 'script': '/etc/xen/scripts/vif-bridge', 'frontend-id': '48', 'domain': 'inyoureyes-domain3', 'frontend': '/domain/06eca7c5-1e3a-40ee-b242-b3b85a312687/device/vif/1'} to /domain/9adc52f3-3cd8-4407-a91a-423e0e174e76/backend/vif/06eca7c5-1e3a-40ee-b242-b3b85a312687/1. [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:501) Storing {'memory_KiB': '98304', 'name': 'inyoureyes-domain3', 'start_time': '1128022435.05', 'maxmem_KiB': '98304', 'memory/target': '98304', 'domid': '48', 'vcpus': '2', 'xend/restart_mode': 'onreboot', 'cpu_weight': '1.0', 'device': "[('vbd', ['vbd', ['uname', 'phy:hda3'], ['dev', 'sda1'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdc11'], ['dev', 'sda2'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'AA:BB:BB:33:33:33']])]", 'restart_mode': 'onreboot', 'cpumap': '[1]', 'image': "(linux (kernel /boot/vmlinuz-2.6.12-xenU) (ip off:1.2.3.4::::eth0:off) (root /dev/sda1) (args 'ro selinux=0 3') (vcpus 2) (vcpus 2) (boot c) (display localhost:14.0))", 'uuid': '06eca7c5-1e3a-40ee-b242-b3b85a312687'} [2005-09-29 15:33:55 xend] DEBUG (XendDomainInfo:501) Storing {'memory_KiB': '98304', 'name': 'inyoureyes-domain3', 'start_time': '1128022435.05', 'maxmem_KiB': '98304', 'memory/target': '98304', 'domid': '48', 'vcpus': '2', 'xend/restart_mode': 'onreboot', 'cpu_weight': '1.0', 'device': "[('vbd', ['vbd', ['uname', 'phy:hda3'], ['dev', 'sda1'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdc11'], ['dev', 'sda2'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'AA:BB:BB:33:33:33']])]", 'restart_mode': 'onreboot', 'cpumap': '[1]', 'image': "(linux (kernel /boot/vmlinuz-2.6.12-xenU) (ip off:1.2.3.4::::eth0:off) (root /dev/sda1) (args 'ro selinux=0 3') (vcpus 2) (vcpus 2) (boot c) (display localhost:14.0))", 'uuid': '06eca7c5-1e3a-40ee-b242-b3b85a312687'} [2005-09-29 15:33:55 xend] INFO (XendRoot:141) EVENT> xend.domain.create ['inyoureyes-domain3', 48] [2005-09-29 15:33:55 xend] INFO (XendRoot:141) EVENT> xend.domain.unpause ['inyoureyes-domain3', 48] --Boundary_(ID_BpwWGO5eZAySqAoYX7vonA) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary_(ID_BpwWGO5eZAySqAoYX7vonA)--