Hi Georgios,
Based on the code (
https://github.com/openstack/nova/blob/3658e1015a2f7cb7c321cc1a0adfda37757fd80b/nova/network/linux_net.py#L754)
it looks like the command that Nova executes is:
arping -U ip
-A -I device
-c count
You could add a line in that file after the arping command to log i
On 03/16/2015 01:13 PM, Georgios Dimitrakakis wrote:
Hi again! I 've used tcpdump to capture the ARP requests.
This is what I get for ARP requests coming from "send_arp_for_ha" by
OpenStack:
04:56:25.995860 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
15.12.11.34 tell 15.12.11.226, len
Hi again! I 've used tcpdump to capture the ARP requests.
This is what I get for ARP requests coming from "send_arp_for_ha" by
OpenStack:
04:56:25.995860 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
15.12.11.34 tell 15.12.11.226, length 46
04:56:25.995894 ARP, Ethernet (len 6), IPv4
I will try to see if I can get anything from the logs.
If someone else can come to a better suggestion I am all ears.
Not having full access to the DataCenter and the underlying equipment
has caused me enough headaches so far :-(
Best,
George
On 03/14/2015 03:32 PM, Georgios Dimitrakakis w
On 03/14/2015 03:32 PM, Georgios Dimitrakakis wrote:
Hello again Rick!
On 03/13/2015 06:25 PM, Georgios Dimitrakakis wrote:
If I do an :
arping -U -I etho x.x.x.x
where x.x.x.x is the IP address.
I can almost immediately access them outside of the subnet!
I had forgotten that, Still is
Hello again Rick!
On 03/13/2015 06:25 PM, Georgios Dimitrakakis wrote:
If I do an :
arping -U -I etho x.x.x.x
where x.x.x.x is the IP address.
I can almost immediately access them outside of the subnet!
I had forgotten that, Still is that the very same set of options the
OpenStack code u
On 03/13/2015 06:25 PM, Georgios Dimitrakakis wrote:
If I do an :
arping -U -I etho x.x.x.x
where x.x.x.x is the IP address.
I can almost immediately access them outside of the subnet!
I had forgotten that, Still is that the very same set of options the
OpenStack code uses?
Do you mean
If I do an :
arping -U -I etho x.x.x.x
where x.x.x.x is the IP address.
I can almost immediately access them outside of the subnet!
Do you mean that OpenStack is sending a gratuitous ARP for all
and the router is ignoring them unless it is for a specific IP address?
If this is the case is the
On 03/13/2015 04:55 PM, Georgios Dimitrakakis wrote:
The value is 10
Do you believe that it should be bigger?
These accesses of instances which are being delayed by 20 minutes - are
they delayed for other instances in the subnet, or just for accesses
from outside the subnet (ie through a rea
The value is 10
Do you believe that it should be bigger?
Best,
George
Well, what value do you have for send_arp_for_ha_count ?
On 13 Mar 2015 17:11, "Georgios Dimitrakakis" wrote:
So according to that it sends ARP every time a floating IP is
assigned at a VM. Am I right?
If that is correc
Well, what value do you have for send_arp_for_ha_count ?
On 13 Mar 2015 17:11, "Georgios Dimitrakakis" wrote:
> So according to that it sends ARP every time a floating IP is assigned at
> a VM. Am I right?
>
> If that is correct unfortunately it's not working :-(
>
> Any ideas how to debug it?
>
So according to that it sends ARP every time a floating IP is assigned
at a VM. Am I right?
If that is correct unfortunately it's not working :-(
Any ideas how to debug it?
Thanks a lot for your help!
Regards,
George
Based on the code, it sends the gratuitous ARPs only when the
floating
Based on the code, it sends the gratuitous ARPs only when the floating IP
is assigned to the VM, and it's sent as many times as the user decided by
configuring the "send_arp_for_ha_count" parameter in nova.conf
So, to be safe, I would add the following in nova.conf and restart nova
services.
send
George,
how often does it send the gratuitous ARP requests?
Does it send it every time a network change is happening?
Best,
George
You have to set two variables in the nova.conf file apparently
("send_arp_for_ha" and "send_arp_for_ha_count"):
https://github.com/openstack/nova/blob/3658e1
You have to set two variables in the nova.conf file apparently
("send_arp_for_ha" and "send_arp_for_ha_count"):
https://github.com/openstack/nova/blob/3658e1015a2f7cb7c321cc1a0adfda37757fd80b/nova/network/linux_net.py#L764
On Fri, Mar 13, 2015 at 2:00 PM, Georgios Dimitrakakis wrote:
>
> On 0
On 03/13/2015 05:54 AM, Georgios Dimitrakakis wrote:
On 03/12/2015 06:24 PM, Georgios Dimitrakakis wrote:
Hello!
I am facing a rather weird issue and would like to know if anyone
has
faced it before and the way you have solved it (if any).
Firstly, I 'd like to let you know that I am runni
On 03/13/2015 05:54 AM, Georgios Dimitrakakis wrote:
On 03/12/2015 06:24 PM, Georgios Dimitrakakis wrote:
Hello!
I am facing a rather weird issue and would like to know if anyone has
faced it before and the way you have solved it (if any).
Firstly, I 'd like to let you know that I am running I
On 03/12/2015 06:24 PM, Georgios Dimitrakakis wrote:
Hello!
I am facing a rather weird issue and would like to know if anyone
has
faced it before and the way you have solved it (if any).
Firstly, I 'd like to let you know that I am running Icehouse with
Nova-Legacy
Networking.
I have an ap
On 03/12/2015 06:24 PM, Georgios Dimitrakakis wrote:
Hello!
I am facing a rather weird issue and would like to know if anyone has
faced it before and the way you have solved it (if any).
Firstly, I 'd like to let you know that I am running Icehouse with Nova-Legacy
Networking.
I have an applic
Hello!
I am facing a rather weird issue and would like to know if anyone has
faced it before and the way you have solved it (if any).
Firstly, I 'd like to let you know that I am running Icehouse with
Nova-Legacy Networking.
I have an application that launches and terminates VMs very frequent
20 matches
Mail list logo