Thursday, 2017-06-22

*** Sukhdev has quit IRC00:27
openstackgerritJamie Lennox proposed openstack/diskimage-builder master: Use the dib python to do cleanup  https://review.openstack.org/47630201:20
*** rfolco has joined #openstack-dib01:51
*** rfolco has quit IRC01:51
*** rfolco has joined #openstack-dib01:59
*** rfolco has quit IRC02:00
*** rfolco has joined #openstack-dib02:03
*** rfolco has quit IRC02:03
*** Sukhdev has joined #openstack-dib02:32
*** Sukhdev has quit IRC02:43
*** lennyb has quit IRC03:40
*** lennyb has joined #openstack-dib03:52
jamielennoxis there a flag to prevent dib from cleaning up it's tmp directories?04:06
jamielennoxi feel like something is going wrong with the package installs, but don't know how to check04:07
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Additional mount order unit test  https://review.openstack.org/47634004:28
*** andreas-f has joined #openstack-dib05:01
johnsomIan thanks again for all of the DIB work recently!05:21
ianwjamielennox: not really, i'd usually drop a "bash" call in where i want it to stop05:49
jamielennoxianw: yea, ok - i was doing pdbs but not getting to the problem05:50
ianwjohnsom: hmmm, gate is still much more unstable than i want.  until i get the image download jobs cached, i think i'll move them to -nv05:50
ianwand we just started hitting shade floating ip issues ... so, urgh05:51
jamielennoxianw: as far as you know should i be able to run dib inside a privileged docker container?05:51
ianwjamielennox: yes, it has been done i believe05:51
johnsomWell, our lives are better at least.05:52
jamielennoxianw: ever seen: Journal size too big for filesystem. on ext4 images?05:53
ianwjamielennox: ummmm ... not that i can remember sorry05:53
ianwpossibly, i guess, i'd suspect the file-system being set too small, rather than the journal too big05:54
ianwheh, not that that's much help :)  but we do have size calculations in there and not impossible it could be going wrong05:54
jamielennoxianw: right, so this is not something i understand - but i'm guessing that 64M is too much for the size that we're actually building05:56
jamielennoxi have nfi how, but it seems to be < 100m05:58
ianwif doing something small, couple of gb range, maybe yes?  I doubt we scale it05:59
*** chhavi has joined #openstack-dib06:06
*** aparnav has joined #openstack-dib06:12
*** andreas-f has quit IRC06:25
jamielennoxianw: what's the relationship between /dev/loopX and /dev/mapper/loopYpZ?06:55
*** brault has joined #openstack-dib06:56
openstackgerritXinliang Liu proposed openstack/diskimage-builder master: Fix mkfs use wrong label option for vfat  https://review.openstack.org/47638207:10
*** andreas-f has joined #openstack-dib07:14
*** hashar has joined #openstack-dib08:06
*** hashar has quit IRC09:01
*** hashar has joined #openstack-dib09:04
*** andreas-f has quit IRC09:06
*** hashar has quit IRC09:09
*** amarao has joined #openstack-dib09:34
*** Administrator__ has joined #openstack-dib09:37
*** Administrator_ has quit IRC09:40
*** aparnav has quit IRC10:11
*** aparnav has joined #openstack-dib10:11
ianwjamielennox: /dev/loop0 is the raw loop device, /dev/mapper/loop... is setup by kpartx after we have done the partitioning10:27
*** chhavi has quit IRC11:21
*** amarao has quit IRC11:30
openstackgerritMerged openstack/diskimage-builder master: On suse the python2 dev package is python-devel  https://review.openstack.org/47505112:01
*** farosas has joined #openstack-dib12:09
*** aparnav has quit IRC12:19
*** rfolco has joined #openstack-dib12:25
*** andreas-f has joined #openstack-dib12:36
rfolcohi andreas-f, is the thursday meeting active ? what is the right place to discuss CI permission to vote on dib-images ?12:45
*** hwoarang has quit IRC12:56
*** hwoarang has joined #openstack-dib12:56
*** hwoarang_ has joined #openstack-dib13:02
*** hwoarang has quit IRC13:04
*** andreas-f has quit IRC13:36
mordredianw: yah - sorry - I'm looking at those - they REALLY confuse me15:01
*** hwoarang_ is now known as hwoarang15:04
*** andreas-f has joined #openstack-dib17:19
*** andreas-f has quit IRC18:19
*** andreas-f has joined #openstack-dib19:51
*** rfolco has quit IRC20:30
prometheanfiresimple-init is broken on gentoo (the element), is there a way to pass in pip install options?20:50
prometheanfireERROR: (Gentoo) Please run pip with the --user option to avoid breaking python-exec20:50
prometheanfiredidn't simple-init install glean as a package at one point?20:50
*** andreas-f has quit IRC20:50
*** farosas has quit IRC21:07
*** andreas-f has joined #openstack-dib21:23
*** andreas-f has quit IRC22:22
ianwrfolco: sorry, this is an off week for the meeting22:33
ianwbut yes, we are trying to have the meeting regularly22:33
ianwprometheanfire: i can't image that installing glean as --user is what is wanted?  that wouldn't seem to work22:34
prometheanfireit doesn't22:38
prometheanfireI'll need to do something else...22:38
jamielennoxgreghaynes: so it seems like my problem might be related to using du -x in size calculation23:09
jamielennoxbut i can't tell why different parts of /built are on different filesystems23:09
ianwjamielennox: what do you mean /built?23:31
jamielennoxianw: sorry /built is wrong, i'm refering to this line: https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/lib/disk-image-create#L33023:34
jamielennoxwith the -x i'm getting a tiny image size which is what is causing my journal is too big error23:36
jamielennoxafter which if i shrink the journal i get disk usage errors because it dib can't copy all the files onto the tiny image23:36
jamielennoxdo you know if there is a reason for -x there? is dev mounted into that fs?23:37
ianwi don't know exactly why, but that would be the guess ... are you doing some sort of multi-partition thing?23:39
jamielennoxianw: it's in a docker in a kubernetes so god only knows whats under the hood23:40
jamielennoxbut there's nothing in mount that gives it away23:40
ianwcan you just dump du_output so we know what it thinks it is seeing?23:42
jamielennoxi had one, i'll have to recreate23:46
ianwmaybe if you have a union fs underneath it's du's not accurate?  unlikely i'm guessing23:49
jamielennoxah, should have put a mount output at that point as well23:50
jamielennoxputting a bash prompt there freezes the whole process23:51
jamielennoxgrrr, this might be a fs bug: https://patchwork.kernel.org/patch/9706629/23:53
ianwheh, that sounds very plausible!  what an odd case23:56
jamielennoxianw: any idea how to read patchwork to know if that's been merged somewhere?23:58
ianwhey, what do you think this is, gerrit or something23:59

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