Friday, 2017-06-23

ianwyou can git log, and be happy about it :)00:00
jamielennoxlol, if only00:00
ianwbut pretty sure state gets updated when it goes somewhere00:00
ianwi've only submitted a few for netdev and dave miller usually updates it00:01
jamielennoxi should probably not checkout kernel.git on this coffee shop wifi00:06
jamielennoxit's not fast00:06
ianwi'll just sync, i doubt it's it's linus' tree yet00:07
jamielennoxyea, i'm pretty sure it's not00:08
jamielennoxand even if it is, that would mean i need to backport it all onto the xenail kernel that's actually running00:09
ianwi very surprised nobody noticed before may 1, 2017 ...00:09
jamielennoxi guess no one uses -x often?00:09
jamielennoxso i guess the solution for us is a dib fix that does00:10
jamielennoxif [ `df -t overlay /tmp` ]; then du -a -c; else du -a -x -c; fi00:11
ianwone question is, do we really need the "-x"00:12
ianwor is it just there for saftey?  it does seem everything should be unmounted00:12
jamielennoxso there are things in dev in my test00:14
jamielennoxbut they're 0 size00:14
ianwpresumably it's unmounted?00:15
jamielennoxif it's showing files in /tmpXX/dev/YYYY i assume it's mounted00:17
jamielennoxi have an du -a -c log, but it's like 2mb of file strucutre00:17
jamielennoxnot sure it's useful00:18
jamielennoxbut eg00:18
jamielennox0/tmp/dib_build.uuziyOKj/built/dev/tty000:18
jamielennox0/tmp/dib_build.uuziyOKj/built/dev/smpte000:18
jamielennox0/tmp/dib_build.uuziyOKj/built/dev/loop000:18
ianwthat's it?  that seems like stray files, and /dev/ isn't mounted00:19
jamielennoxno there's a lot00:19
ianwjust a mount, then grep for dib_build.uuziyOKj would tell us00:19
jamielennoxi can put a mount output in at that point as well00:19
ianwyeah ... sorry i don't know in detail what's going on there, so building from first principles as it were00:20
ianwi don't think dib will ever be accused of being over-commented ...00:20
jamielennoxi can put a bash statement in there that'll hang and let me check what's happening, but i then basically rebuild the pod to clean it up00:21
jamielennoxi guess i could try building it on a normal machine and testing the difference between -x and not00:23
ianwor pop in a gate test and see if the devstack jobs explode00:23
jamielennoxbut really all we care about here is the image size right, so if we removed -x it might grow a bit?00:23
jamielennoxheh, so you test via gate as well :)00:24
jamielennoxbut yea, i don't think it will explode, it'd just be a test of how much image size changes00:24
ianwi think the problem would be if something is totally wrong, like it starts traversing the wrong place due to links etc00:25
jamielennoxany idea how that would happen? it seems to be just trying to find the size of a directory dib build00:27
jamielennoxianw: this is the output of mount at the du point: http://paste.openstack.org/show/613453/00:29
ianwso everything unmounted, as we thought ... i'm tending towards removing the "-x" as unnecessary00:32
ianwi haven't deep dived to figure out, has it been there forever?00:32
jamielennoxi've traced it back to at least 201300:35
ianwhttps://review.openstack.org/#/c/25866/ is where it came in i think00:35
jamielennoxyea, basically from the beginning00:36
ianwyeah, and it's been carried forward ever since00:36
jamielennoxyep, that's the commit i'm looking at00:37
jamielennoxgah, i wish kernel worked like other places, it would be nice if that commit had a bug associated00:38
*** zhugaoxiao has quit IRC00:39
*** Administrator__ has quit IRC00:39
openstackgerritJamie Lennox proposed openstack/diskimage-builder master: Don't use du -x to calculate image size  https://review.openstack.org/47673200:43
ianwsee how it goes!00:48
jamielennoxis the gate reporting correctly at the moment anyway?00:48
jamielennoxi put up https://review.openstack.org/#/c/476302/ yesterday that should be a trivial fix and it's not passed00:48
ianwlargely ... i'm just working on moving the download jobs out00:48
ianwthere's a couple of known issues00:49
ianw1) is that the mirrors can be really really slow after a "vos release", so jobs timeout00:49
ianw2) is a known but unfixed issue with neutron/shade and floating ip's which has randomly hit us a couple of times00:49
jamielennoxok, i'll just keep rechecking that one till it passes, i don't know what i'm looking for in the 2mb console.log job output00:50
ianwscroll up about 200 lines, that's usually where the real error is :)00:51
jamielennoxoh, right, mirrors00:52
jamielennox2017-06-22 22:23:20.973362 | [centos7/build-succeeds] Error downloading packages:00:53
jamielennox2017-06-22 22:23:20.973387 | [centos7/build-succeeds] sudo-1.8.6p7-23.el7_3.x86_64: [Errno 256] No more mirrors to try.00:53
ianwyep, i'm kicking those jobs out into a -nv job00:55
ianwthe "-minimal" jobs should be using infra mirrors now00:55
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Move image download tests to default skip  https://review.openstack.org/47673401:01
*** rfolco has joined #openstack-dib01:20
prometheanfireianw: looks like I might be able to install with '--target /usr/lib64/python2.7/site-packages'01:29
ianwprometheanfire: is this just because gentoo has modified pip to not install globally?01:30
prometheanfireyep01:30
prometheanfirewe've had many users break their system by doing so01:30
prometheanfireI've thought about properly packaging glean, but haven't yet01:31
ianwi thought gentoo was about the freedom to break your system horribly01:32
ianw</joking>01:32
prometheanfireso did I :P01:32
*** rfolco has quit IRC01:41
*** rfolco has joined #openstack-dib01:44
*** rfolco has quit IRC02:00
*** aparnav has joined #openstack-dib03:26
*** chhavi has joined #openstack-dib04:15
*** andreas-f has joined #openstack-dib05:03
openstackgerritMerged openstack/diskimage-builder master: Move image download tests to default skip  https://review.openstack.org/47673405:14
mordredianw, jamielennox: I'm still poking at the neutron/shade issue - it's driving me absolutely batty05:39
mordredianw: sorry it's taken so long - had ansiblefest in london yesterday which has disrupted my ability to go OCD on the problem05:40
ianwmordred: that's ok :)  it hasn't been a huge issue, especially compared to the other stuff like ubuntu breaking their sha256 hashes for images05:41
mordredianw: oy05:43
*** aparnav has quit IRC11:14
*** openstackgerrit has quit IRC11:33
*** farosas has joined #openstack-dib13:12
*** rfolco has joined #openstack-dib13:22
*** rfolco has quit IRC13:23
*** rfolco has joined #openstack-dib13:23
*** hashar_ has joined #openstack-dib15:12
*** chhavi has quit IRC15:30
*** chhavi has joined #openstack-dib15:41
*** hashar_ has quit IRC16:04
*** chhavi has quit IRC16:36
*** openstackgerrit has joined #openstack-dib17:08
openstackgerritDirk Mueller proposed openstack/diskimage-builder master: Avoid hanging endlessly on unreachable cache urls  https://review.openstack.org/47698117:08
*** andreas-f has quit IRC18:44
*** rfolco has quit IRC21:09
*** rfolco has joined #openstack-dib21:25
*** farosas has quit IRC21:34
*** andreas-f has joined #openstack-dib21:36
*** andreas-f has quit IRC22:36
*** rfolco has quit IRC22:39
*** rfolco has joined #openstack-dib23:10
*** rfolco has quit IRC23:10

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