=== wpk_ is now known as wpk [10:15] hello all [10:15] is it known that the maas snap dumps core on install on 16.04? [10:16] https://pastebin.ubuntu.com/26415649/ [10:19] Chipaca: did you install with --devmode ? [10:20] roaksoax: no [10:22] Chipaca: https://docs.ubuntu.com/maas/2.3/en/installconfig-snap-install [10:22] why are we telling people to install stuff with --devmode :-( [10:23] but, anyway, that answers my question; it's known broken. onwards. [11:09] Chipaca: because otherwise maas woudldn't work [11:10] there are blockers that prevent the maas snap (not in maas) from working in fully confined mode [11:10] so we have to use devmode [13:17] roaksoax: We upgraded our prod to 2.3.0 last night and now we get out of memory errors on the region controller when someone restarts the region controller or does a refresh on the ui. Thoughts? [13:17] roaksoax: builtins.OSError: [Errno 12] Cannot allocate memory [13:21] vogelc: do you have more details than that ? e.g. regiond.log and process list, etc [13:21] roaksoax: sure, I will get them posted to a paste bin [13:33] roaksoax: https://pastebin.com/sBG42Grk [13:34] roaksoax: We increased the memory on the vm to 24GB and it would still consume all the memory and kill the process. [14:05] vogelc: does a top or similar show what is utilizing cpu/memory ? [14:16] roaksoax: https://pastebin.com/97cchLQ8 [14:16] roaksoax: that is top and syslog output. I just issued a refresh in the web ui [15:38] roaksoax: would appreciate what actions we can take to debug why vogelc and I are seeing this. It's as if the system is queueing up load until memory runs out. How do we see what 'load' is going on internally? [16:25] roaksoax: listing nodes in webui takes a long time, and seems to stall at 500. never finishes 'loading' status. [16:27] roaksoax: if i refresh the page, shortly thereafter twistd3 consumes all memory and is killed by kernel. [16:27] within minutes [17:42] is there a way to query maas via cli and determine what kernel version is available for each option in maas? (something that does "Show me the kernel verision installed by 16.04-hwe") [18:00] ^^ I'd like to be able to easily determine exactly what version MAAS will install if I choose hwe vs hwe-edge (currently BOTH seem to be 4.13, but they often don't match up) [18:07] bladernr: what is the difference between hwe and hwe edge? [18:07] i know kvm vms work only with hwe ... but no idea what edge is [18:08] hwe is the current supported HWE kernel, -edge is the NEXT one coming [18:43] bladernr: there isn't a way to do it with MAAS however you could query apt which is where the kernel comes from [18:43] bladernr: e.g apt-cache policy linux-image-generic-hwe-16.04-edge shows its 4.13 [19:53] ltrager, thanks, that'll work. I was hoping for a MAAS Cli way to ask it about the things it's going to install, but that too works [21:05] Bug #1532286 changed: Postgresql-9.5 breaks MAAS [21:38] I'm trying to create a custom curtin preseed file and I've noticed that if I include "system_id" for the {node} it fails to pick the file up... I have to use the "hostname" instead. This doesn't match the documentation. [21:39] fail --> curtin_userdata_centos_amd64_generic_centos70_q6g3hd [21:39] work --> curtin_userdata_centos_amd64_generic_centos70_dell01-srv01 [21:41] The template naming doc is here: https://docs.ubuntu.com/maas/devel/en/nodes-custom