/srv/irclogs.ubuntu.com/2018/09/04/#juju.txt

veeberswallyworld: any joy finding what's making bootstrap suck atm?00:51
wallyworldit's getting hung setting up the agent config, not sure why yet00:51
veebersugh, hopefully it'll become apparent00:52
wallyworldveebers: ah, in my case it was my own fault. i had introduced a lock conflict, hence the hang01:04
veeberswallyworld: oh, so no idea why mines taking *ages*. might try a different region for now01:04
wallyworldit's probaby the apt updates01:07
anastasiamacveebers: unless it true style this is the case of 'great minds think alike'...01:17
anastasiamacin*01:18
thumperveebers: ping01:52
veebersthumper: pong, what's the haps?01:52
thumperveebers: http://ci.jujucharms.com/job/github-merge-juju/1072/consoleFull01:52
* veebers looks01:53
thumperveebers: last two jobs have been killed from the outside01:53
veebersthumper: it says it was aborted by user 'developer'01:55
thumperah01:55
thumperI love this test failure line:01:56
thumper    c.Assert(sInfo.Since, gc.NotNil) // TODO(dfc) WTF does this check do ? separation of concerns much01:56
thumpermine failed with that01:56
thumperI thought I had fixed the intermittent all watcher tests already01:57
veebersthumper: when you say "yours failed with that" you mean the 2 jobs you linked me just now?01:58
thumperno, the one I linked was anastasiamac's01:58
thumpermine was the job after that01:58
thumperI saw that failure in someone else's merge job too01:59
thumperI'll look at it after this interview01:59
veebersah ok, it's possibly that anastasiamac aborted those 2 jobs on purpose (well, I hope so otherwise someone else is doing it)01:59
anastasiamacyes, i have aborted on purpose coz i saw failures02:47
babbageclunkthumper: have you got a moment?04:01
thumperbabbageclunk: yeah, but I may lose power soon briefly04:02
thumperelectrician in the power box04:02
thumperwhazzup?04:02
babbageclunkin 1:1?04:02
thumpersure04:03
veebershuh, I saw this locally, perhaps it's not connectivity in the labs: grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export golang.org/x/time: unable to deduce repository and source type for "golang.org/x/time": unable to read metadata: go-import metadata not found04:27
veeberswallyworld: if I deploy cs:~wallyworld/mariadb-k8s without any --storage args, should it succeed? (without any storage bits etc.) At the mom I'm getting a manifold worker error complaining about not being able to create persistent storage04:40
wallyworldveebers: no04:42
wallyworldthe charm declares it needs storage in its metadata.yaml04:42
veeberswallyworld: ok, if failure is expected that is ok. How do I fix the deploy if I missed the --storage bit off the original deploy command?04:43
veebersoh, should it have errored at the deploy command stage?04:43
wallyworlddelete the app and start again04:43
wallyworldit depends if the metadata said 1+04:43
wallyworldif the metadata didn't say one or more then juju won't count that as an error04:44
wallyworldwithout storage args you may have expected it to work, just with ephemeral storage. that should probably be fixed. but it really makes no sense to allow that for prod04:45
veeberswallyworld: ack ok, thanks for clarifying04:45
wallyworldit's a bit rough atm04:45
wallyworldneeds polish04:45
veeberswallyworld: ack, we'll get it polished!04:46
thumperbabbageclunk: fixed one, broke 2005:10
thumperwell 505:11
thumperFFS05:11
* thumper calls it a day05:12
=== alephnull_ is now known as alephnull
AbluHi, does anyone have an idea regarding my question from the weekend?:08:52
AbluI try to create a "manual" cloud and then add a machine which actually is a docker container. However, after the add-machine exits the machine is stuck in pending and I also do not see any process running within the docker container... Are there any specific requirements regarding how the machine which is about to be added needs to be configured? (https://docs.jujucharms.com/2.4/en/clouds-manual does not help a lot as soon things08:52
Ablugo wrong unfortunately)08:52
stickupkidAblu: what's running in the docker container?08:56
Ablustickupkid: only sshd and the shell i use for inspection after the add was successful08:58
manadartAblu: Juju needs to run agents in the machine.  It assumes there is an init system running. Any reason not to use LXD?09:17
stickupkidYou could run ubuntu image, but then you'd have to wonder how you could keep it not from restarting, because it's not got any INIT running and the container will "exit"09:20
Ablumanadart: I want to set specific networking and resource limiting on the container (it is part of a larger emulation framework) and I am looking for ways to do this with juju charms which are used in the software which should be "emulated". But the init system is a good hint. Thanks for that.09:23
Ablustickupkid: I currently use a ubuntu + SSHD, but it probably lacks an init system, thus the restart maybe fails.09:23
AbluWhile on it: If you have better suggestions how I might be able to set IP namespaces with custom links, resource restrictions on juju maintained machines (ideally before any code is executed in the machine) feel free to tell me :). The framework I use can already do this for Docker, so if I can get juju to use "machines" which I already started "manually" with the right configuration I could do all that :)09:26
manadartAblu: You might be interested in the CAAS support (Kubernetes) that is maturing in edge, see https://discourse.jujucharms.com/t/getting-started/152 and other posts in the category.09:29
Ablumanadart: hm, that looks like it would start the services in a k8s cluster. Where would I be able to set my own constraints before the container actually goes live?09:42
manadartAblu: The ones actively working on the feature can shed more light on that than I.09:51
manadartThey are Australian east coast, so EoD. I suggest asking a question on Discourse. They will attend to it smartly if not around here.09:52
Ablumanadart: Ok. Thanks for the info! I will try to explain my problem in a bit greater detail and do a post.09:53
manadartAblu: Sure thing.09:53
jamstickupkid: should a negative size be capped at 0 or just treated as error ?13:48
jamstickupkid: I'm now thinking Error13:48
stickupkidjam: I would agree, a silent 0 could mask more issues13:49
stickupkidhml: any chance of a HO?14:09
hmlstickupkid: sure, standup?14:09
hmlstickupkid: if it’s free14:09
stickupkidyeap14:09
manadartexternalreality_: Pushed the mods we discussed to https://github.com/juju/juju/pull/9157 .15:00
externalreality_manadart, ack15:01
externalreality_will take a look, give me 15 to make my way to the buss15:01
manadartexternalreality_: No rush on my account. Wrapping it up for the day.15:02
externalreality_manadart, ack15:02
hmlanyone up for a 1 char PR?  :-D  https://github.com/juju/juju/pull/916017:23
veebersMorning o/20:32

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