group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #05883
[Bug 1576273] Re: CloudStack datasource fails to find DHCP lease if IPv6 present
fix is now released to xenial under bug 1595302. daily cloud-images
with this newer version of cloud-init should appear in the next few
days. Any image with a serial number *newer* than 20160707 should have
cloud-init at 0.7.7~bzr1246-0ubuntu1~16.04.1 .
** Changed in: cloud-init (Ubuntu Xenial)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1576273
Title:
CloudStack datasource fails to find DHCP lease if IPv6 present
Status in cloud-init:
Fix Committed
Status in cloud-init package in Ubuntu:
Fix Released
Status in cloud-init source package in Xenial:
Fix Released
Bug description:
The CloudStack data source looks in /var/lib/dhcp for DHCP lease files
and compares the timestamps.
If you have a dhclient.leases and dhclient6.leases file present it
will look in the dhclient6.leases file for a DHCP server to connect
to.
The fix for this is rather simple, change a if-statement so that it
checks if the leases file starts with 'dhclient.'
if file_name.startswith("dhclient.") and \
(file_name.endswith(".lease") or file_name.endswith(".leases")):
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1576273/+subscriptions