[00:03] Also if I commission and allow ssh access, the drives are there.... [00:10] g3: cool, I'll track it [00:10] g3: thanks [00:15] g3: what server is this? HP Gen9 ? [00:18] supermicro [00:18] Bug #1660498 opened: ipv6 address in power parameters should not require [] [00:18] The unfortunately side effect is, it was working up until the weekend [00:19] I had deployed the servers many times while sorting out the subnet. [00:40] hey all, I'm trying to setup firewall rules for my MAAS server via IPTables and I'm wondering how MAAS is using iscsi? [00:40] do I need to open iscsi ports ? [00:40] using MAAS 2.1 btw [02:35] ping mpontillo? [02:35] babbageclunk: hi there [02:38] mpontillo: Hi! I'm trying to bootstrap juju to a kvm maas I have, but I needed to bump up the ram in the node I'm using as the controller. [02:39] mpontillo: How can I get maas to see the new ram amount? [02:41] mpontillo: Do I need to remove and recommission the machine? Or is there some easier way? [02:45] babbageclunk: recommissioning (without deleting it) /should/ work, but you can also use the API/CLI, such as "maas machine update memory=4096" [02:46] mpontillo: great, thanks! [02:46] np [07:24] Hi guys, is the commissioning time out configurable? [07:37] I'm emulating arm on x64, so vm is taking time while commissioning resulting into 'failed commissioning'. Any help will be much appreciated === frankban|afk is now known as frankban [08:42] good morning [08:42] Is it possible to start a live CD or in live mode via Maas? [08:43] I'd to not alter the content on the disk for inspection and debugging? [08:53] jlec__, you can boot in 'rescue mode' which loads an ephemeral image (that is similar to a live cd) [08:54] brendand: true :) I tried that before [08:54] thanks [09:22] Hello [09:23] How i can connect a network interface to a fabric using CLI ? [09:35] hachi, you can link it to a subnet - that subnet will be associated with a fabric [09:53] brendand thank you for your answer, do you mean using the cmd: [09:53] maas $maas_profile interface link-subnet $system_id........ [09:53] ? [09:56] hachi, you also need to specify the interface id and the parameters. but yeah [10:00] brendand thank you, i will update my script to include your recommendations and see how it goes [10:31] roaksoax: ok :) [10:31] but something else ? [11:30] Bug #1660589 opened: [Machine details page] In the interfaces list add parenthesis to the value Unconfigured for unconfigured Subnets [11:30] Bug #1660592 opened: [Machine details page] In the machine summary change the term Unassigned to (Unassigned) for when the owner has not been assigned [11:30] Bug #1660593 opened: [web UI] 2.2 DHCP Relay - Action 'disable dhcp' should be 'disable dhcp relay' [11:39] I am trapped in "Failed to exit rescue mode". What Can I do there? [12:07] solved [13:15] Bug #1660617 opened: unexpected string of length 1 [13:24] Bug #1660617 changed: unexpected string of length 1 [13:27] Bug #1660617 opened: unexpected string of length 1 [13:49] HI sameone already this error [13:49] Node commissioning failure - 'cloudinit' running config-ntp with frequency once-per-instance, in commissioning. I'm utilizing ubuntu 16.04 with MAAS Version 2.1.3 [14:01] thiagolib: smaybe your machi cannot access the archives to download ntp related stuff and configure it. [14:01] thiagolib: also see the actual log /var/log/maas/rsyslog///messages -> that should give you more detail of what failed [14:09] Bug #1660617 changed: unexpected string of length 1 [15:09] Bug #1660617 opened: unexpected string of length 1 === zz_CyberJacob is now known as CyberJacob [15:39] Bug #1660649 opened: [UX] Improve bulk actions - Break the Take action list with separator lines to improve the readability and discoverability of actions [17:29] roaksoax: Searching for the error in the messages file I found an excerpt saying that the file cc_ntp.py failed. [17:29] https://pastebin.ubuntu.com/23900491/ [18:29] thiagolib: #012Command: ['eatmydata', 'apt-get', '--option=Dpkg::Options::=--force-confold', '--option=Dpkg::options::=--force-unsafe-io', '--assume-yes', '--quiet', 'update']#012Exit code: 100#012Reason: -#012Stdout: ''#012Stderr: '' [18:29] Jan 31 14:49:55 BOOTSTRAP [CLOUDINIT] stages.py[DEBUG]: Running module timezone () with frequency once-per-instance [18:30] thiagolib: that is leading me to believe that it was an issue with the apt-get command === frankban is now known as frankban|afk [19:12] Bug #1660743 opened: [2.1.3] Incorrect warning message in WebUI that MAAS is not providing DHCP even though DHCP enabled [19:18] Fresh maas install, running into connection error 111 [19:18] MAAS Version 2.1.3+bzr5573-0ubuntu1 (16.04.1) [19:19] connection refused from any node trying to be provisioned up. Its a vanilla MAAS install [19:27] Bug #1660754 opened: Connection Error 111 [19:30] so newest versions of maas dont listen on 5240 on IPV4 [19:33] capncrunch4me: maas always listens on 5240 [19:34] roaksoax: strangely I see it on netstat as tcp6, not on tcp [19:35] capncrunch4me: can you do an "ip addr show | pastebinit" [19:36] capncrunch4me: and a "cat /etc/maas/regiond.conf | pastebinit" [19:36] http://paste.ubuntu.com/23901090/ [19:36] Bug #1660754 changed: Connection Error 111 [19:37] http://paste.ubuntu.com/23901092/ [19:37] capncrunch4me: hmm got an ipv4 address, very strange [19:37] capncrunch4me: and the maas_url is ipv4 based [19:37] capncrunch4me: try "sudo systemctl restart maas-regiond maas-rackd" then do a netstat to see if listening on ipv4 [19:37] lamont: ^ any thoughts? [19:38] hrmm [19:38] I dont want maas listening on public IP [19:38] I want it listening on all [19:39] nupe, tcp6 only [19:39] tcp6 0 0 :::5240 :::* LISTEN 7029/python3 [19:40] i think that's twisted's way of implementing things [19:40] capncrunch4me: lamont is our ipv6 expert so I will have to defer to him on why its choosing not to open a socket on tcp4 socket [19:41] on latest maas, how do I reconfigure IP without having to modify each config by hand? [19:41] I would prefer that it communicate over my private IP, versus public [19:42] Bug #1660754 opened: Connection Error 111 [19:47] capncrunch4me: sudo maas-rack config --help [19:47] sudo maas-region local_config_* [19:52] yeah, not sure what the local_config is [19:59] yeah, as is suspected there are waaaay too many bugs to use MAAS in production [19:59] we tried this with 1.8, 1.9 and now 2.1 [20:00] for instance, once you overcome one issue…like the IP address issue, then MAAS decides in commissioning to improperly report the impi address [20:01] is 2.0 more stable? [20:07] capncrunch4me: commissioning looks into the BMC and reports the IP address the BMC reports [20:10] well, it will pull IP [20:10] then it will release it [20:10] so I see BMC pull IP, I can ping that ip [20:10] then it stops responding [20:10] this isnt non-standard hardware [20:10] all HP general gear [20:10] DL380s [20:34] note that tcp6 means that it will accept connections from both ipv4 and ipv6 [21:01] hey roaksoax can I use the cli to erase a node? [21:02] a node that is in the ready state that is [21:02] Still addressing that no writable disks issue [21:10] g3: yes you can. You can do everything on the CLI [21:16] Bug #1657285 changed: [UI] When editing a commissioned interface, you need to do it twice for the changes to take effect. [21:35] roaksoax how do I do that? [21:35] maas erase NODE [21:40] Bug # changed: 1185164, 1304857, 1355813, 1462514 [21:40] Bug #1660810 opened: Clicking on username doesn't take me to the user page until I complete or skip the first use page [21:40] Bug #1660812 opened: Admins should be able to manage keys for other users === Vax is now known as Guest31505 [21:49] g3: maas machine delete [21:52] Bug # changed: 1394367, 1446916, 1449033, 1459889, 1459890 [21:52] Bug #1660819 opened: [2.1.3] webUI slows down to a crawl during windows image create [21:56] I'm thinking of erasing the disks on the node [21:57] So after poking through the code a bit. I think I tracked it down to line 122 in maasserver/storage_layout.py [21:58] As it thinkgs that there are no block_devices.. [22:03] That or line 175 in maasserver/storage_layout.py where it asserts that the boot_partition_table.table_type is a GPT partiton table. [22:03] As when I use an ubuntu live cd it things that the partition table is MS_DOS? [22:04] So I'll go in under rescue mode to poke around some more [22:07] ack [22:07] my thoughts exactly [22:11] Hmm yeah all of the partitions have a msdos Partition Table. Interesting [22:15] updatd the ticket [23:03] hmp