← Back to team overview

kernel-packages team mailing list archive

[Bug 1295401] [NEW] hyper-v: IP Injection failing on trusty

 

Public bug reported:

Hi folks,

It appears that the hyper-v specific script hv_set_ifconfig.sh in the
hv-kvp-daemon-init package is failing because of the following:

The occurrence of  “IF_NAME” in hv_set_ifconfig.sh needs to be changed
to  “DEVICE”  because the resulting KVP generated file /var/lib/hyperv
/ifcf-eth0  has “DEVICE” and not “IF_NAME” eventually.

These are the current code snippets in hv_set_ifconfig.sh using
"IF_NAME" and they need to be changed to "DEVICE" instead:

if not "IF_NAME" in kvp : 
        exit(1)
 
output=[]
basename=kvp["IF_NAME"]

Please let us know if you need more information. Also please ensure that
the script is updated for all server, client and azure ISOs and
installers.

Thanks,
Abhishek

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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/1295401

Title:
  hyper-v: IP Injection failing on trusty

Status in “linux” package in Ubuntu:
  New

Bug description:
  Hi folks,

  It appears that the hyper-v specific script hv_set_ifconfig.sh in the
  hv-kvp-daemon-init package is failing because of the following:

  The occurrence of  “IF_NAME” in hv_set_ifconfig.sh needs to be changed
  to  “DEVICE”  because the resulting KVP generated file /var/lib/hyperv
  /ifcf-eth0  has “DEVICE” and not “IF_NAME” eventually.

  These are the current code snippets in hv_set_ifconfig.sh using
  "IF_NAME" and they need to be changed to "DEVICE" instead:

  if not "IF_NAME" in kvp : 
          exit(1)
   
  output=[]
  basename=kvp["IF_NAME"]

  Please let us know if you need more information. Also please ensure
  that the script is updated for all server, client and azure ISOs and
  installers.

  Thanks,
  Abhishek

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295401/+subscriptions


Follow ups

References