[03:32] hello. we updated to 2.1 the other day. and now i am unable provision any new servers. trying to hunt down why [03:32] but we get a bunch of these rackd.log: 2016-11-15 03:29:03 [stderr#error] request to http://127.0.0.1:5240/MAAS/metadata/status/4y3h7n/latest failed. sleeping 32.: [03:33] sorry. regiond.log === CyberJacob is now known as zz_CyberJacob [11:18] Bug #1641913 opened: Feature Request - Add RAID based disk layout [13:37] /q/win 10 [15:14] hi, what would be correct CLI call to create a raid. I'm puzzled with what/how I need to specify list of block_devices and partitions. [15:14] # maas maas raids create 4y3h7s level=raid-1 block_devices=? partitions=? [15:15] lruslan: it is probably the ID of the block device for the machine [15:22] thanks roaksoax, I've tried but it fails: For example , here's list of block id's: maas maas block-devices read 4y3h7s| jq '.[] | select(.type=="physical")| .id' gives id's 14 and 15. [15:22] and when I run: maas maas raids create 4y3h7s level=raid-1 block_devices=14 parttions=81 [15:22] maas returns: {"block_devices": ["Select a valid choice. 14 is not one of the available choices."]} [15:23] lruslan: can you provide the whole output of 'block-devices read' [15:24] sure one moment [15:26] roaksoax : it's in gist https://gist.github.com/lruslan/13804aa48b19751463cc47c822b1ac05 [15:27] lruslan: "id": 14, "model": "Samsung SSD 850", "uuid": null, "partitions": [ [15:28] lruslan: seems disk id has partitions [15:28] lruslan: which may be the reason [15:30] yes it has - I want to create md0 on top of [/dev/sdb-part0, /dev/sda-part0], md1 on top of [/dev/sdb-part1, /dev/sda-part1] and so on [15:31] it works through web interface , but I can not get how to make maas cli to do the same [15:40] roaksoax , I've figured out, in my case with partitions only being part of the raid I don't have to specify "block_devices" at all: maas maas raids create 4y3h7s level=raid-1 partitions=80 partitions=84 name=md0 [15:40] thanks [15:41] lruslan: cool [17:34] Hi all. [17:35] Working on MAAS eval, going very well. Has come a long way in the last couple of years. Kudos to maas team. [17:35] on 2.1 [17:36] Looking for pointers to ubuntu core and coreos image import. Any guides/pointers to suggest? [17:40] bobwise, i don't think either of those are supported at the moment, certainly not by default [17:40] bobwise, did you read somewhere it was? [17:41] no, but there are ways to build/import your own images. For this to be a useful tool for us in needs to support more than the out of the box defaults. [17:41] "supported" vs "possible". [17:41] I need "possible" for the eval. [17:42] possible means poc [17:43] roaksoax, ^ ? [17:44] But, ubuntu core is minimum essential [17:44] there seemed to be some chitchat that the image builder was deprecated? [17:46] https://launchpad.net/maas-image-builder === frankban is now known as frankban|afk [18:44] would someone please help me figure these out? [18:44] 2016-11-14 19:52:26 [stderr#error] request to http://127.0.0.1:5240/MAAS/metadata/status/4y3h7n/latest failed. sleeping 2.: HTTP Error 503: Service Unavailable [18:44] service is running and accessible just fine from localhost and from remote hosts using the routable address [18:46] also stated getting unauthorized origin: http://. in apache logs. we did not have this error with 2.0/ [18:47] [wsgi:error] [pid 26264:tid 140497427437312] set get_jobs- in cache with expiration 10 [18:47] [wsgi:error] [pid 26264:tid 140497427437312] unauthorized origin: http:// [19:34] bobwise: /win 15 [19:34] err [20:10] Bug #1642033 opened: IPs with multiple names can corrupt DNS zone data [20:43] Bug #1642040 opened: [UI] No way to delete custom images from web UI in MAAS 2.1 [21:06] good afternoon. Would anyone be able to help me with the maas cli command to change the upstream DNS server? [21:06] it was fat-fingered during the install [21:08] bildz, maas maas set-config name=upstream_dns value=... [21:18] brendand: yeah i found it :) [21:18] thank you [21:32] Bug #1641171 changed: maas 2.1 fails deployment [21:41] Bug #1641171 opened: maas 2.1 fails deployment [21:44] Bug #1641171 changed: maas 2.1 fails deployment === zz_CyberJacob is now known as CyberJacob [23:41] Bug #1638404 changed: Incorrect networking config when multiple ipv6 addresses on an interface