kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #76941
[Bug 1360580] [NEW] [Hyper-V] IP injection does not occur on Ubuntu 14.10
Public bug reported:
System details:
Linux ubuntu 3.16.0-9-generic #14-Ubuntu SMP Fri Aug 15 15:03:57 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu Server 14.10 Daily build from 19th Aug (first build picked up for testing)
Ubuntu 3.16.0-9.14-generic 3.16.1
IP injection is not working in 14.10 and no changes have been made on
the LIS side. There are also no logged error messages to identify the
issue. IP injection has been fixed and was working in previous releases.
Repro steps:
1) Create an Ubuntu 14.10 VM in a HA cluster Hyper-V environment.
2) Attach a synthetic NIC and set it with DHCP mode. Other test was done
with a statically assigned IP.
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
3) Enable Replication.
4) Set Failover IP settings like for eg:
Set-VMNetworkAdapterFailoverConfiguration -ComputerName $computerName -VMName $vmname -IPv4Address 192.168.100.10 -IPv4SubnetMask 255.255.0.0 -IPv4PreferredDNSServer 192.168.100.101 -IPv4DefaultGateway 192.168.100.1
5) Simulating the IP injection shows the following behavior:
a. /etc/network/interfaces remains unchanged.
b. no messages/errors are recorded in dmesg.
The testing script used shows that the IP remains the same:
IPAddresses: : {192.168.100.107, 2001:4898:e0:f35b:215:5dff:fe3b:7210, fe80::215:5dff:fe3b:7210}
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:GuestNetwork\6EBA4425-BB01-4BDE-A1FC-403389B9B6DC\0CBB124B-3102-4473-A3BD-8FF02B5879F2
Subnets: : {255.255.254.0, /64, /64}
DNSServers: : {8.8.4.4, OTHER DNS}
DefaultGateways: : {192.168.100.1, fe80::c262:6bff:feb0:9ddf, fe80::c262:6bff:feb1:6217}
SetGuestNetworkAdapterConfiguration
Msvm_GuestNetworkAdapterConfiguration After update .. please make sure VM is running ...
IPAddresses: : {192.168.100.107, 2001:4898:e0:f35b:215:5dff:fe3b:7210, fe80::215:5dff:fe3b:7210}
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:GuestNetwork\6EBA4425-BB01-4BDE-A1FC-403389B9B6DC\0CBB124B-3102-4473-A3BD-8FF02B5879F2
Subnets: : {255.255.254.0, /64, /64}
DNSServers: : {same as above}
DefaultGateways: : {192.168.100.1, fe80::c262:6bff:feb0:9ddf, fe80::c262:6bff:feb1:6217}
** Affects: linux (Ubuntu)
Importance: Undecided
Status: Incomplete
** Tags: hyper-v
** Description changed:
System details:
Linux ubuntu 3.16.0-9-generic #14-Ubuntu SMP Fri Aug 15 15:03:57 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu Server 14.10 Daily build from 19th Aug (first build picked up for testing)
Ubuntu 3.16.0-9.14-generic 3.16.1
IP injection is not working in 14.10 and no changes have been made on
the LIS side. There are also no logged error messages to identify the
issue. IP injection has been fixed and was working in previous releases.
Repro steps:
- 1) Create an Ubuntu 14.10 VM as a HA cluster Hyper-V environment.
+ 1) Create an Ubuntu 14.10 VM in a HA cluster Hyper-V environment.
2) Attach a synthetic NIC and set it with DHCP mode. Other test was done
with a statically assigned IP.
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
- iface eth0 inet dhcp
+ iface eth0 inet dhcp
3) Enable Replication.
4) Set Failover IP settings like for eg:
- Set-VMNetworkAdapterFailoverConfiguration -ComputerName $computerName -VMName $vmname -IPv4Address 192.168.100.10 -IPv4SubnetMask 255.255.0.0 -IPv4PreferredDNSServer 192.168.100.101 -IPv4DefaultGateway 192.168.100.1
+ Set-VMNetworkAdapterFailoverConfiguration -ComputerName $computerName -VMName $vmname -IPv4Address 192.168.100.10 -IPv4SubnetMask 255.255.0.0 -IPv4PreferredDNSServer 192.168.100.101 -IPv4DefaultGateway 192.168.100.1
5) Simulating the IP injection shows the following behavior:
a. /etc/network/interfaces remains unchanged.
b. no messages/errors are recorded in dmesg.
The testing script used shows that the IP remains the same:
IPAddresses: : {192.168.100.107, 2001:4898:e0:f35b:215:5dff:fe3b:7210, fe80::215:5dff:fe3b:7210}
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:GuestNetwork\6EBA4425-BB01-4BDE-A1FC-403389B9B6DC\0CBB124B-3102-4473-A3BD-8FF02B5879F2
Subnets: : {255.255.254.0, /64, /64}
DNSServers: : {8.8.4.4, OTHER DNS}
DefaultGateways: : {192.168.100.1, fe80::c262:6bff:feb0:9ddf, fe80::c262:6bff:feb1:6217}
SetGuestNetworkAdapterConfiguration
Msvm_GuestNetworkAdapterConfiguration After update .. please make sure VM is running ...
IPAddresses: : {192.168.100.107, 2001:4898:e0:f35b:215:5dff:fe3b:7210, fe80::215:5dff:fe3b:7210}
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:GuestNetwork\6EBA4425-BB01-4BDE-A1FC-403389B9B6DC\0CBB124B-3102-4473-A3BD-8FF02B5879F2
Subnets: : {255.255.254.0, /64, /64}
DNSServers: : {same as above}
DefaultGateways: : {192.168.100.1, fe80::c262:6bff:feb0:9ddf, fe80::c262:6bff:feb1:6217}
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1360580
Title:
[Hyper-V] IP injection does not occur on Ubuntu 14.10
Status in “linux” package in Ubuntu:
Incomplete
Bug description:
System details:
Linux ubuntu 3.16.0-9-generic #14-Ubuntu SMP Fri Aug 15 15:03:57 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu Server 14.10 Daily build from 19th Aug (first build picked up for testing)
Ubuntu 3.16.0-9.14-generic 3.16.1
IP injection is not working in 14.10 and no changes have been made on
the LIS side. There are also no logged error messages to identify the
issue. IP injection has been fixed and was working in previous
releases.
Repro steps:
1) Create an Ubuntu 14.10 VM in a HA cluster Hyper-V environment.
2) Attach a synthetic NIC and set it with DHCP mode. Other test was
done with a statically assigned IP.
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
3) Enable Replication.
4) Set Failover IP settings like for eg:
Set-VMNetworkAdapterFailoverConfiguration -ComputerName $computerName -VMName $vmname -IPv4Address 192.168.100.10 -IPv4SubnetMask 255.255.0.0 -IPv4PreferredDNSServer 192.168.100.101 -IPv4DefaultGateway 192.168.100.1
5) Simulating the IP injection shows the following behavior:
a. /etc/network/interfaces remains unchanged.
b. no messages/errors are recorded in dmesg.
The testing script used shows that the IP remains the same:
IPAddresses: : {192.168.100.107, 2001:4898:e0:f35b:215:5dff:fe3b:7210, fe80::215:5dff:fe3b:7210}
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:GuestNetwork\6EBA4425-BB01-4BDE-A1FC-403389B9B6DC\0CBB124B-3102-4473-A3BD-8FF02B5879F2
Subnets: : {255.255.254.0, /64, /64}
DNSServers: : {8.8.4.4, OTHER DNS}
DefaultGateways: : {192.168.100.1, fe80::c262:6bff:feb0:9ddf, fe80::c262:6bff:feb1:6217}
SetGuestNetworkAdapterConfiguration
Msvm_GuestNetworkAdapterConfiguration After update .. please make sure VM is running ...
IPAddresses: : {192.168.100.107, 2001:4898:e0:f35b:215:5dff:fe3b:7210, fe80::215:5dff:fe3b:7210}
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:GuestNetwork\6EBA4425-BB01-4BDE-A1FC-403389B9B6DC\0CBB124B-3102-4473-A3BD-8FF02B5879F2
Subnets: : {255.255.254.0, /64, /64}
DNSServers: : {same as above}
DefaultGateways: : {192.168.100.1, fe80::c262:6bff:feb0:9ddf, fe80::c262:6bff:feb1:6217}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1360580/+subscriptions
Follow ups
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Mark W Wenning, 2015-01-21
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Mark W Wenning, 2015-01-21
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Kylie Liang, 2014-11-18
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Abhishek Gupta, 2014-09-05
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Joseph Salisbury, 2014-08-25
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Tim Gardner, 2014-08-23
-
[Bug 1360580] WifiSyslog.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] UdevLog.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] UdevDb.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] ProcModules.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] ProcInterrupts.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] ProcCpuinfo.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] Lspci.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] CurrentDmesg.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] BootDmesg.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] AudioDevicesInUse.txt
From: Chris Valean, 2014-08-23
-
[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Chris Valean, 2014-08-23
-
[Bug 1360580] Missing required logs.
From: Brad Figg, 2014-08-23
-
[Bug 1360580] [NEW] [Hyper-V] IP injection does not occur on Ubuntu 14.10
From: Chris Valean, 2014-08-23
References