Saturday, 2013-12-21

lifelessflashgordon: see topic :)00:01
lifelessccrouch: ?00:02
flashgordonlifeless: ahh nice00:03
flashgordonso its working then?00:03
lifelessSpamapS: ^00:03
lifelessflashgordon: I think so, I haven't done an in-depth check00:03
*** cd-undercloud has joined #tripleo00:30
cd-undercloud************** overcloud complete status=1 ************00:30
*** cd-undercloud has quit IRC00:30
*** akrivoka has quit IRC00:32
*** jergerber has quit IRC00:35
SpamapSflashgordon: it does look to be preserving the ephemeral drive00:49
SpamapSactually no00:50
SpamapS:(00:50
SpamapSephemeral not being mounted for some reason00:50
lifelessok, so we need to check the metadata is correct00:51
lifelessif the metadata isn't correct, cloud-init won't mount it00: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
SpamapSanyway I have to run00:52
lifelessis that correct?00:56
flashgordonSpamapS: o/01:07
flashgordonSpamapS: I guess first test is to make sure you can mount it by hand01:07
lifelesscd-overcloud machine is down, rebooting I guess01:08
*** cd-undercloud has joined #tripleo01:09
cd-undercloud************** overcloud complete status=1 ************01:09
*** cd-undercloud has quit IRC01:09
*** rwsu has quit IRC01:11
*** cd-undercloud has joined #tripleo01:11
cd-undercloud************** overcloud complete status=100 ************01:11
*** cd-undercloud has quit IRC01:11
*** morazi has quit IRC01:11
*** rwsu has joined #tripleo01:15
lifelessTPOINT01:15
lifelesssda      8:0    0   1.8T  0 disk01:15
lifeless├─sda1   8:1    0  1000G  0 part01:15
lifelessmanually mounted01:16
lifelessand touched a file01:16
lifelesswe'll see on next deploy01:16
flashgordonwas the metadata right? do we know why it didn't automount01:16
*** flashgordon is now known as jog001:16
lifelessthe metadata seems right01:16
lifelesssomeone needs to play with cloud init01:17
*** jeblair is now known as corvus01:17
*** rwsu has quit IRC01:21
*** cwolferh has quit IRC01:30
*** jcooley_ has quit IRC01:34
*** jcooley_ has joined #tripleo01:46
*** cd-undercloud has joined #tripleo02:01
cd-undercloud************** overcloud complete status=1 ************02:01
*** cd-undercloud has quit IRC02:01
lifelessjog0: ls /mnt02:04
lifelesslost+found  preserved02:04
lifelessjog0: preserving is working02:04
lifelessjog0: mounting is not02:04
jog0one step forward one step back02:06
lifelessnothing about ephemeral in cloud-init.log02:08
lifelesswget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ephemeral002:08
lifeless/dev/sda102:08
lifelessmapping is there02:09
*** spzala has joined #tripleo02:13
jog0I thought we had this working a few months ago02:14
jog0so cloud-init isn't doing its thing?02:14
lifelessjog0: it's very sad that a single feature spreads over months :(02:15
*** matsuhashi has joined #tripleo02:15
jog0sigh02:15
lifelessjog0: sorry02:15
lifelessjog0: didn't mean to go there02:16
lifelessjog0: I claim lack of sleep!02:16
jog0lifeless: you didn't go there02:16
jog0don't worry02:16
jog0I am just wondering what could have changed in between02:17
lifelessoh, ok. so02:17
lifelesscloud.cfg perhaps02:17
lifelessbut I'd expect that to cause alls orts of issues02:17
lifelessjust poking around now02:17
lifelessdef 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 True02:18
lifeless/var/lib/heat-cfntools/cfn-userdata02:20
lifelessUserdata empty or not executable: [Errno 8] Exec format error02:20
lifelessmight be related02:20
lifelessSpamapS: ^02:20
jog0could this be a network issue?02:21
lifelessno evidence that it is02:21
lifelessec2 metadata was read and used02:21
jog0hmm never mind02:21
*** matsuhashi has quit IRC02:21
*** matsuhashi has joined #tripleo02:22
jog0is the undercloud up to date?02:22
*** sdake has joined #tripleo02:23
jog0Date:   Tue Nov 26 11:51:32 2013 +000002:23
jog0that is when the baremetal metadata support patch landed02:24
lifelessthe way we're running the patchset is review -d02:24
lifelessnot a cherrypick02:24
lifelessso, yes.02:24
lifelessand it's in the metadata - see above02:24
lifeless15:08 <+lifeless> wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ephemeral002:25
lifeless15:08 <+lifeless> /dev/sda102:25
*** matsuhas_ has joined #tripleo02:25
jog0aren'tthere two parts to that02:26
*** matsuhashi has quit IRC02:27
jog0making sure wget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/02:27
jog0lists ephemeral002:27
*** jcooley_ has quit IRC02:27
*** jcooley_ has joined #tripleo02:27
jog0https://bugs.launchpad.net/nova/+bug/1239524 yeah02:28
uvirtbotLaunchpad bug 1239524 in nova "baremetal block device mapping is wonky" [High,In progress]02:28
lifelessjog0: yeah, thats what I pasted above ;)02:29
lifelesswget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-device-mapping/02:30
lifelessami02:30
lifelessephemeral002:30
lifelesswget -q -O- http://169.254.169.254/2009-04-04/meta-data/block-deviapping/ephemeral002:30
lifeless/dev/sda102:30
*** matsuhas_ has quit IRC02:33
*** matsuhashi has joined #tripleo02:34
*** AaronGr is now known as AaronGr_Zzz02:36
jog0very strange, so the metadata service looks right so its something else02:37
*** vipul has quit IRC02:46
lifelessyeah02:46
*** vipul has joined #tripleo02:47
*** cd-undercloud has joined #tripleo02:50
cd-undercloud************** overcloud complete status=1 ************02:50
*** cd-undercloud has quit IRC02:50
*** matsuhashi has quit IRC02:56
*** matsuhashi has joined #tripleo02:57
*** matsuhashi has quit IRC03:01
*** sdake_ has quit IRC03:15
*** jcooley_ has quit IRC03:34
*** jcooley_ has joined #tripleo03:35
*** cd-undercloud has joined #tripleo03:38
cd-undercloud************** overcloud complete status=1 ************03:38
*** cd-undercloud has quit IRC03:38
*** UtahDave has quit IRC03:43
*** CaptTofu has joined #tripleo03:59
*** jcooley_ has quit IRC04:05
*** jcooley_ has joined #tripleo04:06
*** matsuhashi has joined #tripleo04:11
*** cd-undercloud has joined #tripleo04:18
cd-undercloud************** overcloud complete status=1 ************04:18
*** cd-undercloud has quit IRC04:18
*** jcooley_ has quit IRC04:22
*** jcooley_ has joined #tripleo04:23
*** matsuhashi has quit IRC04:26
*** jcooley_ has quit IRC04:27
*** matsuhashi has joined #tripleo04:30
*** CaptTofu has quit IRC04:33
*** CaptTofu has joined #tripleo04:33
*** matsuhashi has quit IRC04:39
*** jcooley_ has joined #tripleo04:43
*** spzala has quit IRC04:45
*** matsuhashi has joined #tripleo04:50
*** cd-undercloud has joined #tripleo04:55
cd-undercloud************** overcloud complete status=1 ************04:55
*** cd-undercloud has quit IRC04:55
*** jcooley_ has quit IRC04:58
*** tzumainn has quit IRC05:01
*** matsuhashi has quit IRC05:07
*** cody-somerville has quit IRC05:08
*** cody-somerville has joined #tripleo05:09
*** jcooley_ has joined #tripleo05:27
*** cd-undercloud has joined #tripleo05:32
cd-undercloud************** overcloud complete status=1 ************05:32
*** cd-undercloud has quit IRC05:32
*** matsuhashi has joined #tripleo05:32
*** jcooley_ has quit IRC05:33
*** sdake has quit IRC05:49
*** sdake_ has joined #tripleo05:54
*** jcooley_ has joined #tripleo06:00
*** sdake has joined #tripleo06:03
*** matsuhashi has quit IRC06:08
*** cd-undercloud has joined #tripleo06:09
cd-undercloud************** overcloud complete status=1 ************06:09
*** cd-undercloud has quit IRC06:09
*** jcooley_ has quit IRC06:21
*** rpodolyaka1 has joined #tripleo06:23
*** vkozhukalov has joined #tripleo06:28
*** sdake_ has quit IRC06:45
*** sdake has quit IRC06:46
*** cd-undercloud has joined #tripleo06:47
cd-undercloud************** overcloud complete status=1 ************06:47
*** cd-undercloud has quit IRC06:47
*** jcooley_ has joined #tripleo06:56
*** sdake has joined #tripleo06:58
*** sdake_ has joined #tripleo06:58
*** matsuhashi has joined #tripleo07:03
*** matsuhashi has quit IRC07:11
*** jcooley_ has quit IRC07:19
*** matsuhashi has joined #tripleo07:22
*** cd-undercloud has joined #tripleo07:25
cd-undercloud************** overcloud complete status=1 ************07:25
*** cd-undercloud has quit IRC07:25
SpamapShm07:31
SpamapSheat may be interfering by specifying only a few cloud-init modules07:31
*** matsuhashi has quit IRC07:34
lifelesshi07:40
lifelessSpamapS: sadface07:40
lifelesslets try a non-heat instance, it can tell us ;)07:40
*** marun has quit IRC07:43
*** marun has joined #tripleo07:48
*** jcooley_ has joined #tripleo07:52
*** matsuhashi has joined #tripleo07:54
*** jcooley_ has quit IRC08:03
*** cd-undercloud has joined #tripleo08:03
cd-undercloud************** overcloud complete status=1 ************08:03
*** cd-undercloud has quit IRC08:03
*** jcooley_ has joined #tripleo08:05
*** matsuhashi has quit IRC08:18
*** funzo has quit IRC08:21
*** funzo has joined #tripleo08:23
*** jcooley_ has quit IRC08:23
*** jcooley_ has joined #tripleo08:24
*** funzo has quit IRC08:27
SpamapSlifeless: this is one thing that sucks.. userdata doesn't seem updatable via the API08:41
*** cd-undercloud has joined #tripleo08:42
cd-undercloud************** overcloud complete status=1 ************08:42
*** cd-undercloud has quit IRC08:42
SpamapSlifeless: so if we do have a bug like that, we have to work around it until we can replace the nova instance08:42
*** jcooley_ has quit IRC08:43
*** boris-42 has joined #tripleo08:45
lifelessSpamapS: stevebaker was working on that I thought08:49
lifelessSpamapS: bug like waht?08:49
SpamapSlifeless: like "cloudinit screwed up the metadata"08:49
*** funzo has joined #tripleo08:54
*** funzo has quit IRC08:58
*** cd-undercloud has joined #tripleo09:19
cd-undercloud************** overcloud complete status=1 ************09:19
*** cd-undercloud has quit IRC09:19
SpamapSlifeless: ok so I manually fixed the metadata to have the mounts module, that did not work09:24
SpamapSactually hm09:24
SpamapSDec 21 09:22:10 overcloud-notcompute-rqu4wc3iwnrn [CLOUDINIT] cc_mounts.py[DEBUG]: did not find entry for sda1 in /sys/b09:25
SpamapSlock09:25
lifeless/sys/block/sda/sda109:25
lifelessso cloud-init bug/limitation09:26
SpamapSwhich is there09:26
SpamapSlifeless: though I think this is both actually.. cc_mounts wasn't even running before09:26
lifelessright09:26
lifelesssys_path = "/sys/block/%s" % short_name09:27
lifelessbroken09:27
SpamapSyep09:27
SpamapSonly ever looked for xv's and vd's probably09:27
lifeless    while others are '<device>p<partition>'. For example, /dev/xvda3 on EC209:27
lifeless    will present as /dev/xvda3p1 for the first partition since /dev/xvda3 is09:27
SpamapSwhy is cloud-init caring about /sys/block btw? does it run in parallel with udev or something?09:29
lifelessnot sure, I apt-get'd source, so may need to pull bzr to answer that09:29
SpamapSlifeless: I'm digging in bzr right now actually :)09:30
lifelessI'll file a bug on this09:30
lifelessfor cloud-init09:30
SpamapScool09:30
lifelesshttps://bugs.launchpad.net/cloud-init/+bug/126329409:33
uvirtbotLaunchpad bug 1263294 in cloud-init "ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'" [Undecided,New]09:33
lifelessputting it in trello09:33
SpamapSok and I think I'll submit a bug to Heat to just remove that madness.09:34
SpamapSthere are commit messages which suggest perhaps cloud-init used to merge that modules list with the default one09:35
SpamapSbut it doesn't merge the list now, the list replaces09:35
SpamapSlifeless: argh!09:37
SpamapSlifeless: looks like Azure changes led to /sys09:37
SpamapSbefore, we used lsblk09:37
lifelesscause azure is fith?09:37
SpamapSlifeless: http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/881.1.109:38
*** rpodolyaka1 has quit IRC09:39
SpamapSlifeless: so do we start pushing our own patched cloud-init into the images?09:41
lifelessSpamapS: may need to.09:42
lifelessSpamapS: I've a fix up on the bu09:42
lifeless*bug*09:43
lifelesswell09:46
SpamapSlifeless: ok, and I'm submitting a patch for this: https://bugs.launchpad.net/tripleo/+bug/126329709:46
lifelessA candidate09:46
uvirtbotLaunchpad bug 1263297 in tripleo "heat.cloudinit config file disables critical modules" [Critical,Triaged]09:46
lifelessI suspect my candidate is incomplete.09:46
SpamapSand then -> sleeeep09:46
lifelesswut09:49
lifelessexpand_dotted_devname(dotted)09:49
SpamapSlifeless: we could also just slam into use-ephemeral something like using /dev/disk/by-label/ephemeral009:49
lifelesseh?09:52
lifelessoh, you mean a workaround of manually mounting ourselves?09:52
lifelessyes, thats doablwe09:52
lifelessI don't understand the current code09:52
lifelessits FITH09:52
lifelesssys_long_path = sys_path + "/" + short_name09:52
lifelessbut09:53
lifeless    short_name = os.path.basename(device)09:53
lifeless    sys_path = "/sys/block/%s" % short_name09:53
lifelessso09:53
lifelesssys_long_path = /sys/block/sda/sda09:53
lifelesswhich doesn't exist/09:53
*** funzo has joined #tripleo09:54
SpamapSlifeless: yeah it is just wrong.09:55
lifelessSpamapS: it's worse09:55
lifelesslook at the valid_mappings bit09:55
SpamapSno09:55
SpamapSI won't09:55
SpamapSam scared09:55
SpamapS;)09:55
SpamapSand it's 2am09:55
SpamapSI can feel myself sprouting vines and leaves as I turn into a pumpkin09:56
lifelesshttps://bugs.launchpad.net/cloud-init/+bug/1263294/comments/309:56
uvirtbotLaunchpad bug 1263294 in cloud-init "ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'" [Undecided,New]09:56
lifelessI'm going to try that09:57
lifelessSpamapS: is your heat fix in place on the undercloud ?09:57
SpamapSlifeless: no I'll cherry pick the gerrit review in09:58
lifelessok09:58
lifelessI'm going to punch nova in the head09:58
*** cd-undercloud has joined #tripleo09:58
cd-undercloud************** overcloud complete status=1 ************09:58
*** cd-undercloud has quit IRC09:58
SpamapSlifeless: I suspect this will also fix the user getting /bin/sh by default09:59
SpamapSs/suspect/hope/09:59
lifelessSpamapS: once you've cherrypicked heat in, please either tell me or kick off an occ --force -one09:59
*** funzo has quit IRC09:59
SpamapSlifeless: heat is updated09:59
SpamapSlifeless: this file is read from disk every time, no need to restart09:59
lifelessneed to restart nova10:00
SpamapSoh you're poking at the sda.1 thing?10:00
lifelesshave done10:00
lifelessI haven't seen any docs about this freakish path10:00
SpamapSyeah "what ec2 spits out" is ad-hoc10:01
lifelessrestarted10:01
SpamapSlifeless: ok, btw only notcompute has the fixed userdata10:02
lifelesswhat do you mean by 'fixed userdata'10:02
SpamapSlifeless: I had to update the table in the database directly to get 'mounts' in10:02
lifelessoh, I see10:02
lifelessok10:02
lifelessso, if it works10:02
lifelessI'll stack-delete10:03
SpamapSif 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
lifeless2 hours?10:03
SpamapStho you can play with non-heat mounting of it now10:03
SpamapSlifeless: 2 hours.. 1 hour to create.. another to update10:03
SpamapSactually its more like 90 minutes now10:04
lifelessSpamapS: 40m per10:04
lifelessext4 ftw10:04
lifelesswell not even that10:04
lifelessavoiding mkfs entirely cause update10:04
SpamapSyeah exactly10:04
SpamapSlifeless: you could fill that time in with patches to the elements to start using use-ephemeral ;)10:05
SpamapSbut anyway10:05
SpamapSbed10:05
lifelessor10:05
lifelessI could go shoot baddies online10:05
SpamapSyeah... TF2 has reclaimed my attention of late10:06
SpamapSdamn you10:06
SpamapSok just one game before sleep ;)10:06
SpamapSanyway, happy hunting10:06
* SpamapS out10:06
lifelesstchau10:07
*** vkozhukalov has quit IRC10:29
*** cd-undercloud has joined #tripleo10:40
cd-undercloud************** overcloud complete status=1 ************10:40
*** cd-undercloud has quit IRC10:40
lifelessSpamapS: deleted / recreated10:45
*** funzo has joined #tripleo10:55
*** funzo has quit IRC11:00
jamezpolleyawayshow11:33
*** jcooley_ has joined #tripleo11:46
*** cd-undercloud has joined #tripleo11:47
cd-undercloud************** overcloud complete status=0 ************11:47
*** cd-undercloud has quit IRC11:47
*** jcooley_ has quit IRC11:47
*** funzo has joined #tripleo11:56
*** funzo has quit IRC12:00
*** cd-undercloud has joined #tripleo12:28
cd-undercloud************** overcloud complete status=1 ************12:28
*** cd-undercloud has quit IRC12:28
*** funzo has joined #tripleo12:57
*** funzo has quit IRC13:01
*** cd-undercloud has joined #tripleo13:06
cd-undercloud************** overcloud complete status=1 ************13:06
*** cd-undercloud has quit IRC13:06
*** mrunge has joined #tripleo13:21
*** panda has joined #tripleo13:28
*** panda_ has quit IRC13:30
*** cd-undercloud has joined #tripleo13:44
cd-undercloud************** overcloud complete status=1 ************13:44
*** cd-undercloud has quit IRC13:44
*** CaptTofu has quit IRC13:53
*** CaptTofu has joined #tripleo13:53
*** CaptTofu has quit IRC13:55
*** funzo has joined #tripleo13:57
*** funzo has quit IRC14:02
*** CaptTofu has joined #tripleo14:10
*** cd-undercloud has joined #tripleo14:22
cd-undercloud************** overcloud complete status=1 ************14:22
*** cd-undercloud has quit IRC14:22
*** cd-undercloud has joined #tripleo14:59
cd-undercloud************** overcloud complete status=1 ************14:59
*** cd-undercloud has quit IRC14:59
*** cd-undercloud has joined #tripleo15:40
cd-undercloud************** overcloud complete status=1 ************15:40
*** cd-undercloud has quit IRC15:40
openstackgerritClint "SpamapS" Byrum proposed a change to openstack/os-apply-config: Add netdevice value type  https://review.openstack.org/6318816:05
openstackgerritClint "SpamapS" Byrum proposed a change to openstack/tripleo-image-elements: Work around broken cloud-init ephemeral disk code  https://review.openstack.org/6358416:17
*** cd-undercloud has joined #tripleo16:18
cd-undercloud************** overcloud complete status=1 ************16:18
*** cd-undercloud has quit IRC16:18
*** mrunge has quit IRC16:21
*** CaptTofu has quit IRC16:21
*** CaptTofu has joined #tripleo16:22
*** CaptTofu has quit IRC16:29
*** CaptTofu has joined #tripleo16:30
*** vkozhukalov has joined #tripleo16:34
*** cd-undercloud has joined #tripleo16:55
cd-undercloud************** overcloud complete status=1 ************16:55
*** cd-undercloud has quit IRC16:55
*** CaptTofu has quit IRC17:17
*** CaptTofu has joined #tripleo17:18
*** CaptTofu has quit IRC17:20
*** CaptTofu has joined #tripleo17:20
*** panda has quit IRC17:30
*** cd-undercloud has joined #tripleo17:32
cd-undercloud************** overcloud complete status=1 ************17:32
*** cd-undercloud has quit IRC17:32
*** akrivoka has joined #tripleo17:45
*** CaptTofu has quit IRC17:49
*** CaptTofu has joined #tripleo17:50
*** akrivoka has quit IRC17:52
*** cd-undercloud has joined #tripleo18:11
cd-undercloud************** overcloud complete status=1 ************18:11
*** cd-undercloud has quit IRC18:11
*** rpodolyaka1 has joined #tripleo18:14
*** jcooley_ has joined #tripleo18:40
*** cd-undercloud has joined #tripleo18:48
cd-undercloud************** overcloud complete status=1 ************18:48
*** cd-undercloud has quit IRC18:48
*** CaptTofu has quit IRC19:01
*** CaptTofu has joined #tripleo19:01
*** jcooley_ has quit IRC19:05
*** jcooley_ has joined #tripleo19:07
lifelessSpamapS: morning19:11
lifelessSpamapS: did the sda.1 thing work ?19:11
*** UtahDave has joined #tripleo19:17
*** cd-undercloud has joined #tripleo19:27
cd-undercloud************** overcloud complete status=1 ************19:27
*** cd-undercloud has quit IRC19:27
*** panda has joined #tripleo19:27
*** CaptTofu has quit IRC19:32
*** CaptTofu has joined #tripleo19:32
*** jcooley_ has quit IRC19:37
lifelessSpamapS: ah nuts, pip install has gone rogue19:51
lifelessSpamapS: its not installing the file I edited. wtf.19:51
lifelessoh, I think it's taking it out of git. that would explain it19:52
lifelessmordred!!!!!!!!19:52
*** UtahDave has quit IRC19:54
openstackgerritlifeless proposed a change to openstack/tripleo-image-elements: Don't compress disk images for tripleo-cd.  https://review.openstack.org/6359420:09
*** boris-42 has quit IRC20:11
*** akuznetsov has joined #tripleo20:12
*** CaptTofu has quit IRC20:27
*** CaptTofu has joined #tripleo20:27
*** akuznetsov has quit IRC20:36
SpamapSlifeless: don't compress?20:39
lifelessSpamapS: yeah20:39
SpamapSlifeless: that is a long step.. :)20:39
SpamapSlifeless: if /dev/sda.1 works.. I suppose that will have to keep working in cloud-init.. in addition to working in a sane way. :-P20:40
*** cd-undercloud has joined #tripleo20:40
cd-undercloud************** overcloud complete status=0 ************20:40
*** cd-undercloud has quit IRC20:40
SpamapSwell at least create is reliable now :)20:40
lifelesswget -q -O- http://169.254.169.254/latest/meta-data/block-device-mapping/ephemeral020:40
lifeless/dev/sda.120:40
lifelesshadn't mounted it20:41
SpamapSlifeless: os-collect-config --print ec2 is more fun :)20:41
SpamapSnot setting modules still leaves heat-admin with a stupid shell .. so that is just a plain old cloud-init bug20:42
lifelessSpamapS: Attempting to determine the r20:43
lifelesseal name of ephemeral020:43
lifelessDec 21 20:35:55 overcloud-notcompute-4qf5igdly3as [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default20:43
lifelessnamed mount ephemeral020:43
lifelessSpamapS: so, it's batshit20:44
SpamapSlifeless: yeah the code looks batshit to me :)20:45
*** cd-undercloud has joined #tripleo20:51
cd-undercloud************** overcloud complete status=1 ************20:51
*** cd-undercloud has quit IRC20:51
*** boris-42 has joined #tripleo20:53
SpamapSfull /20:54
SpamapSlifeless: /opt/stack may need to be migrated to /var/lib20:54
SpamapSlifeless: have stuff to do.. I leave it in your capable hands. :)20:56
lifelessme too, sunday morning with C20:59
openstackgerritA change was merged to openstack/tripleo-image-elements: Work around broken cloud-init ephemeral disk code  https://review.openstack.org/6358421:00
lifelessstopped tripleo-cd21:00
lifelessSpamapS: we leak profiledir21:04
*** CaptTofu has quit IRC21:27
*** CaptTofu has joined #tripleo21:27
*** rpodolyaka1 has quit IRC21:44
*** vkozhukalov has quit IRC21:53
*** rushiagr has joined #tripleo22:02
lifelessSpamapS: ok, super odd22:14
lifelessSpamapS: look at lsblk on the undercloud when you get a minute22:14
lifelessSpamapS: raid controller config fail....22:14
*** rushiagr has quit IRC22:17
lifelessSpamapS: nvm leaked iscsi session was all22:30
lifelessand now http://forums.fedoraforum.org/showthread.php?p=1597624#post159762422:39
*** CaptTofu has quit IRC22:53
*** CaptTofu has joined #tripleo22:53
*** AaronGr_Zzz is now known as AaronGr23:50
*** cd-undercloud has joined #tripleo23:51
cd-undercloud************** overcloud complete status=1 ************23:51
*** cd-undercloud has quit IRC23:51
*** AaronGr is now known as AaronGr_Zzz23:52

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!