Re: [openstack-dev] Recommended ways to find compute node's bandwidth (physical NIC)

2016-06-19 Thread Sudipto Biswas
Thanks Jay for pointing this out. Adnan, Yeah - you could use PcP - if that module gets integrated with Nova. For your benefit, here are some of the metrics that PcP can provide related to the physical NIC: pminfo | grep network.interface <== Listing the available metrics.

Re: [openstack-dev] [Higgins][Zun] Project roadmap

2016-06-13 Thread Sudipto Biswas
On Monday 13 June 2016 06:57 PM, Flavio Percoco wrote: On 12/06/16 22:10 +, Hongbin Lu wrote: Hi team, During the team meetings these weeks, we collaborated the initial project roadmap. I summarized it as below. Please review. * Implement a common container abstraction for different

Re: [openstack-dev] [dragonflow] Low OVS version for Ubuntu

2015-09-17 Thread Sudipto Biswas
On Thursday 17 September 2015 12:22 PM, Li Ma wrote: Hi all, I tried to run devstack to deploy dragonflow, but I failed with lower OVS version. I used Ubuntu 14.10 server, but the official package of OVS is 2.1.3 which is much lower than the required version 2.3.1+? So, can anyone provide a

[openstack-dev] [nova] Regarding NUMA Topology filtering logic.

2015-09-16 Thread Sudipto Biswas
Hi, Currently the numa_topology filter code in openstack is going by a decision of filtering out NUMA nodes based on the length of the cpusets on the NUMA node of a host[1]. For example: if a VM with 8 VCPUs is requested, we seem to be doing len(cputset_on_the_numa_node) should be greater than

Re: [openstack-dev] [Neutron] Regarding neutron bug # 1432582

2015-04-13 Thread Sudipto Biswas
8, 2015 at 10:46 AM, Sudipto Biswas sbisw...@linux.vnet.ibm.com mailto:sbisw...@linux.vnet.ibm.com wrote: Hi Guys, I'd really appreciate your feedback on this. Thanks, Sudipto On Monday 30 March 2015 12:11 PM, Sudipto Biswas wrote: Someone from my team had installed

Re: [openstack-dev] [Neutron] Regarding neutron bug # 1432582

2015-04-08 Thread Sudipto Biswas
Hi Guys, I'd really appreciate your feedback on this. Thanks, Sudipto On Monday 30 March 2015 12:11 PM, Sudipto Biswas wrote: Someone from my team had installed the OS on baremetal with a wrong 'date' When this node was added to the Openstack controller, the logs from the neutron-agent

[openstack-dev] [Neutron] Regarding neutron bug # 1432582

2015-03-30 Thread Sudipto Biswas
Someone from my team had installed the OS on baremetal with a wrong 'date' When this node was added to the Openstack controller, the logs from the neutron-agent on the compute node showed - AMQP connected. But the neutron agent-list command would not list this agent at all. I could figure out