[Yahoo-eng-team] [Bug 1624399] [NEW] cc_disk_setup.py lookup_force_flag lacks entry for swap

2016-09-16 Thread Hannes
Public bug reported: Hi I noticed that creating a swap disk fails because the method lookup_force_flag doesn't support the type "swap". The correct value is "-f". Would be nice to add it. Thank you Hannes ** Affects: cloud-init Importance: Undecided Stat

[Yahoo-eng-team] [Bug 1564911] [NEW] Network interfaces file name is not accepted by ifup

2016-04-01 Thread Hannes
Public bug reported: The change introduced in 1189 ( https://bazaar.launchpad.net/~cloud- init-dev/cloud-init/trunk/revision/1189#cloudinit/distros/debian.py ) breaks ifup at least on trusty because ifup only reads files in /etc/network/interfaces.d that match ^[a-zA-Z0-9_-]+$. Changing the filen

[Yahoo-eng-team] [Bug 1565746] [NEW] Use growpart even if it doesn't support --update

2016-04-04 Thread Hannes
Public bug reported: cc_growpart is only using growpart if it supports --update. I have to spawn some older linuxes ( like ubuntu precise ) that don't support this and I would like to have recent cloud-init for it. My workaround is to use growpart even if it doesn't support --update but create /va

[Yahoo-eng-team] [Bug 1291820] [NEW] cc_mounts.py fails to remove ephemeral entry from fstab

2014-03-13 Thread Hannes Schmidt
Public bug reported: 1) Create an m1.small instance starting with a stock Raring AMI. 2) Create a new EBS-backed AMI from that instance 3) Create a t1.micro instance with user-data mounts: - [ephemeral0, null] 4) look at /etc/fstab Expected: There should be no entry for the ephemeral device.