/srv/irclogs.ubuntu.com/2018/05/31/#maas.txt

=== lifeless_ is now known as lifeless
KingJTrying to create a bond through the web UI, but the bond mode dropdown is blank. Has anyone seen this before? Screenshot: https://imgur.com/a/0zPXc4S13:55
mupBug #1774422 opened: [2.5,2.4] Table to create a bridge is not formatted correctly <MAAS:New for deadlight> <MAAS 2.4:New for deadlight> <https://launchpad.net/bugs/1774422>14:04
mupBug #1774424 opened: [2.5, 2.4] Table to create a bond is not formatted correctly  <MAAS:Triaged by deadlight> <MAAS 2.4:New for deadlight> <https://launchpad.net/bugs/1774424>14:04
KingJHeh, either I have exceptionally good timing for asking about this or it was checked and confirmed.14:11
KingJI've no idea how, but I have once managed to trigger the UI to display it properly, but it was down to chance.14:11
roaksoaxKingJ: let me test14:14
KingJ(apologies, context was unclear - the bug that was just opened is my exact issue - wasn't trying to imply that anyone here was sugglish in replying!)14:15
roaksoaxKingJ: ah gotcha, yeah I can see the bond modes14:16
KingJHmm. I'm not sure why, but on a different machine I can see the modes - although the table headers are truncated as per https://launchpadlibrarian.net/372591728/2.5-create-bond-bug.png14:17
mupBug #1752687 changed: Quanta D52B-1U unable to PXE-boot in EFI mode <hwcert-server> <MAAS:Incomplete> <grub2-signed (Ubuntu):New> <https://launchpad.net/bugs/1752687>14:22
mupBug #1752687 opened: Quanta D52B-1U unable to PXE-boot in EFI mode <hwcert-server> <MAAS:Incomplete> <grub2-signed (Ubuntu):New> <https://launchpad.net/bugs/1752687>14:25
mupBug #1752687 changed: Quanta D52B-1U unable to PXE-boot in EFI mode <hwcert-server> <MAAS:Incomplete> <grub2-signed (Ubuntu):New> <https://launchpad.net/bugs/1752687>14:31
SupoI have been trying to deploy my first machines with Maas with no success. I'm able to commission and test the hardware but when it comes to deploy, it acquires it but releases it in 20 seconds.16:45
SupoHas anyone seen this before? am i missing something?16:45
roaksoaxSupo: have never seen that. SO you say when you click 'Deploy' it goes back to 'Ready' ?16:45
Supogown to acquired first and 20 seconds later goes to ready16:46
roaksoaxSupo: tail -f /var/log/maas/*.log and try again and see if something comes up16:47
roaksoaxSupo: i've never seen that happening before16:47
roaksoaxSupo: also, what version are you using ?16:47
Suporepeats this line 2018-05-31 16:20:31 maasserver.preseed: [warn] WARNING: '/etc/maas/preseeds/curtin_userdata' contains deprecated preseed variables. Please remove: main_archive_directory, ports_archive_directory, http_proxy16:47
roaksoaxSupo: yeah not a reason to fail actually, so you are good16:47
Supo2.4 beta216:48
Supoand this one 2018-05-31 16:20:53 maasserver.websockets.protocol: [critical] Error on request (385) machine.action: This transaction has already been attempted multiple times; giving up.16:48
roaksoaxSupo: try upgrading to 2.4.0 (final) first16:48
roaksoaxSupo: uhmmm yeah please upgrade to 2.4.0 (final) which was released yesterday16:48
roaksoaxSupo: and lets attempt16:48
Supook will do16:48
Supobeta2 still shows as the latest16:55
mupBug #1774058 changed: [2.4] Creating bcache partitions fails in some situations <cdo-qa> <cdo-qa-blocker> <cpe-onsite> <MAAS:Invalid> <MAAS 2.3:In Progress by blake-rouse> <MAAS 2.4:In Progress by blake-rouse> <https://launchpad.net/bugs/1774058>17:52
xygnalroaksoax: what version of cloud init needed for static ip on centos?18:08
mupBug #1774058 opened: [2.4] Creating bcache partitions fails in some situations <cdo-qa> <cdo-qa-blocker> <cpe-onsite> <MAAS:Invalid> <MAAS 2.3:In Progress by blake-rouse> <MAAS 2.4:In Progress by blake-rouse> <https://launchpad.net/bugs/1774058>18:10
mupBug #1774058 changed: [2.4] Creating bcache partitions fails in some situations <cdo-qa> <cdo-qa-blocker> <cpe-onsite> <MAAS:Invalid> <MAAS 2.3:In Progress by blake-rouse> <MAAS 2.4:In Progress by blake-rouse> <https://launchpad.net/bugs/1774058>18:17
supoafter upgrading to 2.4 still getting the following error when i try to juju bootstrap: Conflict error. Try your request again, as it will most likely succeed.19:19
roaksoaxsupo: ah, you are deploying with Juju, not directly with MAAS ?19:51
bdxroaksoax: is there an api call I can make to change the primary rack controller?19:57
bdxI think I almost have a successful upgrade19:57
bdxbut I'm hitting this https://www.dropbox.com/s/hp6jfrr5iapwhvk/Screen%20Shot%202018-05-31%20at%2012.55.44%20PM.png?dl=019:57
bdxI stopped all the services on my 2.3 region/rack and for some reason I con no longer ssh into it, I may have lost the node for the time being19:59
bdxbut my database migration worked19:59
bdxand 2.4 seems to be happy19:59
bdxother then the fact that it cant assume primary19:59
roaksoaxmaas $PROFILE vlan update $FABRIC_ID $VLAN_TAG dhcp_on=True \19:59
roaksoax    primary_rack=$PRIMARY_RACK_CONTROLLER19:59
bdxawesome, thanks20:00
bdxroaksoax: when I run that command20:06
bdx$ maas admin vlan update fabric-1 200 dhcp_on=True primary_rack=rxyyr620:07
bdx{"primary_rack": ["Select a valid choice. rxyyr6 is not one of the available choices."]}20:07
bdxshould I need to add it as a secondary ?20:07
roaksoaxbdx: not really20:08
roaksoaxbdx: try secondary_rack=''20:09
roaksoaxand see what happens20:09
roaksoax?20:09
bdxhttps://paste.ubuntu.com/p/VK2x89XbBj/20:09
bdxit doesn't look like the empty string had any affect20:10
roaksoaxbdx: i meant: primary_rack=rxyyr6 secondary_rack=''20:10
bdxok20:10
mupBug #1774495 opened: [2.5] Clicking on Zero of 15 ready for the default pools filters to undefined <resource-pools> <MAAS:Triaged> <https://launchpad.net/bugs/1774495>20:11
bdx$ maas admin vlan update 1 200 dhcp_on=True primary_rack=rxyyr6 secondary_rack=''20:11
bdx{"primary_rack": ["Select a valid choice. rxyyr6 is not one of the available choices."]}20:11
bdx$ maas admin rack-controllers read | pastebinit20:12
bdxhttp://paste.ubuntu.com/p/y9H6jN2hnV/20:12
bdxshows it to indeed be a rack controller20:12
roaksoaxbdx: is the rack controller on the vlan ?20:15
bdxyes20:15
roaksoaxbdx: look at the interface set, the 'vlan' is null20:16
bdxubuntu@maas-region-rack-01:~$ ping -I vlan.200 192.168.200.120:16
bdxPING 192.168.200.1 (192.168.200.1) from 192.168.200.11 vlan.200: 56(84) bytes of data.20:16
bdx64 bytes from 192.168.200.1: icmp_seq=1 ttl=64 time=0.207 ms20:16
bdx64 bytes from 192.168.200.1: icmp_seq=2 ttl=64 time=0.070 ms20:16
bdxooh20:16
bdxroaksoax: how can I change that ?20:18
roaksoaxbdx: check the interfaces of the rack controller and make sure they are correct, if not correct that20:24
mupBug #1774186 changed: curtin does not recognize / partition created in MAAS <cdo-qa> <cdo-qa-blocker> <cpe-onsite> <foundations-engine> <curtin:Triaged> <https://launchpad.net/bugs/1774186>20:32
bdxroaksoax: it looks like I added the vlan200 interface after I had installed maas21:39
bdxwhen I removed it, and reinstalled with the vlan200 interface pre-existing, I was able to get past the error21:39
bdxbut now another21:39
bdxroaksoax: https://imgur.com/a/yitXnRk21:40
bdxany idea on what I might do here?21:43
bdxcan I force the removal somehow?21:44
bdxit errors similarly from the cli21:44
bdx$ maas admin region-controller delete hhwcfn21:44
bdx{"pool": ["Can't assign to a resource pool."]}21:44
mupBug #1774529 opened: Cannot delete some instances of model 'Domain' because they are referenced through a protected foreign key <MAAS:New> <https://launchpad.net/bugs/1774529>22:17
roaksoaxbdx: you try to remove a region-controller and it tells you you can't assign to a resource pool ?22:43
bdxthats correct22:53
bdxat least my env is stable now to some degree22:56
bdxI need to rid that stale controller, but all the things seem to be working on the new 2.4 controller22:56
bdxminus the sync status22:56
bdxI'm thinking that will clear when I rid the old controller from the db22:57
bdxroaksoax: would you like me to compile a tar of logs for you for this?23:02
bdxhttps://paste.ubuntu.com/p/DBMXsdpYrr/23:07
bdxhere's the full regiond.log http://paste.ubuntu.com/p/wNCy8c4n2c/23:10
roaksoaxbdx: ok, so let me udnerstand this right. the controller you are trying to delete no longer exists23:14
roaksoaxbdx: the machine is gone one23:14
roaksoaxgone gone23:14
roaksoaxbdx: this is a region controller23:15
roaksoaxbdx: but when you try to delete it (i assume both api/ui) it throws you that error ?23:15
bdxroaksoax: exactly23:15
bdxits a region+rack23:16
roaksoaxbdx: could ytou please file a bug and attach that log e.g. "Trying to delete a region/rack that no longer exists, results in {'pool': ["Can't assign to a resource pool."]}'23:16
roaksoaxbdx: i wont be able to attempt to reproduce today23:16
roaksoaxbut will look into it tomorrow23:17
roaksoaxbut someone on my team will probably pick it up23:17
bdxsure thing23:17
bdxnp23:17
bdxgreat, thanks again23:17
mupBug #1774538 opened: Trying to delete a region/rack that no longer exists, results in {'pool': ["Can't assign to a resource pool."]} <MAAS:New> <https://launchpad.net/bugs/1774538>23:23

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