/srv/irclogs.ubuntu.com/2018/06/14/#juju.txt

bdxmagicaltrout: the storage entry in metadata.yaml "hdfs-devices" will be similar to "osd-devices" in the ceph-osd charm see https://github.com/openstack/charm-ceph-osd/blob/master/metadata.yaml#L32,L3701:38
seyeongkimdeploying juju with lxd is working correctly?, I could deploy it yesterday but today. lxd is started on host but juju status show me it is down or pending. ( I see this issue on artful release for several weeks )06:49
seyeongkimand stuck on that status06:50
=== frankban|afk is now known as frankban
srihashi guys, we are trying to install openstack with maas and juju. currently we are facing an error which blocks neutron gateway service. The message is like "Services not running that should be: nova-api-metadata". When tried to restart the service manually, there is no unit itself in systemd for nova-api-metadata09:40
srihaswhich charm could be responsible for installing it? This has been a long standing error for 3 weeks now, and could not find necessary data. Can someone please help?09:40
TheAbsentOnesrihas: I'm not an expert but maybe consider asking on the openstack channel as well I assume they are more experienced ^^ Otherwise you will eventually get an answer here but I think most experts aren't here right now10:07
manadartstickupkid: Can you rubber-stamp this? https://github.com/juju/juju/pull/8820 It is the same 5 commits that you and John approved for the develop branch.10:47
TheAbsentOnekwmonroe: https://github.com/Ciberth/gdb-use-case/tree/master/mininimalexamples#issues if you would have time could you tell me what stupid mistake I now did? I seemed to have miss something with my redis request and for mysql/mariadb everything seemingly works fine but my second page does not get rendered o.O10:48
TheAbsentOneor rick_h_ if you are interested ^^10:48
stickupkidmanadart: done10:48
manadartTa.10:49
srihasTheAbsentOne: thank you, is there another channel for openstack-juju?11:04
TheAbsentOneI would try #openstack srihas11:05
srihasTheAbsentOne: thank you11:05
eloxWhat would be the best way to retrieve node information in a charm about things like number of CPU:s, Available RAM etc on a running unit ?12:44
rick_h_elox: just calling out to system details like /proc/cpu and running stuff like free or the like?12:45
eloxrick_h: Yeah, I was just curious if there was anything available for one charm to access other units info. I have a situation where I need to provide info to a "slurm-controller" (master) node from "slurm-nodes" (worker) where their number of CPU:s gets written to a configuration file.12:49
rick_h_elox: yea, so that could either be built into the relation details sent back/forth which would require updating the interfaces used12:49
rick_h_elox: are you using bdx's slurm stuff?12:49
eloxrick_h: Yeah!12:50
rick_h_elox: very cool12:50
rick_h_elox: so I'd chat with him, he'll be online in a couple of hours (he's US west coast) and see if it makes sense for the interfaces to be updated to add it12:50
eloxWe are applying the slurm work to build a large HPC cluster at Scania (erik_lonroth <-> elox )12:51
rick_h_elox: the other way to go is to use a middle-man like telegraf on those12:51
rick_h_elox: and have the master get whatever details telegrad exports over their APIs instead12:51
eloxrick_h: Sure, I think we'll try our best to do it in some way we can to learn more about juju aswell.12:52
rick_h_elox: cool, I don't know slurm that well but if you want to do a lot of this and the data you need varies a lot than I'd look at something like telegraf as it provides more data. However, if you just need the basics and it's common for all slurm use cases updating the charm interface and the relation data sent is probably the smallest change you can do12:54
=== salmankhan1 is now known as salmankhan
eloxrick_h: thanx. Where can I find information about telegraf ?13:42
rick_h_elox: https://jujucharms.com/telegraf/ it's a subordinate charm that surfaces machine level metrics and info that you can use to wire up to prometheus for data gathering and such13:48
eloxrick_h: Thanx alot! Its a lot to take in here. =D14:00
rick_h_elox: <3 let me know how it goes14:03
hmlstickupkid: do we know if the locking issue is linux specific?  or could it happen with windows?14:21
stickupkidhml: that i don't know14:21
rick_h_hml: can you sudo with windows though?14:21
rick_h_hml: I assumed it was ubuntu centric due to the sudo nature14:22
hmlrick_h_: stickupkid: not sure there is some sort of permission thing though14:22
hmlstickupkid: so the reproducer is to bootstrap with sudo?  then try to run juju status without it?14:24
hmlor any command with sudo, then the rest won’t work14:25
stickupkidto reproduce, run `sudo juju list-controllers` followed by `juju status`14:26
stickupkidhml: if you `sudo juju status`, because of the caching involved you can end up causing all sorts of permission issues in `~/.local/share`14:27
stickupkidhml: the idea is to just warn on the lock file and if you can't gain access, at least just let people know with better messaging14:27
stickupkidhml: it's a slippery road, allowing sudo, as you have to set the permissions on every file we ever save to the filesystem and that's a lot of work14:28
stickupkidhml: rick_h_: you can run a windows command using `runas` and set it to run as administrator, I'm looking at how that changes the current windows code14:45
rick_h_stickupkid: cool, good to know.14:45
manadartstickupkid: Approved #8818 with a comment14:46
stickupkidmanadart: perfect, thanks14:47
=== frankban is now known as frankban|afk

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