yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33570
[Bug 1463184] Re: Failing to launch VM if RX_TX*Network Qos is greater than Maximum value is 2147483
i think the max bandwidth limitation would not exceed 0x7fffffff(2147483647). Since because of your configuration of RX_TX factor for 1GB/s network exceeds the max limit the vmware server is throwing error.
Also, in your log 2147483 is truncation of 2147483647
--
** Changed in: neutron
Status: New => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1463184
Title:
Failing to launch VM if RX_TX*Network Qos is greater than Maximum
value is 2147483
Status in OpenStack Neutron (virtual network service):
Opinion
Bug description:
Unable to launch VMs when net QOS rate that is RX_TX of flavor
multiplied by Network QOS max bandwidth value is greater than 2147483.
ERROR Server Error Message: Invalid bandwidth settings. Maximum value
is 2147483.
If default bandwidth is 1 GB/s and RX_TX for a flavor is set to 5 it does not work and fails while launching instance.
neutron server log :
neutron.openstack.common.rpc.com ERROR Failed to publish message to
topic 'notifications.info': [Errno 32] Broken pipe#012Traceback (most
recent call last):#012 File "/usr/lib/python2.7/dist-
packages/neutron/openstack/common/rpc/impl_kombu.py", line 579, in
ensure#012 return method(*args, **kwargs)#012 File
"/usr/lib/python2.7/dist-
packages/neutron/openstack/common/rpc/impl_kombu.py", line 690, in
_publish#012 publisher = cls(self.conf, self.channel, topic,
**kwargs)#012 File "/usr/lib/python2.7/dist-
packages/neutron/openstack/common/rpc/impl_kombu.py", line 392, in
__init__#012 super(NotifyPublisher, self).__init__(conf, channel,
topic, **kwargs)#012 File "/usr/lib/python2.7/dist-
packages/neutron/openstack/common/rpc/impl_kombu.py", line 368, in
__init__#012 **options)#012 File "/usr/lib/python2.7/dist-
packages/neutron/openstack/common/rpc/impl_kombu.py", line 315, in
__init__#012 self.reconnect(channel)#012 File "/usr/lib/python2.7
/dist-packages/neutron/openstack/common/rpc/impl_kombu.py", line 395,
in reconnect#012 super(NotifyPublisher,
self).reconnect(channel)#012 File "/usr/lib/python2.7/dist-
packages/neutron/openstack/common/rpc/impl_kombu.py", line 323, in
reconnect#012 routing_key=self.routing_key)#012 File
"/usr/lib/python2.7/dist-packages/kombu/messaging.py", line 82, in
__init__#012 self.revive(self._channel)#012 File
"/usr/lib/python2.7/dist-packages/kombu/messaging.py", line 216, in
revive#012 self.declare()#012 File "/usr/lib/python2.7/dist-
packages/kombu/messaging.py", line 102, in declare#012
self.exchange.declare()#012 File "/usr/lib/python2.7/dist-
packages/kombu/entity.py", line 166, in declare#012 nowait=nowait,
passive=passive,#012 File "/usr/lib/python2.7/dist-
packages/amqp/channel.py", line 604, in exchange_declare#012
self._send_method((40, 10), args)#012 File "/usr/lib/python2.7/dist-
packages/amqp/abstract_channel.py", line 62, in _send_method#012
self.channel_id, method_sig, a
neutron.plugins.vmware.api_client log :
ERROR Server Error Message: Invalid bandwidth settings. Maximum value
is 2147483.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1463184/+subscriptions
References