=== rangerpbzzzz is now known as rangerpb [18:04] smoser: I see that https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1681531 was not included in the upload to cloud-init...any chance we can get that in? [18:04] Ubuntu bug 1681531 in cloud-init (Ubuntu) "DigitalOcean DS defines mutliple gateways via meta-data" [Medium,Confirmed] [18:04] utlemming, its not in the sur'd version. it will get into trunk and sru'd next pass. [18:05] oh [18:05] there are unit tests on this. can you cange them to explicitly show this ? [18:06] sure [18:39] i have a few instances where epehemeral storage is available depending on instance size, they are somehow auto attached as /dev/vdb but we use /dev/vdb, is there a method to prevent cloud-init from automounting ephemeral storage? [18:39] we provision systems vis salt-cloud [18:40] vis=via [19:35] raspado, https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=regex#mounts [19:35] and https://git.launchpad.net/cloud-init/tree/doc/examples/cloud-config.txt#n36 [19:35] i think what you're probably after is: [19:36] mounts: [19:36] - [ ephemeral0, null ] [20:05] blackboxsw, https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/323059 is in a fairly good state now. [20:06] rharper, see line 364 of merge there. that is the i386 failure. [20:06] dash bug that is present only on i386 16.04. [20:07] checking [20:08] smoser: interesting [20:09] gnarly [20:09] seems like a strange bug [20:10] is it arbitrary (does it do if for other chars besides [ ? [20:10] probably should file a bz and log it in the comments [20:11] not all characters [20:11] i can file a bug, but its not one i'm going to push on [20:11] i386 only is the key "i dont care" === rangerpb is now known as rangerpbzzzz [20:14] rharper, oh wait. shoot. not 16.04. 14.04. [20:15] smoser: heh, yeah; it's easy enough to workaround, worth documenting [20:24] i was wrong. not i386 specific. [20:24] just that our i386 test system is trusty [20:36] rharper, bug https://bugs.launchpad.net/ubuntu/+source/dash/+bug/1689648 [20:36] Ubuntu bug 1689648 in dash (Ubuntu Trusty) "removing open bracket ([) via ${var#[} fails does not work on i386." [Medium,Confirmed] [20:37] smoser: cool [20:37] (fixed bug subject) [21:08] smoser: approved https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/323059