[03:18] does anyone happen to know how long it takes for a charm to appear in the store once you have pushed it and released it to stable? [03:24] oops forgot to grant to everyone =p [04:38] kelvinliu: here's a mostly nechanical PR to remove some more bakery.v2 unstable stuff https://github.com/juju/juju/pull/11082 [04:38] wallyworld: yep [04:56] wallyworld: one more place to refacor 15:42:59 apiserver/bakeryutil/service.go:43:3: cannot use store (type bakerystorage.ExpirableStorage) as type "github.com/juju/juju/vendor/gopkg.in/macaroon-bakery.v2-unstable/bakery".Storage in field value: [05:09] kelvinliu: hmmm, that's fine for me. i may need to regenerate GoPkg.lock [05:11] just saw build failed [05:13] ok, i may have some screwed deps locally, i'll wipe everything and fix any issues [05:21] kelvinliu: i pushed a new toml and lock file. there was an issue with the deps and what i had cached [05:22] ic [10:08] stickupkid: Got a minute to HO? [10:08] manadart, sure can [10:18] achilleasa, can you do a follow up CR - https://github.com/juju/cmd/pull/76 [10:19] stickupkid: sure [10:25] stickupkid: have a question on the PR [10:31] achilleasa, updated my pr [10:32] achilleasa, removed the confusing ambiguity [10:33] stickupkid: can you also update the comment on L528? [10:33] of course [10:33] (we are not checking for silence errors anymore) [10:37] achilleasa, done [10:42] stickupkid: approved [10:42] achilleasa, ta much [15:07] manadart, still around? [15:07] stickupkid: Yeah. OTP with rick_h. Gimme a few. [15:07] nice nice [15:26] stickupkid: Back in Daily? [15:26] manadart, yeah quickly [15:30] * nammn_de off to doc [17:37] did anyone want to look at an environment with "Failed to connect to controller: invalid entity name or password (unauthorized access)" going on? [17:38] I'll leave my environment alone, if so. last time this happened (mid december) thumper said that it happened but they hadn't been able to reproduce it [21:37] kelvinliu: https://pastebin.ubuntu.com/p/pfhs8QfX8R/ [21:38] cory_fu: did u install latest edge? [21:39] kelvinliu: installed: 2.7.1+2.7-ec91b32 [21:40] tracking: 2.7/edge [21:40] refresh-date: today at 12:16 EST [21:41] cory_fu: clear jujud docker image cache in microk8s? and im testing it again now [21:41] kelvinliu: Oh, I didn't do that. There an easy way to do that without un/re-installing microk8s? [21:42] microk8s.ctr --namespace k8s.io image list | grep juju [21:43] then delete it [21:44] microk8s.ctr --namespace k8s.io images rm docker.io/ycliuhw/jujud-operator:xxxx [21:57] cory_fu: sorry, i tested yesterday using my branch build image, i found juju pushed but jujud docker image probably was not pushed yet. [21:57] kelvinliu: Ah, ok. I won't continue this test, then. [21:57] i will let you know once all pushed [22:02] cory_fu: to use edge image, please use `jujuqabot`, juju bootstrap microk8s k1 --config caas-image-repo=jujuqabot [22:03] for docker repo [22:03] kelvinliu: Is it ready for testing now? [22:03] yeah [22:03] i tested all good [22:03] Ok [22:26] kelvinliu: Yep, it's working. Thanks! [22:26] cool, np [22:35] Where can i find the list of possible states a machine can be in for juju-status? [22:38] asbalderson: https://discourse.jujucharms.com/t/charm-unit-status-and-their-meanings/1168 [22:40] thanks rick_h; im looking for the actual machine status; not the unit status (running, down, other?) [22:42] bdx: around? [22:47] asbalderson: https://github.com/juju/juju/blob/2ad84b1b676eab460d6b9604aa1973944af02f9d/state/machine.go#L1785 [22:47] asbalderson: looks like started, stopped, pending, error, down [22:49] new juju article live "data ops at petabyte scale" https://ubuntu.com/blog/data-ops-at-petabyte-scale [23:48] Thanks rick_h!