lifeless | flashgordon: see topic :) | 00:01 |
---|---|---|
lifeless | ccrouch: ? | 00:02 |
flashgordon | lifeless: ahh nice | 00:03 |
flashgordon | so its working then? | 00:03 |
lifeless | SpamapS: ^ | 00:03 |
lifeless | flashgordon: I think so, I haven't done an in-depth check | 00:03 |
*** cd-undercloud has joined #tripleo | 00:30 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 00:30 |
*** cd-undercloud has quit IRC | 00:30 | |
*** akrivoka has quit IRC | 00:32 | |
*** jergerber has quit IRC | 00:35 | |
SpamapS | flashgordon: it does look to be preserving the ephemeral drive | 00:49 |
SpamapS | actually no | 00:50 |
SpamapS | :( | 00:50 |
SpamapS | ephemeral not being mounted for some reason | 00:50 |
lifeless | ok, so we need to check the metadata is correct | 00:51 |
lifeless | if the metadata isn't correct, cloud-init won't mount it | 00:51 |
SpamapS | "block-device-mapping": { | 00:51 |
SpamapS | "ami": "sda", | 00:51 |
SpamapS | "root": "/dev/sda", | 00:51 |
SpamapS | "ephemeral0": "/dev/sda1" | 00:51 |
SpamapS | }, | 00:51 |
SpamapS | anyway I have to run | 00:52 |
lifeless | is that correct? | 00:56 |
flashgordon | SpamapS: o/ | 01:07 |
flashgordon | SpamapS: I guess first test is to make sure you can mount it by hand | 01:07 |
lifeless | cd-overcloud machine is down, rebooting I guess | 01:08 |
*** cd-undercloud has joined #tripleo | 01:09 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 01:09 |
*** cd-undercloud has quit IRC | 01:09 | |
*** rwsu has quit IRC | 01:11 | |
*** cd-undercloud has joined #tripleo | 01:11 | |
cd-undercloud | ************** overcloud complete status=100 ************ | 01:11 |
*** cd-undercloud has quit IRC | 01:11 | |
*** morazi has quit IRC | 01:11 | |
*** rwsu has joined #tripleo | 01:15 | |
lifeless | TPOINT | 01:15 |
lifeless | sda 8:0 0 1.8T 0 disk | 01:15 |
lifeless | ├─sda1 8:1 0 1000G 0 part | 01:15 |
lifeless | manually mounted | 01:16 |
lifeless | and touched a file | 01:16 |
lifeless | we'll see on next deploy | 01:16 |
flashgordon | was the metadata right? do we know why it didn't automount | 01:16 |
*** flashgordon is now known as jog0 | 01:16 | |
lifeless | the metadata seems right | 01:16 |
lifeless | someone needs to play with cloud init | 01:17 |
*** jeblair is now known as corvus | 01:17 | |
*** rwsu has quit IRC | 01:21 | |
*** cwolferh has quit IRC | 01:30 | |
*** jcooley_ has quit IRC | 01:34 | |
*** jcooley_ has joined #tripleo | 01:46 | |
*** cd-undercloud has joined #tripleo | 02:01 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 02:01 |
*** cd-undercloud has quit IRC | 02:01 | |
lifeless | jog0: ls /mnt | 02:04 |
lifeless | lost+found preserved | 02:04 |
lifeless | jog0: preserving is working | 02:04 |
lifeless | jog0: mounting is not | 02:04 |
jog0 | one step forward one step back | 02:06 |
lifeless | nothing about ephemeral in cloud-init.log | 02:08 |
lifeless | wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ephemeral0 | 02:08 |
lifeless | /dev/sda1 | 02:08 |
lifeless | mapping is there | 02:09 |
*** spzala has joined #tripleo | 02:13 | |
jog0 | I thought we had this working a few months ago | 02:14 |
jog0 | so cloud-init isn't doing its thing? | 02:14 |
lifeless | jog0: it's very sad that a single feature spreads over months :( | 02:15 |
*** matsuhashi has joined #tripleo | 02:15 | |
jog0 | sigh | 02:15 |
lifeless | jog0: sorry | 02:15 |
lifeless | jog0: didn't mean to go there | 02:16 |
lifeless | jog0: I claim lack of sleep! | 02:16 |
jog0 | lifeless: you didn't go there | 02:16 |
jog0 | don't worry | 02:16 |
jog0 | I am just wondering what could have changed in between | 02:17 |
lifeless | oh, ok. so | 02:17 |
lifeless | cloud.cfg perhaps | 02:17 |
lifeless | but I'd expect that to cause alls orts of issues | 02:17 |
lifeless | just poking around now | 02:17 |
lifeless | def is_mdname(name): | 02:18 |
lifeless | for enumname in ("ephemeral", "ebs"): | 02:18 |
lifeless | if name.startswith(enumname) and name.find(":") == -1: | 02:18 |
lifeless | return True | 02:18 |
lifeless | /var/lib/heat-cfntools/cfn-userdata | 02:20 |
lifeless | Userdata empty or not executable: [Errno 8] Exec format error | 02:20 |
lifeless | might be related | 02:20 |
lifeless | SpamapS: ^ | 02:20 |
jog0 | could this be a network issue? | 02:21 |
lifeless | no evidence that it is | 02:21 |
lifeless | ec2 metadata was read and used | 02:21 |
jog0 | hmm never mind | 02:21 |
*** matsuhashi has quit IRC | 02:21 | |
*** matsuhashi has joined #tripleo | 02:22 | |
jog0 | is the undercloud up to date? | 02:22 |
*** sdake has joined #tripleo | 02:23 | |
jog0 | Date: Tue Nov 26 11:51:32 2013 +0000 | 02:23 |
jog0 | that is when the baremetal metadata support patch landed | 02:24 |
lifeless | the way we're running the patchset is review -d | 02:24 |
lifeless | not a cherrypick | 02:24 |
lifeless | so, yes. | 02:24 |
lifeless | and it's in the metadata - see above | 02:24 |
lifeless | 15:08 <+lifeless> wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ephemeral0 | 02:25 |
lifeless | 15:08 <+lifeless> /dev/sda1 | 02:25 |
*** matsuhas_ has joined #tripleo | 02:25 | |
jog0 | aren'tthere two parts to that | 02:26 |
*** matsuhashi has quit IRC | 02:27 | |
jog0 | making sure wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ | 02:27 |
jog0 | lists ephemeral0 | 02:27 |
*** jcooley_ has quit IRC | 02:27 | |
*** jcooley_ has joined #tripleo | 02:27 | |
jog0 | https://bugs.launchpad.net/nova/+bug/1239524 yeah | 02:28 |
uvirtbot | Launchpad bug 1239524 in nova "baremetal block device mapping is wonky" [High,In progress] | 02:28 |
lifeless | jog0: yeah, thats what I pasted above ;) | 02:29 |
lifeless | wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-device-mapping/ | 02:30 |
lifeless | ami | 02:30 |
lifeless | ephemeral0 | 02:30 |
lifeless | wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ephemeral0 | 02:30 |
lifeless | /dev/sda1 | 02:30 |
*** matsuhas_ has quit IRC | 02:33 | |
*** matsuhashi has joined #tripleo | 02:34 | |
*** AaronGr is now known as AaronGr_Zzz | 02:36 | |
jog0 | very strange, so the metadata service looks right so its something else | 02:37 |
*** vipul has quit IRC | 02:46 | |
lifeless | yeah | 02:46 |
*** vipul has joined #tripleo | 02:47 | |
*** cd-undercloud has joined #tripleo | 02:50 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 02:50 |
*** cd-undercloud has quit IRC | 02:50 | |
*** matsuhashi has quit IRC | 02:56 | |
*** matsuhashi has joined #tripleo | 02:57 | |
*** matsuhashi has quit IRC | 03:01 | |
*** sdake_ has quit IRC | 03:15 | |
*** jcooley_ has quit IRC | 03:34 | |
*** jcooley_ has joined #tripleo | 03:35 | |
*** cd-undercloud has joined #tripleo | 03:38 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 03:38 |
*** cd-undercloud has quit IRC | 03:38 | |
*** UtahDave has quit IRC | 03:43 | |
*** CaptTofu has joined #tripleo | 03:59 | |
*** jcooley_ has quit IRC | 04:05 | |
*** jcooley_ has joined #tripleo | 04:06 | |
*** matsuhashi has joined #tripleo | 04:11 | |
*** cd-undercloud has joined #tripleo | 04:18 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 04:18 |
*** cd-undercloud has quit IRC | 04:18 | |
*** jcooley_ has quit IRC | 04:22 | |
*** jcooley_ has joined #tripleo | 04:23 | |
*** matsuhashi has quit IRC | 04:26 | |
*** jcooley_ has quit IRC | 04:27 | |
*** matsuhashi has joined #tripleo | 04:30 | |
*** CaptTofu has quit IRC | 04:33 | |
*** CaptTofu has joined #tripleo | 04:33 | |
*** matsuhashi has quit IRC | 04:39 | |
*** jcooley_ has joined #tripleo | 04:43 | |
*** spzala has quit IRC | 04:45 | |
*** matsuhashi has joined #tripleo | 04:50 | |
*** cd-undercloud has joined #tripleo | 04:55 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 04:55 |
*** cd-undercloud has quit IRC | 04:55 | |
*** jcooley_ has quit IRC | 04:58 | |
*** tzumainn has quit IRC | 05:01 | |
*** matsuhashi has quit IRC | 05:07 | |
*** cody-somerville has quit IRC | 05:08 | |
*** cody-somerville has joined #tripleo | 05:09 | |
*** jcooley_ has joined #tripleo | 05:27 | |
*** cd-undercloud has joined #tripleo | 05:32 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 05:32 |
*** cd-undercloud has quit IRC | 05:32 | |
*** matsuhashi has joined #tripleo | 05:32 | |
*** jcooley_ has quit IRC | 05:33 | |
*** sdake has quit IRC | 05:49 | |
*** sdake_ has joined #tripleo | 05:54 | |
*** jcooley_ has joined #tripleo | 06:00 | |
*** sdake has joined #tripleo | 06:03 | |
*** matsuhashi has quit IRC | 06:08 | |
*** cd-undercloud has joined #tripleo | 06:09 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 06:09 |
*** cd-undercloud has quit IRC | 06:09 | |
*** jcooley_ has quit IRC | 06:21 | |
*** rpodolyaka1 has joined #tripleo | 06:23 | |
*** vkozhukalov has joined #tripleo | 06:28 | |
*** sdake_ has quit IRC | 06:45 | |
*** sdake has quit IRC | 06:46 | |
*** cd-undercloud has joined #tripleo | 06:47 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 06:47 |
*** cd-undercloud has quit IRC | 06:47 | |
*** jcooley_ has joined #tripleo | 06:56 | |
*** sdake has joined #tripleo | 06:58 | |
*** sdake_ has joined #tripleo | 06:58 | |
*** matsuhashi has joined #tripleo | 07:03 | |
*** matsuhashi has quit IRC | 07:11 | |
*** jcooley_ has quit IRC | 07:19 | |
*** matsuhashi has joined #tripleo | 07:22 | |
*** cd-undercloud has joined #tripleo | 07:25 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 07:25 |
*** cd-undercloud has quit IRC | 07:25 | |
SpamapS | hm | 07:31 |
SpamapS | heat may be interfering by specifying only a few cloud-init modules | 07:31 |
*** matsuhashi has quit IRC | 07:34 | |
lifeless | hi | 07:40 |
lifeless | SpamapS: sadface | 07:40 |
lifeless | lets try a non-heat instance, it can tell us ;) | 07:40 |
*** marun has quit IRC | 07:43 | |
*** marun has joined #tripleo | 07:48 | |
*** jcooley_ has joined #tripleo | 07:52 | |
*** matsuhashi has joined #tripleo | 07:54 | |
*** jcooley_ has quit IRC | 08:03 | |
*** cd-undercloud has joined #tripleo | 08:03 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 08:03 |
*** cd-undercloud has quit IRC | 08:03 | |
*** jcooley_ has joined #tripleo | 08:05 | |
*** matsuhashi has quit IRC | 08:18 | |
*** funzo has quit IRC | 08:21 | |
*** funzo has joined #tripleo | 08:23 | |
*** jcooley_ has quit IRC | 08:23 | |
*** jcooley_ has joined #tripleo | 08:24 | |
*** funzo has quit IRC | 08:27 | |
SpamapS | lifeless: this is one thing that sucks.. userdata doesn't seem updatable via the API | 08:41 |
*** cd-undercloud has joined #tripleo | 08:42 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 08:42 |
*** cd-undercloud has quit IRC | 08:42 | |
SpamapS | lifeless: so if we do have a bug like that, we have to work around it until we can replace the nova instance | 08:42 |
*** jcooley_ has quit IRC | 08:43 | |
*** boris-42 has joined #tripleo | 08:45 | |
lifeless | SpamapS: stevebaker was working on that I thought | 08:49 |
lifeless | SpamapS: bug like waht? | 08:49 |
SpamapS | lifeless: like "cloudinit screwed up the metadata" | 08:49 |
*** funzo has joined #tripleo | 08:54 | |
*** funzo has quit IRC | 08:58 | |
*** cd-undercloud has joined #tripleo | 09:19 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 09:19 |
*** cd-undercloud has quit IRC | 09:19 | |
SpamapS | lifeless: ok so I manually fixed the metadata to have the mounts module, that did not work | 09:24 |
SpamapS | actually hm | 09:24 |
SpamapS | Dec 21 09:22:10 overcloud-notcompute-rqu4wc3iwnrn [CLOUDINIT] cc_mounts.py[DEBUG]: did not find entry for sda1 in /sys/b | 09:25 |
SpamapS | lock | 09:25 |
lifeless | /sys/block/sda/sda1 | 09:25 |
lifeless | so cloud-init bug/limitation | 09:26 |
SpamapS | which is there | 09:26 |
SpamapS | lifeless: though I think this is both actually.. cc_mounts wasn't even running before | 09:26 |
lifeless | right | 09:26 |
lifeless | sys_path = "/sys/block/%s" % short_name | 09:27 |
lifeless | broken | 09:27 |
SpamapS | yep | 09:27 |
SpamapS | only ever looked for xv's and vd's probably | 09:27 |
lifeless | while others are '<device>p<partition>'. For example, /dev/xvda3 on EC2 | 09:27 |
lifeless | will present as /dev/xvda3p1 for the first partition since /dev/xvda3 is | 09:27 |
SpamapS | why is cloud-init caring about /sys/block btw? does it run in parallel with udev or something? | 09:29 |
lifeless | not sure, I apt-get'd source, so may need to pull bzr to answer that | 09:29 |
SpamapS | lifeless: I'm digging in bzr right now actually :) | 09:30 |
lifeless | I'll file a bug on this | 09:30 |
lifeless | for cloud-init | 09:30 |
SpamapS | cool | 09:30 |
lifeless | https://bugs.launchpad.net/cloud-init/+bug/1263294 | 09:33 |
uvirtbot | Launchpad bug 1263294 in cloud-init "ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'" [Undecided,New] | 09:33 |
lifeless | putting it in trello | 09:33 |
SpamapS | ok and I think I'll submit a bug to Heat to just remove that madness. | 09:34 |
SpamapS | there are commit messages which suggest perhaps cloud-init used to merge that modules list with the default one | 09:35 |
SpamapS | but it doesn't merge the list now, the list replaces | 09:35 |
SpamapS | lifeless: argh! | 09:37 |
SpamapS | lifeless: looks like Azure changes led to /sys | 09:37 |
SpamapS | before, we used lsblk | 09:37 |
lifeless | cause azure is fith? | 09:37 |
SpamapS | lifeless: http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/881.1.1 | 09:38 |
*** rpodolyaka1 has quit IRC | 09:39 | |
SpamapS | lifeless: so do we start pushing our own patched cloud-init into the images? | 09:41 |
lifeless | SpamapS: may need to. | 09:42 |
lifeless | SpamapS: I've a fix up on the bu | 09:42 |
lifeless | *bug* | 09:43 |
lifeless | well | 09:46 |
SpamapS | lifeless: ok, and I'm submitting a patch for this: https://bugs.launchpad.net/tripleo/+bug/1263297 | 09:46 |
lifeless | A candidate | 09:46 |
uvirtbot | Launchpad bug 1263297 in tripleo "heat.cloudinit config file disables critical modules" [Critical,Triaged] | 09:46 |
lifeless | I suspect my candidate is incomplete. | 09:46 |
SpamapS | and then -> sleeeep | 09:46 |
lifeless | wut | 09:49 |
lifeless | expand_dotted_devname(dotted) | 09:49 |
SpamapS | lifeless: we could also just slam into use-ephemeral something like using /dev/disk/by-label/ephemeral0 | 09:49 |
lifeless | eh? | 09:52 |
lifeless | oh, you mean a workaround of manually mounting ourselves? | 09:52 |
lifeless | yes, thats doablwe | 09:52 |
lifeless | I don't understand the current code | 09:52 |
lifeless | its FITH | 09:52 |
lifeless | sys_long_path = sys_path + "/" + short_name | 09:52 |
lifeless | but | 09:53 |
lifeless | short_name = os.path.basename(device) | 09:53 |
lifeless | sys_path = "/sys/block/%s" % short_name | 09:53 |
lifeless | so | 09:53 |
lifeless | sys_long_path = /sys/block/sda/sda | 09:53 |
lifeless | which doesn't exist/ | 09:53 |
*** funzo has joined #tripleo | 09:54 | |
SpamapS | lifeless: yeah it is just wrong. | 09:55 |
lifeless | SpamapS: it's worse | 09:55 |
lifeless | look at the valid_mappings bit | 09:55 |
SpamapS | no | 09:55 |
SpamapS | I won't | 09:55 |
SpamapS | am scared | 09:55 |
SpamapS | ;) | 09:55 |
SpamapS | and it's 2am | 09:55 |
SpamapS | I can feel myself sprouting vines and leaves as I turn into a pumpkin | 09:56 |
lifeless | https://bugs.launchpad.net/cloud-init/+bug/1263294/comments/3 | 09:56 |
uvirtbot | Launchpad bug 1263294 in cloud-init "ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'" [Undecided,New] | 09:56 |
lifeless | I'm going to try that | 09:57 |
lifeless | SpamapS: is your heat fix in place on the undercloud ? | 09:57 |
SpamapS | lifeless: no I'll cherry pick the gerrit review in | 09:58 |
lifeless | ok | 09:58 |
lifeless | I'm going to punch nova in the head | 09:58 |
*** cd-undercloud has joined #tripleo | 09:58 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 09:58 |
*** cd-undercloud has quit IRC | 09:58 | |
SpamapS | lifeless: I suspect this will also fix the user getting /bin/sh by default | 09:59 |
SpamapS | s/suspect/hope/ | 09:59 |
lifeless | SpamapS: once you've cherrypicked heat in, please either tell me or kick off an occ --force -one | 09:59 |
*** funzo has quit IRC | 09:59 | |
SpamapS | lifeless: heat is updated | 09:59 |
SpamapS | lifeless: this file is read from disk every time, no need to restart | 09:59 |
lifeless | need to restart nova | 10:00 |
SpamapS | oh you're poking at the sda.1 thing? | 10:00 |
lifeless | have done | 10:00 |
lifeless | I haven't seen any docs about this freakish path | 10:00 |
SpamapS | yeah "what ec2 spits out" is ad-hoc | 10:01 |
lifeless | restarted | 10:01 |
SpamapS | lifeless: ok, btw only notcompute has the fixed userdata | 10:02 |
lifeless | what do you mean by 'fixed userdata' | 10:02 |
SpamapS | lifeless: I had to update the table in the database directly to get 'mounts' in | 10:02 |
lifeless | oh, I see | 10:02 |
lifeless | ok | 10:02 |
lifeless | so, if it works | 10:02 |
lifeless | I'll stack-delete | 10:03 |
SpamapS | if you delete the stack/create it then the new instances will have the right userdata. | 10:03 |
SpamapS | (but you'll have to wait 2 hours to see if updating worked. ;) | 10:03 |
lifeless | 2 hours? | 10:03 |
SpamapS | tho you can play with non-heat mounting of it now | 10:03 |
SpamapS | lifeless: 2 hours.. 1 hour to create.. another to update | 10:03 |
SpamapS | actually its more like 90 minutes now | 10:04 |
lifeless | SpamapS: 40m per | 10:04 |
lifeless | ext4 ftw | 10:04 |
lifeless | well not even that | 10:04 |
lifeless | avoiding mkfs entirely cause update | 10:04 |
SpamapS | yeah exactly | 10:04 |
SpamapS | lifeless: you could fill that time in with patches to the elements to start using use-ephemeral ;) | 10:05 |
SpamapS | but anyway | 10:05 |
SpamapS | bed | 10:05 |
lifeless | or | 10:05 |
lifeless | I could go shoot baddies online | 10:05 |
SpamapS | yeah... TF2 has reclaimed my attention of late | 10:06 |
SpamapS | damn you | 10:06 |
SpamapS | ok just one game before sleep ;) | 10:06 |
SpamapS | anyway, happy hunting | 10:06 |
* SpamapS out | 10:06 | |
lifeless | tchau | 10:07 |
*** vkozhukalov has quit IRC | 10:29 | |
*** cd-undercloud has joined #tripleo | 10:40 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 10:40 |
*** cd-undercloud has quit IRC | 10:40 | |
lifeless | SpamapS: deleted / recreated | 10:45 |
*** funzo has joined #tripleo | 10:55 | |
*** funzo has quit IRC | 11:00 | |
jamezpolley | awayshow | 11:33 |
*** jcooley_ has joined #tripleo | 11:46 | |
*** cd-undercloud has joined #tripleo | 11:47 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 11:47 |
*** cd-undercloud has quit IRC | 11:47 | |
*** jcooley_ has quit IRC | 11:47 | |
*** funzo has joined #tripleo | 11:56 | |
*** funzo has quit IRC | 12:00 | |
*** cd-undercloud has joined #tripleo | 12:28 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 12:28 |
*** cd-undercloud has quit IRC | 12:28 | |
*** funzo has joined #tripleo | 12:57 | |
*** funzo has quit IRC | 13:01 | |
*** cd-undercloud has joined #tripleo | 13:06 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 13:06 |
*** cd-undercloud has quit IRC | 13:06 | |
*** mrunge has joined #tripleo | 13:21 | |
*** panda has joined #tripleo | 13:28 | |
*** panda_ has quit IRC | 13:30 | |
*** cd-undercloud has joined #tripleo | 13:44 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 13:44 |
*** cd-undercloud has quit IRC | 13:44 | |
*** CaptTofu has quit IRC | 13:53 | |
*** CaptTofu has joined #tripleo | 13:53 | |
*** CaptTofu has quit IRC | 13:55 | |
*** funzo has joined #tripleo | 13:57 | |
*** funzo has quit IRC | 14:02 | |
*** CaptTofu has joined #tripleo | 14:10 | |
*** cd-undercloud has joined #tripleo | 14:22 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 14:22 |
*** cd-undercloud has quit IRC | 14:22 | |
*** cd-undercloud has joined #tripleo | 14:59 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 14:59 |
*** cd-undercloud has quit IRC | 14:59 | |
*** cd-undercloud has joined #tripleo | 15:40 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 15:40 |
*** cd-undercloud has quit IRC | 15:40 | |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/os-apply-config: Add netdevice value type https://review.openstack.org/63188 | 16:05 |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/tripleo-image-elements: Work around broken cloud-init ephemeral disk code https://review.openstack.org/63584 | 16:17 |
*** cd-undercloud has joined #tripleo | 16:18 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 16:18 |
*** cd-undercloud has quit IRC | 16:18 | |
*** mrunge has quit IRC | 16:21 | |
*** CaptTofu has quit IRC | 16:21 | |
*** CaptTofu has joined #tripleo | 16:22 | |
*** CaptTofu has quit IRC | 16:29 | |
*** CaptTofu has joined #tripleo | 16:30 | |
*** vkozhukalov has joined #tripleo | 16:34 | |
*** cd-undercloud has joined #tripleo | 16:55 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 16:55 |
*** cd-undercloud has quit IRC | 16:55 | |
*** CaptTofu has quit IRC | 17:17 | |
*** CaptTofu has joined #tripleo | 17:18 | |
*** CaptTofu has quit IRC | 17:20 | |
*** CaptTofu has joined #tripleo | 17:20 | |
*** panda has quit IRC | 17:30 | |
*** cd-undercloud has joined #tripleo | 17:32 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 17:32 |
*** cd-undercloud has quit IRC | 17:32 | |
*** akrivoka has joined #tripleo | 17:45 | |
*** CaptTofu has quit IRC | 17:49 | |
*** CaptTofu has joined #tripleo | 17:50 | |
*** akrivoka has quit IRC | 17:52 | |
*** cd-undercloud has joined #tripleo | 18:11 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 18:11 |
*** cd-undercloud has quit IRC | 18:11 | |
*** rpodolyaka1 has joined #tripleo | 18:14 | |
*** jcooley_ has joined #tripleo | 18:40 | |
*** cd-undercloud has joined #tripleo | 18:48 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 18:48 |
*** cd-undercloud has quit IRC | 18:48 | |
*** CaptTofu has quit IRC | 19:01 | |
*** CaptTofu has joined #tripleo | 19:01 | |
*** jcooley_ has quit IRC | 19:05 | |
*** jcooley_ has joined #tripleo | 19:07 | |
lifeless | SpamapS: morning | 19:11 |
lifeless | SpamapS: did the sda.1 thing work ? | 19:11 |
*** UtahDave has joined #tripleo | 19:17 | |
*** cd-undercloud has joined #tripleo | 19:27 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 19:27 |
*** cd-undercloud has quit IRC | 19:27 | |
*** panda has joined #tripleo | 19:27 | |
*** CaptTofu has quit IRC | 19:32 | |
*** CaptTofu has joined #tripleo | 19:32 | |
*** jcooley_ has quit IRC | 19:37 | |
lifeless | SpamapS: ah nuts, pip install has gone rogue | 19:51 |
lifeless | SpamapS: its not installing the file I edited. wtf. | 19:51 |
lifeless | oh, I think it's taking it out of git. that would explain it | 19:52 |
lifeless | mordred!!!!!!!! | 19:52 |
*** UtahDave has quit IRC | 19:54 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Don't compress disk images for tripleo-cd. https://review.openstack.org/63594 | 20:09 |
*** boris-42 has quit IRC | 20:11 | |
*** akuznetsov has joined #tripleo | 20:12 | |
*** CaptTofu has quit IRC | 20:27 | |
*** CaptTofu has joined #tripleo | 20:27 | |
*** akuznetsov has quit IRC | 20:36 | |
SpamapS | lifeless: don't compress? | 20:39 |
lifeless | SpamapS: yeah | 20:39 |
SpamapS | lifeless: that is a long step.. :) | 20:39 |
SpamapS | lifeless: if /dev/sda.1 works.. I suppose that will have to keep working in cloud-init.. in addition to working in a sane way. :-P | 20:40 |
*** cd-undercloud has joined #tripleo | 20:40 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 20:40 |
*** cd-undercloud has quit IRC | 20:40 | |
SpamapS | well at least create is reliable now :) | 20:40 |
lifeless | wget -q -O- http://169.254.169.254/latest/meta-data/block-device-mapping/ephemeral0 | 20:40 |
lifeless | /dev/sda.1 | 20:40 |
lifeless | hadn't mounted it | 20:41 |
SpamapS | lifeless: os-collect-config --print ec2 is more fun :) | 20:41 |
SpamapS | not setting modules still leaves heat-admin with a stupid shell .. so that is just a plain old cloud-init bug | 20:42 |
lifeless | SpamapS: Attempting to determine the r | 20:43 |
lifeless | eal name of ephemeral0 | 20:43 |
lifeless | Dec 21 20:35:55 overcloud-notcompute-4qf5igdly3as [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default | 20:43 |
lifeless | named mount ephemeral0 | 20:43 |
lifeless | SpamapS: so, it's batshit | 20:44 |
SpamapS | lifeless: yeah the code looks batshit to me :) | 20:45 |
*** cd-undercloud has joined #tripleo | 20:51 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 20:51 |
*** cd-undercloud has quit IRC | 20:51 | |
*** boris-42 has joined #tripleo | 20:53 | |
SpamapS | full / | 20:54 |
SpamapS | lifeless: /opt/stack may need to be migrated to /var/lib | 20:54 |
SpamapS | lifeless: have stuff to do.. I leave it in your capable hands. :) | 20:56 |
lifeless | me too, sunday morning with C | 20:59 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Work around broken cloud-init ephemeral disk code https://review.openstack.org/63584 | 21:00 |
lifeless | stopped tripleo-cd | 21:00 |
lifeless | SpamapS: we leak profiledir | 21:04 |
*** CaptTofu has quit IRC | 21:27 | |
*** CaptTofu has joined #tripleo | 21:27 | |
*** rpodolyaka1 has quit IRC | 21:44 | |
*** vkozhukalov has quit IRC | 21:53 | |
*** rushiagr has joined #tripleo | 22:02 | |
lifeless | SpamapS: ok, super odd | 22:14 |
lifeless | SpamapS: look at lsblk on the undercloud when you get a minute | 22:14 |
lifeless | SpamapS: raid controller config fail.... | 22:14 |
*** rushiagr has quit IRC | 22:17 | |
lifeless | SpamapS: nvm leaked iscsi session was all | 22:30 |
lifeless | and now http://forums.fedoraforum.org/showthread.php?p=1597624#post1597624 | 22:39 |
*** CaptTofu has quit IRC | 22:53 | |
*** CaptTofu has joined #tripleo | 22:53 | |
*** AaronGr_Zzz is now known as AaronGr | 23:50 | |
*** cd-undercloud has joined #tripleo | 23:51 | |
cd-undercloud | ************** overcloud complete status=1 ************ | 23:51 |
*** cd-undercloud has quit IRC | 23:51 | |
*** AaronGr is now known as AaronGr_Zzz | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!