/srv/irclogs.ubuntu.com/2020/05/07/#juju.txt

tlmwallyworld: got 5 minutes for HO problem ?03:41
wallyworldsure soon03:42
wallyworldtlm: free now04:00
tlmk04:00
babbageclunkwallyworld: https://github.com/juju/juju/pull/1154306:08
babbageclunkI think it might have a problem with something in feature tests that rely on legacy leases though.06:08
wallyworldbabbageclunk: looking06:38
wallyworldbabbageclunk: yeha, there's a MachineLegacyLeasesSuite in cmd/jujud/agent machine_test06:40
wallyworldso a few tests to fix06:40
hpidcockwallyworld: quick pr https://github.com/juju/juju-db-snap/pull/207:30
wallyworldsure07:30
wallyworldlgtm07:31
hpidcockdanke07:31
flxfooHi guys, sorry to interrupt again. But someone is asking me some questions like07:59
flxfooIs JUJU able to provision AWS resources or is managing only application deployment/layer?08:00
flxfooand08:00
flxfooIf able to deploy AWS resources, is it able to deploy autoscaling groups? Or just fixed defined number of instances?08:00
flxfooif anyone has some answers... you are welcome :P08:00
timClicksfixfoo: provision, yes to autoscaling08:01
timClicksexcept it's not autoscaling as per kubernetes, it's manual08:01
timClickse.g. you ask juju to change the application's scale, and it will update all config on your behalf08:01
flxfootimClicks: thanks!08:05
flxfoostill don't know what they are calling "groups"08:05
=== salmankhan1 is now known as salmankhan
jamtimClicks[m], are you around?10:35
manadartachilleasa: Got a couple of small patches to come in under the one I am working.11:10
manadartThis is the first: https://github.com/juju/juju/pull/1154511:11
manadartachilleasa: And this is the other: https://github.com/juju/juju/pull/1154611:15
achilleasamanadart: looking11:16
hpidcockPR for someone https://github.com/juju/testing/pull/14811:34
hpidcockanother PR https://github.com/juju/juju/pull/1154711:44
achilleasahml: got any time to look at 11547 ^^12:14
hmlachilleasa: not really, i was thinking we needed to look at it though from email.12:14
hmlachilleasa:  i’m tight on time - read thumper’s email on RC112:14
hml:-D12:14
achilleasahml: ah... that email! No worries, I will take a look then12:15
hmlachilleasa:  ty12:15
hmlachilleasa:  we should look at 11544 also12:27
pmatulisif i reboot a juju machine and immediately send it a command like 'juju upgrade-series 0 complete' is that guaranteed to work or do i need to wait?13:30
pmatulishml, any idea? ^^^14:06
hmlpmatulis: you could have a race, if the machine doesn’t go down fast enough, i’d think.  cannot guarantee.14:08
hmlpmatulis:  a bit swamped at the momment to dig into how our CI tests this14:08
hmlmanadart: do you have an easy answer for pmatulis ^^^ ?14:09
manadartpmatulis hml: You should be able to send the command immediately. It needs the agent to do the work, so the command will implicitly wait for the worker to do its thing.14:11
manadartThis is actually a known issue with it - reliance on a well connected client should not be a thing.14:11
pmatulismanadart, you're saying it will work out fine as long as the client maintains connectivity with the controller?14:13
manadartpmatulis: Yes, there is an open bug around it.14:14
manadarthttps://bugs.launchpad.net/juju/+bug/185501314:14
mupBug #1855013: upgrade-series hangs, leaves lock behind <seg> <juju:Triaged> <https://launchpad.net/bugs/1855013>14:14
pmatulismanadart, thanks a lot. i don't see anything about bad client:controller connectivity as the cause though14:17
manadartpmatulis: The symptoms line up with what we know about how the feature was written.14:19
pmatulismanadart, alright14:21
manadartachilleasa, hml, petevg: This is finally ready to go now: https://github.com/juju/juju/pull/1153414:41
petevgWoot!14:45
petevgachilleasa, manadart: if either of you have time to take a look at hml's draft for https://github.com/juju/juju/pull/11542 before your eod today, I'd appreciate it. That would help us try to sneak it in to the rc1.14:46
manadartpetevg: I can look now.14:47
petevg+1. Thx!14:47
achilleasapetevg: I ... think ... I have finally managed to reproduce the kvm bug14:54
petevgachilleasa: nice! Was it a caching issue, or something else?14:54
achilleasapetevg: still going through my logs but I believe after we get the metadata from the stream and before we fetch the actual image, the base URL (which should point to the model-config) is left empty...14:56
petevgInteresting.14:56
achilleasapetevg: so if it's not correctly propagated, we get here: https://github.com/juju/juju/blob/develop/environs/imagedownloads/simplestreams.go#L77-L7915:03
achilleasaand this is why they fall back to cloud-images.ubuntu.com15:04
achilleasalooks like the streams index was fetched from the correct location but the image used the fallback15:04
petevgAha.15:04
hmlmanadart:  ty for 11542, I pushed up some commands testing.  there is an acknowledged short cut…..15:42
hmlachilleasa: manadart  how do i get the skipped github actions to run after converting a pr from draft to open?15:46
hmlhaven’t done this since we changed it15:46
hmlno buttons are appearing to me.15:47
pmatulismanadart, hi, i got a similar question re actions. is there a timing concern for a unit that has had an action applied if the --wait option is omitted?16:15
pmatulis(my use case is pausing a unit prior to 'upgrade-series prepare' for the associated machine)16:18
hmlpmatulis: what command are you using with —wait?16:19
hmlpmatulis:  show-action-output16:19
hml?16:19
pmatulishml, run-action16:19
pmatulis(to pause the unit)16:20
hmlpmatulis:  i’d recommend checking the action status at the very least.16:20
hmlthere is also a show-action-status16:20
pmatulishml, realise that. just wondering if there is indeed a timing issue16:20
pmatulis(potentially)16:21
pmatulisto be clear, if keystone/2 is on machine 0 can i perform these two commands safely without waiting?16:24
pmatulisjuju run-action keystone/2 pause16:24
pmatulisjuju upgrade-series 0 prepare bionic16:24
achilleasapetevg: are there any plans for another 2.6 release? I have a fix for the kvm bug currently targeting 2.7 but can also do 2.6 -> 2.7 -> develop16:49
achilleasahml: approved but without QA as I am near EOD16:52
hmlachilleasa:  ty, i’ll get petevg  to do qa. :-)16:52
hmlachilleasa:  do you know how to switch the github actions back on for a pr?16:52
achilleasahml: no :-( do you need admin permissions?16:53
hmlachilleasa:  dunno?  i’ll check with hpidcock later16:53
petevgachilleasa: I don't know whether we're planning another 2.6 release or not. Let's just target 2.7 and develop with the fix for now.16:54
achilleasahml: can you take a look at https://github.com/juju/juju/pull/11550? Perhaps petevg can lend a hand with the QA steps as well. Since I am EOW it would be great if you (or anyone from APAC) could forward-port (should be a clean merge) to develop and update the bug with a link to the other RP17:50
hmlachilleasa:  looking17:50
hmlachilleasa:  you used guimaas to test?17:50
achilleasahml: yes but the image server must be accessible by it (I used a VPS for testing)17:53

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