Howto manage network IPs exhaution
Hi folks, We are doing our first step in Quantum and we would like to simulate what would happen if I run more instances than my available Ip addresses.
In my lab I have a Nova Controller / Compute and quantum server. I create a network /29 with 8 available IP addresses and I have launched 10 instances. The result was, the instances with Ip address set its "running" state in second the other stay in "Pending" states.
These are my logs
2012-01-23 09:57:28,057 ERROR nova.rpc [-] Exception during message handling
(nova.rpc): TRACE: Traceback (most recent call last):
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: rval = node_func(
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: return f(*args, **kw)
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: self._run_
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: requested_
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: 'args': args})
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: return get_impl(
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: rv = list(rv)
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: raise result
(nova.rpc): TRACE: RemoteError: NoMoreFixedIps Zero fixed ips available.
(nova.rpc): TRACE: [u'Traceback (most recent call last):\n', u' File "/usr/lib/
(nova.rpc): TRACE:
2012-01-23 09:57:28,115 ERROR nova.rpc [-] Exception during message handling
(nova.rpc): TRACE: Traceback (most recent call last):
My question is, how could I manage a chance of Ip addresses exhaustion and on the other side, how could I delete this instances in Pending State without start everything from the scratch.
Thanks a lot!
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Melange Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask net-security for more information if necessary.