/srv/irclogs.ubuntu.com/2018/08/31/#juju.txt

wallyworldthumper: see the comment on the juju status bug? we have had discussions previously as to whether juju client should auto retry and have said no it shouldn't. it seems that's something juju wait could reasonably do?00:55
anastasiamac+1 that 'wait' should do it01:02
anastasiamacveebers: so under stress, cannot reproduce this inteermittent failure ;( however, if i interupt my stress testing, I am getting the same error.. m pondering what to do next (m not really keen to jump on ci machine... rather work locally)01:04
veebersanastasiamac: odd. Sounds like something is interrupted. Next time we see it in CI lets have a poke around on the lxd container that gets left there and check logs etc.01:25
veebersanastasiamac: as to repro locally, um, are you running it in a container?01:25
veebersanastasiamac: I'm just checking out what else we do in those tests01:27
veebers(to run those tests)01:27
anastasiamacveebers: no, not in the container locally...01:28
anastasiamacveebers: yes, we should01:28
veebersanastasiamac: is there a specific arch that it fails on?01:29
veebersanastasiamac: so the only things I can think of that are different from you doing it locally and in ci are: It's a 'shared' machine as in many things can be running on it, it's happening in a lxd container, it's setting up tmpfs of 20G and exporting TMPDIR .. . (although that machine has 250+GB of ram so should be sage)01:41
anastasiamacyeah, veebers, none of these strike me as potential cause..03:59
anastasiamacif it was due to a 'shared' ,achine, i would have expected failure to b visble under stress...03:59
anastasiamaci'll keep digging03:59
wallyworldkelvinliu_: a small k8s PR - just some cleanup https://github.com/juju/juju/pull/914504:02
kelvinliu_wallyworld, looking now04:05
wallyworldkelvinliu_: maybe we should delete the namespace first04:15
wallyworldi think that would be safer04:15
kelvinliu_wallyworld, yeah,04:15
wallyworldkelvinliu_: changes pushed04:19
kelvinliu_wallyworld, looks great, thanks04:21
wallyworldty04:22
wallyworldbabbageclunk: those lease timeout errors do seem to be gone now; my aws k8s deployment seems happy04:24
babbageclunkwallyworld: oh, awesome04:26
kelvinliu_github is down?04:37
wallyworldkelvinliu_: look like it :-(04:48
kelvinliu_wallyworld, :-(04:52
wallyworldkelvinliu_: but just cam back04:52
kelvinliu_yeah, it's just down for ~ half hr05:34
kelvinliu_wallyworld, got a minute to talk about kubeflow doc?05:44
wallyworldkelvinliu_: yeah, sure05:45
veebersanastasiamac: hopefully you've cracked the invalid zip issue!09:01
anastasiamacveebers: so far so good...09:01
anastasiamacbut i'd like to have at least 10 runs without the problem...09:02
veeberssweet09:03
stickupkidanastasiamac: thanks for doing this, it's been the bane of my life :D09:03
anastasiamacstickupkid: don't thank me yet... m just poking it a bit for now...09:03
manadartSo what is the story with 2.3 and 2.4 branch dependencies? I check out the latest, run (the old) godeps command, but get build failures.10:13
manadarthttps://pastebin.ubuntu.com/p/266CSCfpKp/10:13
stickupkidouch, which branch is doing that one 2.4?10:18
manadart2.3 and 2.410:19
stickupkidlet me test that10:19
stickupkidworks for me?10:20
stickupkiddid you run "export JUJU_MAKE_GODEPS=true; make godeps"10:20
anastasiamacmanadart: stickupkid: for 2.3 and 2.4 u need to run ^^10:27
anastasiamacfor 2.5 (develop) run 'make dep' to get dependencies10:27
manadartanastasiamac: Thanks. It's the removal of the vendor directory that I missed.10:33
anastasiamacmanadart: oh yeah, it is easily missed but important :)10:33
stickupkidit does that automatically now in latest 2.410:37
rick_h_howdy juju world11:44
maaudetIs there any ways to decide which root-disk type to use in AWS when adding a new machine?12:59
kwmonroemaaudet: i *think* you only get to specify the root-disk size.. i don't see a "volume-type" here: https://docs.jujucharms.com/2.4/en/reference-constraints -- that said, some aws instances have different storage characteristics (eg, the I3 instances have SSDs; see the storage-optimized tab here: https://aws.amazon.com/ec2/instance-types/).  so you might be able to get a root disk type indirectly by --constraints instance-13:28
kwmonroetype=foo.13:28
kwmonroemaaudet: there *is* support for volume-type when using juju storage (https://docs.jujucharms.com/2.4/en/charms-storage), but that's not root-disk, so it may not be what you're after.13:29
rick_h_maaudet: there's an iops setting I believe. Maybe that's just in juju storage?13:31
maaudetrick_h_: Yeah, I tried the setting and it only works for additional storages13:31
maaudetkwmonroe: I think that all instances types defaults to the same disk type in AWS13:32
maaudetAlthough, the default disk type differs from regions <_<13:32
maaudetSome regions have standard types, others SSD as defaults13:32
maaudetOn another hand, it seems easy to switch to another disk type from the AWS console13:33
admcleodso... using 2.4.3, on s390x - i have model-config image-stream set to daily13:43
admcleodbut /etc/cloud/build.info says 20180823, whereas "lxc image list ubuntu-daily:bionic/s390x" shows 2018083013:44
admcleodis there something else i can check before i log a bug?13:45
kwmonroehey!  you're right maaudet.  i didn't grok the instance-types correctly, but a quick deploy on i3-large yields the same 'ol 8g slow disk as /dev/xvda1.  the difference in i3 vs our default is in the instance store (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes), which is temporary storage, and not at all related to the root-disk :/13:45
admcleodoh13:50
admcleodimage-stream is not container-image-stream13:50
admcleodthanks kwmonroe !13:50
kwmonroe:)13:50
stickupkidhml: so when you say verify lxd-profile, are you thinking that charm repo would validate the whitelist - or passing a validator to the charm validation?13:50
stickupkidhml: walking through the bundle validation, it's interesting13:51
admcleodalright so i changed container-image-stream to daily in the model and added a container and didnt get the daily image13:54
admcleod5 min til bug13:54
hmlstickupkid: I was just thinking to have validate in the charm … , but it doesn’t have to be.13:55
stickupkidhml: cool, just working my way through13:55
hmlstickupkid: if we use the Profile structure of the lxd api - it’s very easy to unmarshall the yaml13:56
stickupkidhml: ooo, let me check that13:56
stickupkidhml: yeah, 100% agree, we could use api.Profile13:58
hmlstickupkid: i looked at 9141, added a comment.  anything else?  i’ll put up a failing charm shortly14:41
stickupkidhml: done :D14:41
hmlstickupkid: the failing charm pr: https://github.com/juju/juju/pull/914715:07
stickupkidhml: looks good to me :D15:08
hmlstickupkid: ty!15:08

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