/srv/irclogs.ubuntu.com/2016/11/18/#maas.txt

PeteBBBusy channel :)01:17
Kildurin_any clue what could cause maas web UI to fail login repeatedly?04:09
mupBug #1531493 opened: MAAS 1.9.0 fails to detect storage for KVM instances <storage> <MAAS:Confirmed> <https://launchpad.net/bugs/1531493>09:40
mupBug #1642916 opened: [1.9] Unable to delete users with reserved IPs <landscape> <MAAS:New> <https://launchpad.net/bugs/1642916>10:34
mupBug #1639202 changed: Cannot enlist/commission machines in MAAS 2.1 with usb network adapter <sts> <MAAS:Invalid> <maas-images:New> <initramfs-tools (Ubuntu):New for chiluk> <linux (Ubuntu):Invalid> <https://launchpad.net/bugs/1639202>11:38
mupBug #1642960 opened: [wishlist] No info field for nodes marked broken <ui> <MAAS:New> <https://launchpad.net/bugs/1642960>13:35
lynxn0thello all, is there a plan to allow maas to deploy nodes with bridged interfaces? Actually it seems that only physical interfaces can be defined in webUI13:55
mupBug #1642960 changed: [wishlist] No info field for nodes marked broken <ui> <MAAS:New> <https://launchpad.net/bugs/1642960>14:35
jaceknhas anyone seen very slow tgt traffic beteween host being provisioned and rack controller?16:38
jaceknTFTP part works just fine with ~3MB/s but then MAAS starts using tgt which drops to 43k16:39
kikojacekn, suspect a NIC or switch port config issue?16:41
kikodo we have ethernet frame droppage? packet loss?16:41
jaceknkiko: no nothing like that. But that's normal I think, why would packet drop kick in for TGT but not TFTP or any other transfer?16:43
jaceknkiko: also we deploy boxes on the same physical host (iths KVM instance that I'm deploying) and they work fine16:43
kikojacekn, well, how can you tell it's tgt only?16:43
kikojacekn, ah, you have more traffic16:44
jaceknkiko: because I can see bandwidth graphs and console16:44
kikomy first guess was just based on the fact that a relatively low amount of data moves over dhcp+tftp16:44
jaceknkiko: yeah. 3MB/s (24Mbit/s) during tftp and then it drops significantly for tgt16:44
kikoso you could be getting enough to get the dhcp shake to work, and the kernel and initrd over..16:44
kikohow about an MTU mismatch?16:45
kikois all the traffic going out on the same NIC?16:45
jaceknboth ends on 150016:45
jaceknyeah same NIC16:45
kikodo you suspect tgt itself being problematic?16:45
kikoit's a bit of a crap daemon tbh16:45
kikoknown for leaks, hangs, etc16:45
jaceknstill I'd expect more than 46kbps and it is way faster in other places16:46
kikobut the recent version has been stable enough -- I think jason had some issues with it eating up memory in OIL occasionally but that's not been mentioned in the past 6 months16:46
kikono kidding16:46
kikowe've never had it be the problem16:46
kikothe symptom is that enlist/commission takes forever?16:46
jacekncommissioning was fine it's deployment that's taking forever16:47
jaceknhmm there are many retransmits, I wonder why16:48
kikohmm, that's interesting16:48
kikocommissioning and deployment use the same (smallish) image over tgt16:48
kikobut deployment of the OS also pulls the main image over HTTP16:48
kikowhich is usually not that small16:48
kikocould it be that the actual issue is HTTP, not tgt/iSCSI?16:48
jaceknI can't see any traffic on http16:49
kikothat can't be right..16:50
kikocurtin pulls images over http, I'm pretty sure -- roaksoax, mpontillo, newell?16:50
jaceknkiko: so are you saing that TGT is not needed for deployment?16:50
mupBug #1643001 opened: Moonshot iLO4 'Power HW address' prevent ipmitool from working <MAAS:Incomplete> <https://launchpad.net/bugs/1643001>16:50
kikojacekn, tgt is used to provide the ephemeral ubuntu environment, which is what curtin runs inside16:51
kikobut it's not used to provide the actual image curtin will write out16:51
jaceknkiko: so slow TGT would cause http traffic to not show up correct?16:52
kikowell16:52
kikoslow TGT would first mean that enlistment and commissioning would not work or be very slow16:52
kikothere is nothing special about the TGT aspect of deployment -- it runs in the same ephemeral environment as enlist/commission16:52
jaceknkiko: alright I'll keep digging16:53
jaceknthanks16:53
kikojacekn, is there a proxy or firewall issue?16:54
jaceknkiko: rack controller and boxes deployed have to be in the same subnet no? they certainly are in my case so no FW, just L2 between them17:16
mpontillokiko, I'm pretty sure we still use tgt to boot ephemeral and run curtin to deploy17:19
jaceknmpontillo: kiko: is it possible that commissioning uses trusty? That culd explain it - trusty initrd pulls commissionig image just fine (I've just recommissioned it was super quick). When I try to deploy xenial it's super slow17:30
jheggejacekn: you can choose to commission with trusty or xenial17:44
jaceknnice, I'll try that17:44
jheggewe've still been adding trusty image for more reliable commissioning and hoping that the need for trusty goes away17:45
jaceknjhegge: sorry how do you choose that? All I see is "Allow ssh", "Retein network" and "Retain storage" options17:45
jheggejacekn: Settings page17:46
brendandjacekn, it's a global setting, you can't set it for individual nodes17:46
jaceknbrendand: jhegge: hmm only 14.04 on the list, I'm on maas 1.9.417:46
brendandjacekn, you want to use xenial?17:47
jheggejacekn: you'll have to add the images, not sure how that works on 1.9.4....i'm on 2.017:47
brendandjacekn, select it from the Images tab17:47
jaceknjhegge: brendand: I have xenial images, I can deploy xenial. I wanted to try commissionig with xenial to confirm whether tgt slowness is somethign xenial specific17:48
brendandjacekn, so you have them but you can't choose to commission with it? hmmm. that might be the case17:48
jheggecan't recall 1.9 options, that was long ago and i only use the API now...17:50
jacekni could just increase juju bootstrap timeout and try again I guess17:50
brendandno i guess 1.9 can only commission with trusty17:54
brendandyou can however select a later kernel, if that will help17:54
brendandhwe-x will use the xenial kernel17:55
=== CyberJacob is now known as zz_CyberJacob
jaceknbrendand: the problem only happens when I deploy _xenial_, I wanted to commission with xenial to verify OS version is the root cause18:08
=== zz_CyberJacob is now known as CyberJacob
roaksoaxjacekn: you cannot commission with Xenial on 1.918:59
roaksoaxjacekn: 1.9 only supports trusty18:59
roaksoaxjacekn: you can use hwe-x if you need it though, but not xenial18:59
mupBug #1642996 opened: [2.1.1] 2.1.0 preseeds with '{{node_disable_pxe_data|escape.shell}}' cause a failed deployment if preseed wasn't upgraded on 2.1.1. <hwcert-server> <MAAS:New> <MAAS 2.1:New> <https://launchpad.net/bugs/1642996>20:09
kikojacekn, found anything else out?20:51
mupBug #1643057 opened: juju2 with maas 2.1.1 LXD containers get wrong ip addresses <landscape> <juju:New> <MAAS:New> <https://launchpad.net/bugs/1643057>21:09
mupBug #1573304 changed: [2.0b3] maas-provision causing connection refused with TFTP back-end <MAAS:Invalid> <https://launchpad.net/bugs/1573304>22:09
mupBug #1573400 changed: [2.0b3] maas-dhcp not started after enabling DHCP via CLI <MAAS:Invalid> <https://launchpad.net/bugs/1573400>22:09
mupBug #1573768 changed: [2.0b3] Can't change machine name when in 'New' state <MAAS:Invalid> <https://launchpad.net/bugs/1573768>22:09
mupBug #1558747 opened: [1.9.1] Deployment for IBM S822LC  8335-GTA  and S812L TN71-BP012 fails to boot local disk following  curtin install <blocks-hwcert-server> <oil> <curtin:Invalid> <MAAS:Confirmed for newell-jensen> <https://launchpad.net/bugs/1558747>22:33
spaokblake_r: heya22:35

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