/srv/irclogs.ubuntu.com/2020/06/16/#juju.txt

timClickswallyworld: what is the timeline for juju scp support in k8s models?02:02
wallyworldtimClicks: hopefully this cycle but it is a stretch goal as it got punted02:14
timClicksok02:45
wallyworldhpidcock: if you have a moment at some point https://github.com/CanonicalLtd/juju-qa-jenkins/pull/47003:10
hpidcockwallyworld: sure thing03:30
hpidcockwallyworld: lgtm03:44
wallyworldty03:45
timClicks2 easy PRs https://github.com/juju/juju/pull/11704 https://github.com/juju/juju/pull/1171204:52
thumperwallyworld: re: bug 1872670, if it is working on eu/us region, surely it isn05:15
mupBug #1872670: AWS m6g.* instances fail with latest juju <juju:Confirmed> <https://launchpad.net/bugs/1872670>05:15
thumperisn't juju, but account issue?05:15
thumperclearly latest/edge won't work for them05:15
thumperbut 2.8.0 stable should05:16
flxfoohi there08:59
flxfoointerface for apache-solr uses deprecated reactive RelationBase, where can I find documentation to be able to define departed / joined like parts , please?09:00
stickupkidmanadart, https://github.com/juju/juju/pull/1171510:47
stickupkidmanadart, might affect your changes you want to propose10:47
manadartstickupkid: I also notice that `idle_subordinate_condition` does not use the declared `app_index`.10:51
stickupkidah good spot10:51
achilleasamanadart: stickupkid can you take a look (and QA) https://github.com/juju/juju/pull/11716 and https://github.com/juju/juju/pull/11714?10:57
achilleasafun with virtual maas ;-)10:58
stickupkidI like how in the integration tests we have .log and .txt extensions11:04
stickupkidPICK ONE SIMON!11:04
stickupkidI'll fix that at some point11:04
manadartachilleasa: Yep.11:09
stickupkidmanadart, updated https://github.com/juju/juju/pull/11715, you where correct, just run the whole deploy suite and it worked fine11:15
stickupkiddeploy suite is hefty11:16
stickupkidthis annoys me https://paste.ubuntu.com/p/tX7jdGff79/ we really should sort the image server nested containers manadart11:18
stickupkidalso I've never seen the error/issue when trying to retrieve the environ11:20
manadartstickupkid: You now have a gap in the args indexes :)11:22
manadartstickupkid: Tell me what I am doing wrong here. I have this: https://pastebin.canonical.com/p/QZKBVhd57V/11:24
manadartAnd this query: `wait_for "network-health-xenial" "$(idle_subordinate_condition "network-health-xenial", "mongodb")"`11:24
manadartIf I fill out the generated query manually, I get what I expect: https://pastebin.canonical.com/p/dYbxvTZMV8/11:26
manadartstickupkid: Gonna eat. Maybe you can school me in a few.11:27
manadartstickupkid: Got time for a quick HO?11:41
manadartNeed a review: https://github.com/juju/juju/pull/1171712:42
jamhey manadart. I just came across something unexpected: https://bugs.launchpad.net/juju/+bug/188370312:53
mupBug #1883703: Snap build not stripping the binary? <build> <juju:Triaged> <https://launchpad.net/bugs/1883703>12:53
jambasically, the 'juju' in our snap is 120MB instead of 89MB and it appears it is *not* stripped.12:53
jamI can't make it to standup, and I don't really know the priority for it, but I wanted to raise awareness12:53
manadartjam: Ack; we will discuss.12:56
jammanadart, it seems we use our own extension of snapcraft's go plugin12:57
jamand it has https://github.com/juju/juju/blob/develop/snap/plugins/juju_go.py#L10712:57
jamwhich isn't supplying '-ldflags "-s -w '12:57
hmlstickupkid: I’ve gotten this 2 of 2 times on 11715: https://pastebin.canonical.com/p/bkPRmhPRWV/ can’t confirm if it’s timing related or not13:48
achilleasaback-port for the kvm fix: https://github.com/juju/juju/pull/11718 and https://github.com/juju/juju/pull/1171913:50
achilleasaQA should be easy on this one ;-)13:50
stickupkidhml, i'll get to that after fixing the issue for manadart13:53
hmlstickupkid: k13:53
=== narindergupta is now known as narinderguptamac
=== sadin999_ is now known as sadin999
=== niemeyer_ is now known as niemeyer
=== nniehoff_ is now known as nniehoff
=== joedborg_ is now known as joedborg
stickupkidwhy is it sometimes does juju status take 22 seconds on a local lxd setup14:19
stickupkidsomething very strange is going on14:19
stickupkidmanadart, got a second14:54
stickupkidanother case of a random lock up when querying juju status https://paste.ubuntu.com/p/yYSnzxJ2pN/15:19
stickupkidsee timestamp between the two different status timestamps15:19
stickupkidshould juju hang if a lxd container is down, i wonder if the controller is down?15:26
stickupkidhml, re-writing the container integration test, but can confirm it the new stuff works for lxd and aws...16:22
stickupkidhml, juju action wasn't working as I was targetting the wrong unit16:22
hmlstickupkid: ack16:23
hmlstickupkid: i think i have a test failure to deal with… doesn’t reproduce locally.16:24
hmlstickupkid: [LOG] 0:01.949 INFO test unit "u/0" shutting down: preparing operation "install cs:quantal/wordpress-0": failed to download charm "cs:quantal/wordpress-0" from API server: download aborted16:24
stickupkidhml, isn't that the mock one?16:24
hmlstickupkid: unfortunately not…  its in the uniter.loop code… and startup16:25
hmlno easy way to mock without rewritting, afaik16:25
hmlrewritting uniter stuff16:25
stickupkid"cs:quantal/wordpress-0" it's just that it using the testcharms though16:26
hmlstickupkid: yeah, that’s what i don’t get… it should be using the local charm repro for test16:26
stickupkidthat's why i was wondering if it was the mock store16:27
stickupkidhml, quick ho?16:27
hmlstickupkid: sure16:28
pmatulisdoes the '--map-machines' option need to be used when deploying with both a bundle and an overlay? i'm thinking that the bundle will define the existing machines and then the overlay needs the option. or is an existing machine completely "pre-deploy"?20:08
wpk2/wind 34320:33
josephillipshey20:38
josephillipsim installing swift20:38
josephillipson different zones20:38
josephillipsbut when i perform teh relation betwen swift-storage-zonename swift-proxy20:39
josephillipskeep on missing relation proxy20:39
hmlhey wpk20:44
hmljosephillips: and no errors with the add-relation?20:45
hmljosephillips:  do you have a pastebin you can share?  i’m not seeing a relation “proxy” for either of those charm20:50
hmlpastebin with the output you’re seeing20:50
wpkhml: o/20:51
josephillipssure hml im checking something else20:58
josephillipsgive me one sec20:59
josephillipsmy bad21:00
josephillipswas a bad configuraiton as block device21:00
hmljosephillips: rgr21:05
wallyworldhpidcock: kelvinliu: tlm: see comment on bug 1875481 ... another issue with running juju agent in the workload container. the base linux may not support our jujud23:53
mupBug #1875481: Juju 2.8 error about unit not being the leader <k8s> <juju:Incomplete> <https://launchpad.net/bugs/1875481>23:53
hpidcockwallyworld: I thought we were statically compiling jujud23:54
hpidcockoh maybe that was only in snaps23:55
wallyworldi thought we did too23:55
wallyworldhpidcock: ah forgot to mention, there's also an issue with our snap23:55
wallyworldbug 188370323:55
mupBug #1883703: Snap build not stripping the binary? <build> <juju:Triaged> <https://launchpad.net/bugs/1883703>23:55
wallyworldi haven't looked closely, theory is he go plugin doesn't supply the necessary flags23:56
kelvinliuI found all jujud images doesnot have jujuc added23:56
wallyworldsomething to fix for 2.8.1 release23:56
hpidcockkelvinliu: that shouldn't affect it, but yeah I noticed the same thing23:57
wallyworldkelvinliu: yeah, jujuc is a separate binary that we need to package if we haven't already23:57
kelvinliuhttps://pastebin.ubuntu.com/p/v9d3MRSXS5/23:58
kelvinliuit's weird if docker build didn't fail when jujuc was missing23:58
kelvinliudocker should complain about ADD failed because jujuc was not existing23:59

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