← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:dhclient-from-var-tmp into cloud-init:master

 

The proposal to merge ~chad.smith/cloud-init:dhclient-from-var-tmp into cloud-init:master has been updated.

Description changed to:

ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdir

/run/cloud-init/tmp is on a filesystem mounted noexec, so running
dchlient in Ec2Local during discovery breaks with 'Permission denied'.
This branch allows us to run from a different tmp dir so we have exec
rights.

LP: #1717627

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/330875
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:dhclient-from-var-tmp into cloud-init:master.


References