Re: [openstack-dev] [Openstack] Need help in validating CPU Pinning feature

2014-12-28 Thread Srinivasa Rao Ragolu
- From: Srinivasa Rao Ragolu srag...@mvista.com To: joejiang ifz...@126.com Hi Joejing, Thanks for quick reply. Above xml is getting generated fine if I set vcpu_pin_set=1-12 in /etc/nova/nova.conf. But how to pin each vcpu with pcpu something like below cputune vcpupin vcpu

Re: [openstack-dev] [Openstack] Need help in validating CPU Pinning feature

2014-12-26 Thread Srinivasa Rao Ragolu
Chiang At 2014-12-26 12:25:29, Srinivasa Rao Ragolu srag...@mvista.com wrote: Hi All, I have been working on CPU Pinning feature validation. I could able set vcpu_pin_set config in nova.conf and could able to see cpupin set in guest xml and working fine while launching. Please let me know

[openstack-dev] Need help in validating CPU Pinning feature

2014-12-25 Thread Srinivasa Rao Ragolu
Hi All, I have been working on CPU Pinning feature validation. I could able set vcpu_pin_set config in nova.conf and could able to see cpupin set in guest xml and working fine while launching. Please let me know how can I set cputune: vcpupin in guest xml? Or Any documents refer to validate

[Openstack] Need help in validating CPU Pinning feature

2014-12-25 Thread Srinivasa Rao Ragolu
Hi All, I have been working on CPU Pinning feature validation. I could able set vcpu_pin_set config in nova.conf and could able to see cpupin set in guest xml and working fine while launching. Please let me know how can I set cputune: vcpupin in guest xml? Or Any documents refer to validate

[Openstack] Not able to set cpuset and vcpupin attibutes guest xml

2014-12-23 Thread Srinivasa Rao Ragolu
Hi All, I am working on CPU Pinning feature of master branch of NOVA. Setup is devstack. I want to pin vcpus to pcpus using flavors and I have only one compute node. No host aggregates created. I have created cpu pinning flavor and set cpuset and vcpupin parameters using 1) nova flavor-create

[openstack-dev] 'module' object has no attribute 'HVSpec'

2014-12-22 Thread Srinivasa Rao Ragolu
Hi All, I have integrated below CPU pinning patches to Nova

[Openstack] Fwd: 'module' object has no attribute 'HVSpec'

2014-12-22 Thread Srinivasa Rao Ragolu
Hi All, I have integrated below CPU pinning patches to Nova

Re: [Openstack] python-openstackclient issue while executing congress commands

2014-12-05 Thread Srinivasa Rao Ragolu
might have cloned? From where and how are you installing python-openstackclient? You could try uninstalling it cloning it from master (a new version was just released, so you'd be close to a new version). Steve Srinivasa Rao Ragolu srag...@mvista.com wrote on 12/05/2014 12:44:51 AM: From

[Openstack] python-openstackclient issue while executing congress commands

2014-12-04 Thread Srinivasa Rao Ragolu
Hi All, I have been trying to execute command line utility openstack to validate congress api's I am using python-openstackclient version 0.3.1 and latest master (congress and congressclient) repos. when I try openstack command, I face below issue.