Friday, 2015-12-18

*** mikeoutland has quit IRC00:00
*** sirin has left #openstack00:00
*** leeantho has quit IRC00:02
*** ayoung has quit IRC00:03
*** rbak has quit IRC00:04
*** Guest87235 is now known as ioni00:04
*** chlong has joined #openstack00:04
*** ioni is now known as Guest432300:05
*** neilus has joined #openstack00:06
*** annegentle has quit IRC00:06
*** annegentle has joined #openstack00:06
*** alejandrito has quit IRC00:08
*** vishwana_ has quit IRC00:08
*** clopez has quit IRC00:08
*** ivar-lazzaro has quit IRC00:09
*** sturlry_ has quit IRC00:09
*** signed8bit has joined #openstack00:10
*** neilus has quit IRC00:11
*** annegentle has quit IRC00:11
*** signed8bit has quit IRC00:11
*** ivar-lazzaro has joined #openstack00:11
*** dcmorton has joined #openstack00:12
*** ivar-lazzaro has quit IRC00:12
*** dgurtner has quit IRC00:13
*** VW_ has joined #openstack00:13
*** ivar-lazzaro has joined #openstack00:13
*** fsimonce has quit IRC00:16
*** TinkerTyper has quit IRC00:16
*** annegentle has joined #openstack00:16
*** VW has quit IRC00:16
*** gildub has joined #openstack00:16
RageLtManAnyone around? im trying to hunt down a very odd neutron bug - machine can connect to another machine in the public network, but cant properly transfer data across the link. socket is open, reads from socket (HTTPS), but then hangs00:16
*** VW_ has quit IRC00:18
*** davideagle_ has joined #openstack00:18
*** ziggit has joined #openstack00:19
*** tom_simpson has joined #openstack00:20
*** aimon has quit IRC00:21
*** davideagle_ has quit IRC00:21
*** annegentle has quit IRC00:21
*** obedmr has quit IRC00:22
Sam-I-AmRageLtMan: what kind of network(s)00:22
*** aimon has joined #openstack00:24
*** signed8bit has joined #openstack00:25
*** krypto has joined #openstack00:27
*** walterheck has quit IRC00:27
*** sturlry has joined #openstack00:28
*** clopez has joined #openstack00:29
RageLtManSam-I-Am: its VXLAN00:29
RageLtManthe private nets are vxlan, and the public net here is also a vxlan (we have an outside public VLAN and an inside public vxlan)00:29
*** sturlry_ has joined #openstack00:30
*** blahRus has quit IRC00:30
*** agireud has quit IRC00:30
RageLtManICMP works, TCP socket connects, but appears to die establishing TLS context00:30
*** otter768 has joined #openstack00:30
*** kbringard has joined #openstack00:30
RageLtManboth hosts are behind different virtual routers, with security groups allowing all outbound, and inbound on the port being accessed for the machine being accessed00:30
*** sturlry_ has quit IRC00:30
*** sturlry_ has joined #openstack00:31
RageLtManwe know the service is ok because when its hit from the outside public net, it works just fine (its a chef server, so we'd know right quick if we couldn't provision)00:31
Sam-I-Amsounds like a mtu problem00:31
RageLtManwoof00:31
RageLtMandoes neutron not reconfigure MTU when it goes between networks?00:31
*** rbak has joined #openstack00:31
RageLtManbecause i think i DO have the client in an MTU 9K net, but the router should address that... no?00:31
Sam-I-Amnope00:32
RageLtMan(the physical MTU is 9134)00:32
RageLtManumm00:32
*** zhangjn has joined #openstack00:32
RageLtManthat seems like a major deviation from normal networking00:32
Sam-I-Ammtu needs to be end-to-end00:32
RageLtManso basically all VMs in a stack have to have the same MTU?00:32
*** signed8bit has quit IRC00:32
Sam-I-Amits always manually configured00:32
*** sturlry has quit IRC00:32
RageLtManwait a sec. how the hell does that work? we go through two NATs, aka L3 translations, so how could MTU stay the same as that's an L2 construct?00:33
Sam-I-Amwell, mtu doesnt NEED to be end-to-end, but if icmp messages to reduce it are blocked or not sent... no bueno00:33
Sam-I-Amquestion is, whats the mtu on all the bits between your VM and the nearest router?00:34
*** alop has quit IRC00:34
jf2i was gonna say the same thing. vxlan adds padding to the packet. i would think it would only fragment tho, making it less efficient, not hang00:34
*** Su7 has quit IRC00:34
RageLtManphysical MTU is 913400:34
*** salv-orl_ has quit IRC00:34
RageLtManclient VM (in its VXLAN) is 9k00:34
Sam-I-Amjf2: depends on some things00:34
RageLtManall physical MTUs are 9134 or whatever the max allowed by the networking hardware is (its over 9100)00:34
Sam-I-AmRageLtMan: the neutron parts00:35
*** sturlry_ is now known as sturlry00:35
Sam-I-Amis this ovs or lb?00:35
RageLtManovs00:35
RageLtManwhats lb?00:35
RageLtManload balance?00:35
Sam-I-Amlinuxbridge00:35
*** vivek-ebay has joined #openstack00:35
Sam-I-Amanother agent type. ovs uses a linuxbridge to implement secgroups anyway00:35
Sam-I-Amso you  have both00:35
RageLtManfrom what i can see neutron uses both, but its the ovs plugin00:35
*** agireud has joined #openstack00:36
RageLtManhmm, ok, so one subnet is set to 895000:36
Sam-I-Amyou need to check mtu vm -> linuxbridge -> br-int -> br-tun -> tunnelnet to node with l3 agent -> br-tun -> br-int -> br-???00:36
*** agireud has quit IRC00:36
*** VW has joined #openstack00:36
Sam-I-Amactually the last br-int goes into your router i think00:36
*** agireud has joined #openstack00:36
*** pratikmallya has joined #openstack00:37
RageLtManhmm00:37
*** Bey0ndB1nary has joined #openstack00:37
RageLtManthis is weird00:37
RageLtManall of the networks are showing 8950 in neutron - both the internal VXLAN and the intermediate public VXLAN00:38
*** RichardRaseley has quit IRC00:39
*** markvoelker has quit IRC00:39
*** VW has quit IRC00:40
*** chenli has joined #openstack00:41
*** clopez has quit IRC00:42
*** aimon has quit IRC00:43
*** Su7 has joined #openstack00:45
*** kkoski has quit IRC00:46
*** gaughen has quit IRC00:50
*** agireud has quit IRC00:51
Sam-I-AmRageLtMan: can you see what size frame the vm is trying to send, and where it gets stuck?00:51
RageLtManthe frames on all of these are 895000:54
RageLtManwhere it gets stuck is the confusing piece00:54
RageLtManman oh man do we need an integrated iface tracer in neutron00:55
*** markvoelker has joined #openstack00:55
*** clopez has joined #openstack00:55
RageLtManwalking the OVS+linux bridge veths and structures is like doing your own dental work (and i mean root canals or extractions, not the cleaning piffle)00:56
*** mikeoutland has joined #openstack00:57
*** amotoki has joined #openstack00:57
*** gaughen has joined #openstack00:57
*** djan has quit IRC00:57
jidarcan I switch keystone's PublicURL and AdminURL endpoint? Basically replace the config of the PublicURL with the AdminURL without it causing issues?00:58
*** weshay_xchat has quit IRC00:58
jidarso the URL for both Public/Admin would be just the Admin URL00:58
Sam-I-Amjidar: think so01:00
jidarI'd imagine one would usurp the other, but don't know for sure01:00
*** neilus has joined #openstack01:00
*** otter768 has quit IRC01:00
Sam-I-Amyou can tell which endpoint for your client to use01:01
Sam-I-Amor which endpoint for services to use when they talk to other services01:01
*** jonaspaulo has quit IRC01:02
*** donghao has joined #openstack01:02
jidarhmm, would keystone's PublicURL even offer the data for endpoint-list or user-list?01:02
jidarbecause the client by default wants to use the AdminURL for that info01:03
Sam-I-Amendpoints are public info01:04
Sam-I-Ambecause all things need them01:04
Sam-I-Amuser-list is not01:04
Sam-I-Amyou should be able to list public endpoints without any special creds01:04
jidarthat's weird, because it fails for me and trys to hit the AdminURL01:04
*** neilus has quit IRC01:05
jidar>Invalid OpenStack Identity credentials.01:05
*** Guest4323 is now known as ioni01:05
jidarvery goofy imho01:05
*** doug-fish has quit IRC01:05
*** ioni is now known as Guest1142901:05
jidarsame exports on a host that has all network access, bam no issues just returns the endpoint-list01:05
RageLtManand tracepath doesnt work in neutron?01:06
RageLtMannice01:06
jidareven ran a tcpdump to confirm01:06
Sam-I-AmRageLtMan: what?01:06
*** mtanino has quit IRC01:06
*** aorourke is now known as aorourke-afk01:06
*** mikeoutland has quit IRC01:07
RageLtManrunning tracepath between the hosts just gives lots of "no reply"01:07
RageLtManbetween the VMs01:07
Sam-I-Amwhat happens with ping using large packet sizes?01:07
*** Heidistein has quit IRC01:07
Sam-I-Amsome things like SSH like to enable DF on encryption handshakes01:08
Sam-I-Amso i assume TLS applies01:08
*** daemontool has quit IRC01:08
Sam-I-Ami've seen a lot of cases where people can ping stuff, http just fine... ssh/tls... dead.01:08
RageLtManthere we go01:09
RageLtMananything over ping -s 1472 fails01:09
RageLtManthere's a 1500 cap with 28 bytes added in somewhere01:09
*** ivar-lazzaro has quit IRC01:10
kysseping -M do -s 1472 targrt ip01:10
RageLtManoh great01:10
RageLtManit cant ping its own router at the MTU set on its interface01:10
RageLtManso in-subnet (single vxlan) i have some sort of problem01:10
Sam-I-Amprobably because there's a low mtu in the middle01:10
Sam-I-Amthere are a LOT of interfaces between your VM and the router01:10
RageLtManshouldnt neutron configure them all at the same MTU? kinda defeats the purpose otherwise :)01:11
*** koolhead17 has joined #openstack01:11
Sam-I-AmRageLtMan: what release is this?01:11
*** koolhead17 has quit IRC01:11
*** koolhead17 has joined #openstack01:11
RageLtMankilo01:11
Sam-I-Amehhhh01:11
Sam-I-Amsort of01:11
RageLtManin plugin.ini neutron has path_mtu set @ 9k01:12
RageLtMansort of?01:12
*** aossama has quit IRC01:12
Sam-I-Amthe spec was slowly implemented, but dont think it was completely done back then due to ... nova integration problem?01:12
RageLtManmanual config on a per-vm or network basis strikes me as the opposite of orchestration :)01:12
*** donghao has quit IRC01:12
Sam-I-Amwell, it requires coordination with nova because they plug things into neutron01:12
RageLtManballs.01:12
RageLtMank. so where does one start looking?01:12
RageLtManthe veth of the VM, the lxbr, then ovs on the nova node?01:13
Sam-I-Amthis is something i need to put on my list of stuff01:13
Sam-I-Amyep, all the pieces01:13
Sam-I-Amsee where its not what you told it01:13
*** aossama has joined #openstack01:13
*** Heidistein has joined #openstack01:13
RageLtManroger01:13
*** darrenc_afk is now known as darrenc01:13
RageLtMan:q01:14
*** s00pcan has quit IRC01:15
*** zhangjn has quit IRC01:17
*** aimon has joined #openstack01:17
*** achampion has quit IRC01:17
RageLtManthe lxbr pieces corresponding with the ID all show MTU of 6500001:17
*** zhangjn has joined #openstack01:18
kysse65000 sounds pretty high?01:18
RageLtManright?01:18
RageLtManbut they're not real NICs all veths and patches/bridges.01:18
kysseah01:19
kysseshow me your interface file or are you using ovs01:19
RageLtManovs01:19
*** ziggit has quit IRC01:19
RageLtManovs with vxlan01:19
kysseoh lord01:19
RageLtManplugin.ini is set to 9K mtu01:19
RageLtManbut i cant pass anything over 1472 (1500 with 28b pad)01:19
kysseans yoi switched your physical access ports too?01:20
kysseto 9k mtu01:20
*** ziggit has joined #openstack01:20
kysseand you*01:22
*** zhhuabj_ has quit IRC01:22
*** ziggit has quit IRC01:24
Sam-I-AmRageLtMan: you could also ping large and tcpdump along the path01:24
*** Cloudish_ has quit IRC01:24
Sam-I-Ammight be easier to isolate the problem01:24
Sam-I-Amalthough tcpdumping within ovs is a pain01:24
*** ParsectiX has joined #openstack01:25
*** ParsectiX has joined #openstack01:26
Sam-I-Amtime to locate dinner01:27
*** slowe has quit IRC01:28
kysseis it still running?01:28
kyssehappy hunting.01:29
*** Lee1092 has joined #openstack01:29
*** jrcloud has joined #openstack01:29
*** DavidDudson has joined #openstack01:31
*** asheesh_ has joined #openstack01:32
*** spartacloud has quit IRC01:33
*** jackburton has joined #openstack01:34
*** asheesh_ has quit IRC01:34
*** hanchao has joined #openstack01:35
*** donghao has joined #openstack01:35
*** Sucks has quit IRC01:35
*** X-Rob has joined #openstack01:37
*** vivek-ebay has quit IRC01:40
*** onlyanegg has quit IRC01:43
*** otter768 has joined #openstack01:44
*** JohnnyChou has joined #openstack01:47
*** icezimm has quit IRC01:47
*** achampion has joined #openstack01:49
*** rfolco has joined #openstack01:50
*** donghao has quit IRC01:50
*** agireud has joined #openstack01:51
*** donghao has joined #openstack01:52
*** zenoway has joined #openstack01:52
*** achampion has quit IRC01:53
*** neilus has joined #openstack01:54
*** woodard has joined #openstack01:56
*** zenoway has quit IRC01:57
*** neilus has quit IRC01:59
*** agireud has quit IRC01:59
*** kester___ has joined #openstack02:00
*** zhangjn has quit IRC02:00
*** phileas has quit IRC02:02
*** rfolco has quit IRC02:02
*** telnes_1 has quit IRC02:02
*** agireud has joined #openstack02:02
*** _cjones_ has quit IRC02:02
*** telnes_ has joined #openstack02:03
*** _cjones_ has joined #openstack02:03
*** pratikmallya has quit IRC02:04
*** tom_simpson has quit IRC02:04
*** phileas has joined #openstack02:04
*** penick has quit IRC02:05
*** Guest11429 is now known as ioni02:06
*** ioni is now known as Guest342402:06
*** MaxSan_ has left #openstack02:06
*** yamahata has quit IRC02:07
*** zenoway has joined #openstack02:07
*** agireud has quit IRC02:07
*** _cjones_ has quit IRC02:08
*** lucendio has quit IRC02:08
*** annegentle has joined #openstack02:09
*** Sucks has joined #openstack02:10
*** ivar-lazzaro has joined #openstack02:10
*** zenoway has quit IRC02:12
*** donghao has quit IRC02:14
*** mrjazzcat has quit IRC02:14
*** ivar-lazzaro has quit IRC02:15
*** ayoung has joined #openstack02:18
*** telnes_ has quit IRC02:18
*** yamamoto has joined #openstack02:21
*** rossella_s has quit IRC02:21
*** rossella_s has joined #openstack02:21
*** achampion has joined #openstack02:22
*** agireud has joined #openstack02:23
*** Marga_ has quit IRC02:23
*** Marga_ has joined #openstack02:23
*** fedgoat has quit IRC02:25
*** FallenPegasus has quit IRC02:28
*** pratikmallya has joined #openstack02:30
*** eghobo has quit IRC02:31
*** erkules has joined #openstack02:32
*** zenoway has joined #openstack02:33
*** yamamoto has quit IRC02:34
*** phd2 has quit IRC02:34
*** erkules_ has quit IRC02:34
*** gli has joined #openstack02:34
*** signed8bit has joined #openstack02:34
*** annegentle has quit IRC02:36
*** zenoway has quit IRC02:37
*** tom_simpson has joined #openstack02:37
*** woodard has quit IRC02:38
*** salv-orlando has joined #openstack02:38
*** chenli has quit IRC02:39
*** chenli has joined #openstack02:40
*** ashneo76 has joined #openstack02:40
*** signed8bit has quit IRC02:40
*** zhenq has quit IRC02:47
*** qg_ has joined #openstack02:48
*** fzdarsky_ has joined #openstack02:50
*** jf2 has quit IRC02:51
*** jcarter2 has joined #openstack02:51
*** fzdarsky|afk has quit IRC02:53
*** zhangjn has joined #openstack02:55
*** agireud has quit IRC02:57
*** zenoway has joined #openstack02:58
*** pratikmallya has quit IRC02:58
*** baoli_ has quit IRC02:59
*** loth has quit IRC02:59
*** marrusl has quit IRC02:59
*** JohnnyChou has quit IRC03:00
*** Johnnyci has joined #openstack03:00
*** Johnnyci has quit IRC03:01
*** lcurtis has quit IRC03:01
*** JohnnyCI has joined #openstack03:02
*** salv-orl_ has joined #openstack03:02
*** agireud has joined #openstack03:02
*** sanchitmalhotra has joined #openstack03:02
*** zenoway has quit IRC03:03
*** salv-orlando has quit IRC03:05
*** houming has joined #openstack03:05
*** Guest3424 is now known as ioni03:06
*** ioni is now known as Guest7313203:07
*** qg_ has quit IRC03:10
*** koolhead17 has quit IRC03:10
*** sturlry has quit IRC03:11
*** salv-orl_ has quit IRC03:11
*** cfarquhar has quit IRC03:12
*** metsuke has joined #openstack03:13
*** jckasper has joined #openstack03:13
X-RobI really wonder why I care about this project.03:14
*** links has joined #openstack03:14
*** amotoki has quit IRC03:15
*** jckasper has quit IRC03:17
*** eghobo has joined #openstack03:17
*** angdraug has quit IRC03:21
*** pravins has joined #openstack03:21
*** zenoway has joined #openstack03:22
*** saschpe has quit IRC03:22
*** Sucks_ has joined #openstack03:23
*** Sucks has quit IRC03:23
*** eghobo has quit IRC03:24
*** saschpe has joined #openstack03:24
*** yamamoto has joined #openstack03:27
*** zenoway has quit IRC03:27
*** borosky has joined #openstack03:32
*** tochi has quit IRC03:32
*** hdd has quit IRC03:33
*** broosky has quit IRC03:34
*** ParsectiX has quit IRC03:38
*** cemason has joined #openstack03:38
*** hyphenated has quit IRC03:39
*** gyee has quit IRC03:40
*** qg_ has joined #openstack03:40
*** neilus has joined #openstack03:42
*** annegentle has joined #openstack03:43
*** amotoki has joined #openstack03:43
*** cemason has quit IRC03:44
*** vsedelnik has joined #openstack03:45
*** dyasny has quit IRC03:45
*** deray has joined #openstack03:45
*** annegentle has quit IRC03:46
*** erkules_ has joined #openstack03:46
*** markvoelker has quit IRC03:47
*** sree has joined #openstack03:47
*** vsedelnik has quit IRC03:47
*** neilus has quit IRC03:47
*** erkules has quit IRC03:49
*** zhhuabj has joined #openstack03:50
*** vsedelnik has joined #openstack03:55
*** rahulait has joined #openstack03:55
*** zhhuabj has quit IRC03:56
*** zhangjn has quit IRC03:56
*** vsedelnik has quit IRC03:57
*** rushiagr_away is now known as rushiagr03:57
*** rushiagr is now known as rushiagr_away03:58
*** amotoki has quit IRC03:58
*** qg_ has quit IRC04:00
*** qg_ has joined #openstack04:00
*** changzhi has joined #openstack04:01
*** jckasper_ has quit IRC04:01
*** FallenPegasus has joined #openstack04:02
*** jckasper has joined #openstack04:02
*** koolhead17 has joined #openstack04:03
*** koolhead17 has quit IRC04:03
*** koolhead17 has joined #openstack04:03
*** tochi has joined #openstack04:04
*** SurajD has joined #openstack04:04
*** qg_ has quit IRC04:04
*** paulbernard_ has joined #openstack04:05
paulbernard_#scala04:06
*** hdd has joined #openstack04:06
*** tom_simpson has quit IRC04:06
*** jckasper has quit IRC04:07
*** kester___ has quit IRC04:07
*** obedmr has joined #openstack04:07
*** Guest73132 is now known as ioni04:07
*** ska has left #openstack04:07
*** ioni is now known as Guest9911604:07
*** paulbernard_ has quit IRC04:08
*** AaronJohn has joined #openstack04:08
*** koolhead17 has quit IRC04:11
*** koolhead17 has joined #openstack04:11
*** obedmr has quit IRC04:13
*** zhhuabj has joined #openstack04:13
*** Mudpuppy has quit IRC04:14
*** chenli has quit IRC04:14
*** vsedelnik has joined #openstack04:14
*** ju5t has joined #openstack04:14
*** kkoski has joined #openstack04:15
*** otter768 has quit IRC04:18
*** danieli has joined #openstack04:18
*** kkoski has quit IRC04:18
*** vivek-ebay has joined #openstack04:18
*** walterheck has joined #openstack04:20
*** aopincar has joined #openstack04:22
*** yeshacker has joined #openstack04:22
*** nehar has joined #openstack04:25
*** salv-orlando has joined #openstack04:26
*** aeperezt has quit IRC04:26
*** ivar-lazzaro has joined #openstack04:27
*** ivar-lazzaro has quit IRC04:27
*** sturlry has joined #openstack04:27
*** zhangjn has joined #openstack04:28
*** albertom has quit IRC04:28
*** zenoway has joined #openstack04:28
*** albertom has joined #openstack04:29
*** sturlry_ has joined #openstack04:30
*** salv-orlando has quit IRC04:30
*** chenli has joined #openstack04:31
*** sturlry has quit IRC04:31
*** amotoki has joined #openstack04:32
*** ju5t has quit IRC04:32
*** zenoway has quit IRC04:33
*** zhangjn has quit IRC04:33
*** neilus has joined #openstack04:37
*** vsedelnik has quit IRC04:37
*** pixelbeat_ has quit IRC04:38
*** neilus has quit IRC04:41
*** zhhuabj has quit IRC04:42
*** phd2 has joined #openstack04:42
*** Mudpuppy has joined #openstack04:44
*** ParsectiX has joined #openstack04:44
*** masco has joined #openstack04:45
*** aholler_ has joined #openstack04:45
*** takashi has joined #openstack04:46
*** markvoelker has joined #openstack04:47
*** yeshacker has quit IRC04:48
*** zhhuabj has joined #openstack04:49
*** aholler has quit IRC04:49
*** Mudpuppy has quit IRC04:50
*** esker has quit IRC04:52
*** Sucks_ has quit IRC04:52
*** markvoelker has quit IRC04:52
*** krypto has quit IRC04:54
*** bluedusk has joined #openstack04:55
*** hdd has quit IRC04:56
*** ParsectiX has quit IRC04:56
*** hdd has joined #openstack04:56
*** ParsectiX has joined #openstack04:56
*** ParsectiX has quit IRC04:57
*** woodard has joined #openstack04:57
*** ParsectiX has joined #openstack04:57
*** ParsectiX has quit IRC04:59
*** aleksandr_null has quit IRC05:00
*** metsuke has quit IRC05:00
*** vsedelnik has joined #openstack05:01
*** Cloudish_ has joined #openstack05:02
*** woodard has quit IRC05:02
*** mar-vin has quit IRC05:02
*** mar-vin has joined #openstack05:03
*** eghobo has joined #openstack05:03
*** emsomeoneelse has joined #openstack05:04
*** aleksandr_null has joined #openstack05:05
*** zenoway has joined #openstack05:05
*** vsedelnik has quit IRC05:05
*** brad_behle has quit IRC05:06
*** vivek-eb_ has joined #openstack05:06
*** hdd has quit IRC05:07
*** Guest99116 is now known as ioni05:08
*** ioni is now known as Guest1077805:08
*** zenoway has quit IRC05:10
*** vivek-ebay has quit IRC05:10
*** qg_ has joined #openstack05:13
*** Pinu has joined #openstack05:16
*** hichihara has quit IRC05:18
*** phd2 has quit IRC05:19
*** hybridpollo has quit IRC05:20
*** mkovarik has joined #openstack05:22
*** vijayagurug has joined #openstack05:22
*** githogori has quit IRC05:24
*** linuxgeek has joined #openstack05:26
*** mzee1000 has joined #openstack05:29
*** saurabh_ has joined #openstack05:29
*** ivan_mironov has joined #openstack05:31
*** SumitNaiksatam has joined #openstack05:31
*** Sucks has joined #openstack05:33
*** hdd has joined #openstack05:34
*** AaronJohn has quit IRC05:34
*** zalim has joined #openstack05:36
*** houming has quit IRC05:37
*** asheesh_ has joined #openstack05:40
*** julim has quit IRC05:41
*** asheesh_ has quit IRC05:41
*** Pinu has quit IRC05:43
*** annegentle has joined #openstack05:46
*** ksobkowiak has quit IRC05:48
*** markvoelker has joined #openstack05:49
*** annegentle has quit IRC05:50
*** yamahata has joined #openstack05:51
*** finisherr has joined #openstack05:53
finisherrble05:53
*** markvoelker has quit IRC05:54
*** aopincar has quit IRC05:56
RageLtManSam-I-Am: the bug i'm dealing with seems to be marked as "https://bugs.launchpad.net/neutron/+bug/1419069" and it looks like they've added ml2 fields for this. just tried to force everything up to 9K, service restarts didnt help though so trying to HUP the hosts themselves now05:57
openstackLaunchpad bug 1419069 in neutron "Network Performance Problem with GRE using Openvswitch" [Medium,Confirmed]05:57
*** amotoki has quit IRC05:57
*** yeshacker has joined #openstack05:57
*** qg_ has quit IRC05:57
*** qg_ has joined #openstack05:58
*** zenoway has joined #openstack05:58
*** FallenPegasus has quit IRC06:01
*** qg_ has quit IRC06:03
*** amotoki has joined #openstack06:03
*** zalim has quit IRC06:03
*** zenoway has quit IRC06:03
*** Sucks has quit IRC06:04
*** takashi has quit IRC06:04
*** phd2 has joined #openstack06:04
*** serverascode has quit IRC06:05
*** n1ftyn8_ has quit IRC06:05
*** sarcasticidiot has joined #openstack06:08
*** Guest10778 is now known as ioni06:09
*** aopincar has joined #openstack06:09
*** ioni is now known as Guest606806:09
*** Bhaskarakiran has joined #openstack06:09
*** n1ftyn8_ has joined #openstack06:11
*** FallenPegasus has joined #openstack06:11
*** asheesh_ has joined #openstack06:12
*** serverascode has joined #openstack06:14
*** gli has quit IRC06:14
*** groen692 has joined #openstack06:16
*** otter768 has joined #openstack06:18
*** linuxgeek has quit IRC06:19
*** asheesh_ has quit IRC06:20
*** rossella_s has quit IRC06:21
*** AmirBaleghi11112 has joined #openstack06:21
*** rossella_s has joined #openstack06:22
*** trifon has joined #openstack06:22
*** zenoway has joined #openstack06:23
*** otter768 has quit IRC06:23
*** BOKALDO has joined #openstack06:23
*** aopincar has quit IRC06:24
*** neilus has joined #openstack06:25
*** hdd has quit IRC06:25
*** gli has joined #openstack06:26
*** asheesh_ has joined #openstack06:27
*** zenoway has quit IRC06:27
*** coolsvap|away is now known as coolsvap06:27
*** asheesh_ has quit IRC06:28
*** asheesh_ has joined #openstack06:29
*** neilus has quit IRC06:29
*** asheesh_ has quit IRC06:30
*** muralis has joined #openstack06:32
*** trifon has quit IRC06:32
muralisHello06:32
muralisanyone here to help me with Cloudkitty06:32
*** githogori has joined #openstack06:33
*** rdas has joined #openstack06:33
*** Bhaskarakiran has quit IRC06:33
*** akrzos has quit IRC06:34
*** jrcloud has quit IRC06:34
*** akrzos has joined #openstack06:35
*** julim has joined #openstack06:35
*** trifon has joined #openstack06:36
*** grafuls has joined #openstack06:37
*** vivek-eb_ has quit IRC06:37
*** takashi has joined #openstack06:38
*** anubhaskar has joined #openstack06:38
*** neeti has joined #openstack06:40
*** asheesh_ has joined #openstack06:41
*** tonythomas has joined #openstack06:41
*** AnilV4 has joined #openstack06:41
*** groen692 has quit IRC06:43
*** groen692 has joined #openstack06:44
*** ivan_mironov has quit IRC06:44
*** asheesh_ has quit IRC06:45
*** zenoway has joined #openstack06:47
*** koolhead17 has quit IRC06:50
*** zenoway has quit IRC06:52
*** ChrisNBlum has quit IRC06:53
*** ChrisNBlum has joined #openstack06:53
*** tlian2 has joined #openstack06:53
*** gildub has quit IRC06:54
*** AmirBaleghi11112 has quit IRC06:55
*** zenoway has joined #openstack06:55
*** tlian has quit IRC06:55
*** zenoway has quit IRC06:56
*** anshul has joined #openstack06:57
*** zenoway has joined #openstack06:57
*** qg_ has joined #openstack06:59
*** AmirBaleghi11112 has joined #openstack07:01
*** julim has quit IRC07:01
*** salv-orlando has joined #openstack07:02
*** zenoway has quit IRC07:02
*** yaume has joined #openstack07:03
*** qg_ has quit IRC07:03
*** yaume has quit IRC07:03
*** groen692 has quit IRC07:03
*** tlian2 has quit IRC07:03
*** melmoth has joined #openstack07:04
*** amotoki has quit IRC07:04
*** groen692 has joined #openstack07:05
*** JRobinson__ has quit IRC07:05
*** phd2 has quit IRC07:06
*** hyphenated has joined #openstack07:06
*** alexschm has joined #openstack07:07
*** salv-orlando has quit IRC07:07
*** esker has joined #openstack07:07
eagles0513875morning Sam-I-Am  :)07:07
*** julim has joined #openstack07:08
*** Guest6068 is now known as ioni07:10
*** ioni is now known as Guest5384807:10
*** Bhaskarakiran has joined #openstack07:11
*** amotoki has joined #openstack07:12
*** esker has quit IRC07:12
*** asheesh_ has joined #openstack07:12
*** julim has quit IRC07:15
*** zhhuabj has quit IRC07:15
*** zhhuabj has joined #openstack07:18
*** neilus has joined #openstack07:19
*** scheuran has joined #openstack07:20
*** koolhead17 has joined #openstack07:21
*** _cjones_ has joined #openstack07:21
*** AmirBaleghi11112 has quit IRC07:22
*** neilus has quit IRC07:24
*** gildub has joined #openstack07:26
*** koolhead17 has quit IRC07:27
*** FallenPegasus has quit IRC07:29
*** eghobo has quit IRC07:30
*** fzdarsky_ is now known as fzdarsky07:30
*** zhhuabj has quit IRC07:32
*** jpena has joined #openstack07:35
*** e0ne has joined #openstack07:36
*** chlong has quit IRC07:37
*** ronis has joined #openstack07:38
*** vivek-ebay has joined #openstack07:38
*** Fenuks has joined #openstack07:39
*** rcernin has joined #openstack07:41
*** zhhuabj has joined #openstack07:42
*** walterheck has quit IRC07:43
*** vivek-ebay has quit IRC07:43
*** gfidente has joined #openstack07:47
*** gfidente has quit IRC07:47
*** gfidente has joined #openstack07:47
*** ivan_mironov has joined #openstack07:48
*** sarcasticidiot has quit IRC07:50
*** markvoelker has joined #openstack07:50
*** asheesh_ has quit IRC07:51
*** asheesh_ has joined #openstack07:54
*** ronis_ has joined #openstack07:54
*** nunchuck has quit IRC07:55
*** markvoelker has quit IRC07:55
*** ronis has quit IRC07:56
*** toscalix has joined #openstack07:58
*** AmirBaleghi11113 has joined #openstack08:00
*** rarcea_ has joined #openstack08:02
*** markus_z has joined #openstack08:02
*** sarcasticidiot has joined #openstack08:03
*** _cjones_ has quit IRC08:04
*** ju5t has joined #openstack08:05
*** maishsk_ has joined #openstack08:06
*** maishsk has quit IRC08:08
*** maishsk_ is now known as maishsk08:08
*** egonzalez has joined #openstack08:08
*** eagles0513875 has quit IRC08:08
*** AmirBaleghi11113 has quit IRC08:09
*** Guest53848 is now known as ioni08:11
*** ioni is now known as Guest7229208:11
*** SumitNaiksatam has quit IRC08:12
*** SumitNaiksatam has joined #openstack08:12
*** SumitNaiksatam has quit IRC08:13
*** neilus has joined #openstack08:13
*** SurajD has quit IRC08:14
*** jprovazn has joined #openstack08:15
*** zakora has joined #openstack08:15
*** JohnnyCI has quit IRC08:17
*** neilus has quit IRC08:18
*** SurajD has joined #openstack08:18
*** julien82 has joined #openstack08:19
*** otter768 has joined #openstack08:19
*** gli has quit IRC08:20
*** mkarpin has joined #openstack08:21
*** MarkBaker has joined #openstack08:22
*** mkarpin has left #openstack08:23
*** koolhead17 has joined #openstack08:23
*** Marga_ has quit IRC08:23
*** geaaru has joined #openstack08:24
*** Marga_ has joined #openstack08:24
*** otter768 has quit IRC08:24
*** sleviim has joined #openstack08:25
*** sleviim has left #openstack08:26
*** toscalix has quit IRC08:27
*** koolhead17 has quit IRC08:27
*** julien82 has left #openstack08:30
*** foxhunt_away is now known as foxhunt7208:32
*** shardy has joined #openstack08:33
*** gli has joined #openstack08:33
*** AmirBaleghi11113 has joined #openstack08:33
*** davi has joined #openstack08:34
*** davi has joined #openstack08:34
*** rarcea has quit IRC08:35
*** mvelten has joined #openstack08:35
*** manu95 has joined #openstack08:35
*** telnes_ has joined #openstack08:35
*** houming has joined #openstack08:36
manu95hi all a quick question this morning I have a lot of connection reset http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/openstack-nova-common-2015.1.1-1.el7.noarch.rpm: [Errno 14] curl#56 - "Recv failure: Connection reset by peer" , have you already got this ?08:37
*** chestack has quit IRC08:37
*** fsimonce has joined #openstack08:39
egonzalezhttps://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/openstack-nova-common-2015.1.1-1.el7.noarch.rpm08:40
*** vivek-ebay has joined #openstack08:40
egonzalezthe url you are looking is http08:40
egonzalezs/http/https08:40
*** pravins has quit IRC08:41
*** sarcasticidiot has quit IRC08:42
*** toscalix has joined #openstack08:42
*** DavidDudson has quit IRC08:43
*** vivek-ebay has quit IRC08:45
*** rooltak has joined #openstack08:45
*** pravins has joined #openstack08:46
*** erkules has joined #openstack08:46
*** rooltak has left #openstack08:47
*** erkules_ has quit IRC08:49
*** telnes_1 has joined #openstack08:50
*** walterheck has joined #openstack08:51
*** telnes_ has quit IRC08:52
*** erkules has quit IRC08:54
*** yaume has joined #openstack08:54
*** fhubik has joined #openstack08:55
*** koolhead17 has joined #openstack08:57
*** sarcasticidiot has joined #openstack08:58
*** vlaza has joined #openstack08:58
manu95I use yum that downnload through http , I have met many connection resetted by peer this morning I never had this behavior08:59
RageLtManhow do i figure out where traffic goes after br-int, and what the flow constraints are. all my physical interfaces and bridges are @ 9K MTU and i cant pass anything over 150008:59
*** hyphenated has quit IRC08:59
RageLtManexactly the sort of thing we couldn't deal with in cloudstack anymore :(08:59
*** qg_ has joined #openstack08:59
*** e0ne has quit IRC09:01
*** telnes_1 has quit IRC09:01
*** nunchuck has joined #openstack09:01
*** hyphenated has joined #openstack09:02
*** vijayagurug has quit IRC09:03
*** TwitchGG_ has quit IRC09:03
*** fredk has joined #openstack09:03
*** TwitchGG has joined #openstack09:04
*** qg_ has quit IRC09:04
*** Bhaskarakiran_ has joined #openstack09:05
*** Bhaskarakiran has quit IRC09:05
*** jiangvmk has joined #openstack09:05
*** derekh has joined #openstack09:05
*** pnavarro has joined #openstack09:06
*** neilus has joined #openstack09:08
*** neeti has quit IRC09:10
*** hardbot has joined #openstack09:10
*** mturpin has joined #openstack09:11
*** dizquierdo has joined #openstack09:11
*** Guest72292 is now known as ioni09:12
*** neilus has quit IRC09:12
*** Bhaskarakiran_ has quit IRC09:12
*** ioni is now known as Guest4215709:12
*** telnes_ has joined #openstack09:13
*** VW has joined #openstack09:14
*** bbcmicrocomputer has joined #openstack09:14
*** roylez has quit IRC09:15
*** vijayagurug has joined #openstack09:16
*** evidex has joined #openstack09:16
*** e0ne has joined #openstack09:16
*** coolsvap is now known as coolsvap|away09:17
*** VW has quit IRC09:18
*** sleviim has joined #openstack09:18
*** sleviim has left #openstack09:19
*** salv-orlando has joined #openstack09:20
*** salv-orlando has quit IRC09:20
*** salv-orlando has joined #openstack09:21
*** Free_maN has joined #openstack09:22
*** chenli has quit IRC09:22
*** NetHawk has joined #openstack09:22
*** davi has quit IRC09:23
*** racedo has joined #openstack09:23
*** Bey0ndB1nary has quit IRC09:24
*** jistr has joined #openstack09:25
*** RedW has quit IRC09:27
*** coolsvap|away is now known as coolsvap09:29
*** DavidDudson has joined #openstack09:29
*** changzhi has quit IRC09:31
*** RedW has joined #openstack09:33
*** teju has joined #openstack09:34
*** vexoon has joined #openstack09:34
*** e0ne has quit IRC09:35
*** amotoki has quit IRC09:35
*** dizquierdo has quit IRC09:35
*** joseppc has quit IRC09:35
*** gszasz has joined #openstack09:36
*** ronis__ has joined #openstack09:38
*** ronis_ has quit IRC09:38
*** amotoki has joined #openstack09:41
*** mcornea has joined #openstack09:42
*** dizquierdo has joined #openstack09:46
*** houming has quit IRC09:46
*** lucendio has joined #openstack09:46
*** TwitchGG has quit IRC09:47
*** nstrug has joined #openstack09:47
*** neeti has joined #openstack09:48
*** ndipanov has joined #openstack09:48
*** davi has joined #openstack09:50
*** davi has joined #openstack09:50
*** markvoelker has joined #openstack09:51
*** Cyberg has joined #openstack09:51
*** links has quit IRC09:54
*** markvoelker has quit IRC09:55
*** pixelbeat_ has joined #openstack09:57
*** amotoki has quit IRC09:58
*** tpsilva has joined #openstack09:59
*** gomarivera has quit IRC10:00
*** Cyberg has quit IRC10:00
tty00hi all10:01
*** esker has joined #openstack10:01
*** emsomeoneelse has quit IRC10:01
*** neilus has joined #openstack10:02
*** lucendio has quit IRC10:02
*** zhenguo has quit IRC10:02
tty00trying to run the command: add-apt-repository cloud-archive:liberty and got a traceback with the error message: Must be one of %(ca_names)s10:02
tty00anything you can help me with?10:02
*** KarlchenK has joined #openstack10:03
*** rushiagr_away is now known as rushiagr10:04
*** negronjl_ has quit IRC10:04
*** esker has quit IRC10:06
*** neilus has quit IRC10:06
*** links has joined #openstack10:07
*** DavidDudson has quit IRC10:08
*** marius_endian has joined #openstack10:10
*** Guest42157 is now known as ioni10:13
*** zhhuabj has quit IRC10:13
*** ioni is now known as Guest2065710:13
*** joseppc has joined #openstack10:13
*** LnL has joined #openstack10:13
*** finisherr has quit IRC10:14
*** gli has quit IRC10:15
jamespagetty00, hmm - can you make sure you have up-to-date software-properties-common?10:15
*** mzee1000 has quit IRC10:19
*** otter768 has joined #openstack10:20
*** rossella_s has quit IRC10:21
*** rossella_s has joined #openstack10:21
RageLtManRBD did something bad to every volume i backed up10:24
tty00i had big, fat, chips fingers10:25
*** otter768 has quit IRC10:25
tty00didn't change suite name in my preseed file... so it was a ubuntu 12.04 instead of a 14.04 ;D10:25
tty00sorry to bother you10:25
*** zhhuabj has joined #openstack10:26
*** manu95 has left #openstack10:26
*** lucendio has joined #openstack10:28
*** deray has quit IRC10:28
*** deray_ has joined #openstack10:28
*** deray__ has joined #openstack10:30
*** sree has quit IRC10:30
*** jiangvmk has quit IRC10:31
*** deray_ has quit IRC10:31
*** deray has joined #openstack10:32
*** fhubik has quit IRC10:35
*** deray__ has quit IRC10:35
*** trifon has quit IRC10:35
*** esker has joined #openstack10:37
*** davi has quit IRC10:39
*** e0ne has joined #openstack10:40
*** esker has quit IRC10:42
*** Bhaskarakiran_ has joined #openstack10:42
*** vivek-ebay has joined #openstack10:43
*** Diplomat has joined #openstack10:44
*** Madan1 has quit IRC10:44
*** Madan has joined #openstack10:45
*** vivek-ebay has quit IRC10:47
*** dizquierdo has quit IRC10:47
*** Mudpuppy has joined #openstack10:47
*** dgurtner has joined #openstack10:49
*** dgurtner has quit IRC10:49
*** dgurtner has joined #openstack10:49
*** saurabh_ has quit IRC10:51
*** ekarlso has quit IRC10:51
*** ekarlso has joined #openstack10:51
*** Mudpuppy has quit IRC10:52
*** blitz00 has joined #openstack10:52
*** blitz00 has quit IRC10:52
*** blitz00 has joined #openstack10:52
*** muralis has quit IRC10:53
*** beejee has joined #openstack10:54
*** yamahata has quit IRC10:55
*** neilus has joined #openstack10:56
*** hyphenated has quit IRC10:57
DiplomatHmm10:58
Diplomatopenstack hypervisor list10:58
DiplomatUnexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.10:58
*** davideagle_ has joined #openstack10:58
DiplomatInteresting.. nova stil has my server that i removed10:59
RageLtManAt least you get errors :). Ceph just ate a bunch of volumes. They mount fine in host OS but wont boot as a VM. Converting them to cinder images corrupts them even further. good god it this a clusterf...10:59
*** maishsk has quit IRC10:59
*** neilus has quit IRC11:00
Diplomatlol damn11:01
Diplomatyour name justifies itself11:01
*** hyphenated has joined #openstack11:01
*** hyphenated has quit IRC11:02
RageLtMangoes back to the days when ATI called their cards "rage pro" or what not and induced that sense in me. apparently permanently as i became a systems engineer...11:02
DiplomatI think yes, what I found is a bug.. but not a bug for that issue I'm having, but when I "removed" my hypervisor.. it didnt delete it from nova.compute_nodes table.. so there are 2 of them atm11:02
RageLtManwhats the scheduler think of this?11:02
DiplomatI think I'll wait for Sam-I-Am or whoever is more boss here and get approval of that bug report11:02
DiplomatAh.. a sysops11:03
Diplomathow much xanax you eat daily ?11:03
Diplomatlike cereal in the morning ?11:03
Diplomat:(11:03
RageLtManpure unadulterated hatred can go a long way, better than frosted flakes.11:04
Diplomathave you tried hitting it with a hammer ?11:04
RageLtManman, ceph really stuck it to me, with all its legs.11:04
Diplomatsometimes unexpected solutions work11:04
RageLtManif i have to drive to the datacenter to hit things with a hammer it shall be a mallet11:04
Diplomattrue11:05
*** nunchuck has quit IRC11:05
RageLtMansleep is required11:05
Diplomatone of the reasons why i didnt pick ceph was that cinder is built for openstack11:05
RageLtManwe have both11:05
Diplomatso im trying to be secure as possible :D11:05
RageLtManmultiple back-ends, ceph just did something stupid methinks11:06
RageLtMancouple of the OSDs needed repairs, got those done, everything ran, then after a reboot of the VMs they dont come up while others in ceph do.11:06
*** rfolco has joined #openstack11:06
RageLtManonly think i can think of is i forced a backup of those volumes while they were running (cinder doesnt seem to care when this is done) and now i'm boned.11:06
DiplomatI'm not happy at all that I had to DELETE FROM compute_nodes WHERE id= :(11:07
RageLtManTry cloudstack, you'll be a regular DBA in a week.11:07
*** tonythomas has quit IRC11:07
DiplomatI already am dba lol11:07
RageLtManthose bastards make even CLI monkeys like me remember the mouse fondly11:07
RageLtMancondolences11:07
Diplomatwith a fukin certificate :(11:07
* RageLtMan offers Diplomat cookie and half of my arsenic11:08
RageLtManHatef... is a team sport11:08
* Diplomat refuses and eats his bowl of xanax11:08
RageLtMancinder's image conversion procedures are a bit creepy.11:08
Diplomatwell.. my main profession is programming so I'm good11:08
Diplomatfun thing is11:09
*** davi has joined #openstack11:09
*** davi has joined #openstack11:09
Diplomatone day I was messing with cpanel.. it's mysql didnt want to boot because it couldnt write to /tmp after i created a "secure temp folder".11:09
DiplomatSo.. I fixed it and for some reason mysql was in read only mode..11:09
Diplomatno errors or notifications or anything11:09
Diplomatjust read only mode11:10
Diplomatand then i found that in mysql config.. i had one setting set to 111:10
Diplomatwhich set innodb to read only11:10
*** hyphenated has joined #openstack11:11
*** walterheck has quit IRC11:11
Diplomatactually i haven't researched openstack's storage stuff that much, so i dont know much about it.. but i have been working a lot with networking and nova11:12
RageLtMannetworking is another fun piece11:12
DiplomatI'm actually thinking about investing a bit for 10gbps switch and upgrade my server's nics to 10gbps11:12
RageLtManturns out you cant set MTU above 1400 on any VM since neutron doesnt actually regulate the entire network pipeline11:12
Diplomatyup11:13
Diplomati had mtu problems too11:13
RageLtMannot sure how to fix it11:13
RageLtManwe built this thing with 9K in mind11:13
Diplomatcheck dnsmaq11:13
Diplomatit regulates it11:13
Diplomatalso you have jumbo packets or wtf they are enabled ?11:13
*** coolsvap is now known as coolsvap|away11:13
RageLtManour NICs and switch run at 9100+11:13
*** Guest20657 is now known as ioni11:14
RageLtManneutron is set to 9k11:14
RageLtManwith VXLAN that should be about 905011:14
*** zhhuabj has quit IRC11:14
RageLtManVMs are set at 8950 just in case11:14
RageLtMancant pass anything over 1472 (28b pad to 1500)11:14
*** ioni is now known as Guest8067811:14
RageLtMantried setting every damned iface to 9k11:14
Diplomathm11:14
RageLtManeven on the nova node running the VM i never see ICMP over 1500 hit br-tun11:15
*** maishsk has joined #openstack11:15
RageLtMansomething local to the compute nodes is f'n me11:15
RageLtManwhile sorting that out i rebooted the cluster after reconfiguring neutron and now realize ceph hosed my VMs11:15
Diplomatbut compute nodes itself have that setting too11:15
RageLtMancompute node NICs are all 9k or higher11:16
Diplomatyes but does it shows in os ?11:16
RageLtManyes11:16
RageLtManas 9k11:16
RageLtManhost-to-host i can run 9126 all day11:16
Diplomati think network guys have worse job than dbas11:16
Diplomati wouldnt suggest becoming a network guy even to my enemy11:17
RageLtManinternally to a single host, through the mess of feces which is neutron's back-end, it fails to move the packets11:17
Diplomatare are using kilo ?11:19
RageLtManyeah11:19
Diplomatyou *11:19
Diplomathmm11:19
Diplomatovs ?11:19
RageLtManwith vxlan, yep11:19
RageLtManhow did you fix yours?11:19
Diplomati think you can use linuxbridge too, but someone smarter must confirm it11:19
RageLtManit uses that anyway11:19
RageLtManovs uses lb for sec groups11:20
Diplomatwell i did something with dnsmasq11:20
RageLtManapparently iptables dont work in ovs context11:20
Diplomati dont remember atm11:20
RageLtManhmm, shall look into it - likely you set DHCP options to reduce client MTU11:20
Diplomathold on11:21
Diplomathttp://docs.openstack.org/kilo/install-guide/install/apt/content/neutron-network-node.html11:22
Diplomat"To configure the DHCP agent"11:22
Diplomatthere's this 2. (optional)11:22
Diplomatthat worked for me11:22
RageLtManThanks, will try that next once i figure out how to get my data back11:23
Diplomatwhat happened to your data ?11:23
*** githogori has quit IRC11:23
Diplomati know you wrote already but i forgot and got confused11:24
Diplomat:D11:24
RageLtMandata seems to be there, rbd volumes are mountable, but i'm having to convert the RBD volumes in-place11:24
*** mquin is now known as evilmquin11:24
RageLtManhosts wont boot11:24
*** sleviim has joined #openstack11:24
RageLtManget stuck during init11:24
Diplomatany errors ?11:24
RageLtManjust hang11:25
*** githogori has joined #openstack11:25
*** AmirBaleghi11113 has quit IRC11:25
Diplomatdoes ceph has an irc channel ?11:25
Diplomatmaybe you could ask from there11:25
roziecloud init may set MTU 1500 by default11:25
*** AmirBaleghi11113 has joined #openstack11:26
rozieand both DBAs and network admins have normal jobs. admin like anything else11:27
RageLtManwhile i appreciate the solutions for getting VMs running on a small MTU. i didn't buy thousands of dollars of 10/40G network hardware to run 1400 bytes per frame. this is a really serious gap, and it seems all the stacks have cobbled-together-networking. NFV is really NFHack11:27
*** zhhuabj has joined #openstack11:27
DiplomatI wonder if I can set up just swift cloud... like 1 controller + N swift nodes11:27
rozieused to work as network admin ;)11:27
*** apahim has quit IRC11:27
Diplomatrozie: yes, they do have "normal" jobs, but networking can be ridiculously difficult11:27
rozieRageLtMan: what is MTU shown in VM?11:27
*** jengeb has joined #openstack11:27
RageLtMan895011:27
RageLtManany ping with -s above 1472 fails, not even seen in the nova node's br-tun11:28
*** davi has quit IRC11:28
rozieDiplomat: no, it's the same as sysadmin. of course sometimes strange things happen, but...11:28
DiplomatI'd rather be a sysadmin than a network dude :(11:28
RageLtManmanually forcing all the NICs and bridges to MTU of 9K doesnt help. there's some silly veth or vxlan port, or something using the wrong MTU11:28
rozieif hardware is OK, it's nothing unusal11:28
roziethe fun begins, when there's a problem in hardware11:29
DiplomatI'm not sure if being a web designer is worse than being a networking admin.. I still have to think about it, but being a web designer is as bad as being net admin11:29
rozieof course no way to debug, as this is closed source11:29
*** mixomathoze_i_ has joined #openstack11:29
*** neeti_ has joined #openstack11:30
rozieRageLtMan: what's MTU on the other interfaces? bridges etc.11:30
DiplomatI think it's the best to be a programmer.. it's easy and it wont be affected by external problems + if it's done it's done (software is never done.. it's just when you print text then it prints text not upgrades nic drivers)11:31
RageLtManall 9k11:31
RageLtManeverything that takes an mtu parameter has been set to 9k11:31
RageLtManits in the OVS somewhere :(11:31
RageLtMani still cant quite figure out how data goes from the lx bridge into the appropriate tunnel from the ovs patch11:31
DiplomatI remember when Sam-I-Am warned be of OVS.. good old days11:31
rozieis it testing environment?11:31
RageLtManno11:32
*** vicious has quit IRC11:32
RageLtManthis went prod a few weeks ago and now that we have prod data in here ceph ate it11:32
RageLtManvms are now stuck at mounting root file system and giving me the finger11:32
*** neeti has quit IRC11:32
rozieI'd try to test it step by step11:32
Diplomatbut shouldnt there be a timeout when mounting ?11:32
rozieassing IPs on bridges on both ends etc.11:32
RageLtMani suppose there will be, its responsive, just stuck11:32
Diplomatmaybe it's related to that networking issue ?11:33
RageLtManrozie: did that, doesnt pass traffic between hosts that way. direct host-to-host i can do > 9K just fine11:33
roziebut not sure if it's safe in production environment11:33
*** Free_maN has quit IRC11:33
roziecan you paste ip a output from both tunnel ends?11:34
Diplomatthe reason why im thinking that its related to networking is that.. when you have mtu issues things are not coming through (i dont know ceph is connected in kilo), but it's possible11:35
Diplomatmy stuff just hanged there too.. no timeouts or anything just sit there11:35
*** pravins has quit IRC11:35
*** sanchitmalhotra has quit IRC11:36
RageLtManhmm. now bringing images from ceph into cinder causes "no bootable device"11:36
RageLtManwe may be boned11:36
Diplomatcan you somehow upgrade to liberty ?11:37
Diplomati found liberty to be much easier to manage than kilo11:37
*** githogori has quit IRC11:37
RageLtManThis is fuel-deployed so unlikely11:37
*** amotoki has joined #openstack11:38
rozieOTOH when I performed tests (OK, rsync/scp) MTU had very little effect11:39
rozieI mean change from 1500 to 9k11:39
rozieeverybody tells it's important and has huge inpact on performance, but in practice it was barely visible11:41
*** nehar has quit IRC11:41
*** asheesh_ has quit IRC11:41
RageLtManrozie, some high performance UDP use cases would beg to differ :)11:41
*** Bhaskarakiran_ has quit IRC11:42
*** sleviim has left #openstack11:43
*** ade_b has joined #openstack11:43
*** pravins has joined #openstack11:44
RageLtMani see. the image conversion doesnt realize that in ceph the blocksize is 512 and in our cinder LVM its 4k11:44
*** rahulait has quit IRC11:44
RageLtManwasnt an issue prior though, so kind of confused11:45
*** githogori has joined #openstack11:45
*** asheesh_ has joined #openstack11:46
*** amotoki has quit IRC11:46
Diplomathow are you mounting them11:47
Diplomaton boot or after boot ?11:47
*** rotbeard has joined #openstack11:48
RageLtManthese are OS volumes11:48
RageLtManconverting from ceph image to cinder now corrupts the block device11:48
RageLtManwhen i mount the rbd it shows 512/512, our cinder runs as 4096/8192 (4K native)11:48
*** salv-orlando has quit IRC11:49
*** esker has joined #openstack11:49
*** ramonskie has joined #openstack11:49
RageLtManhow do you create a cinder volume specifying block size? disk_utils.py seems to include blocksizing11:50
*** links has quit IRC11:50
*** neilus has joined #openstack11:50
Diplomatohhh you are converting them to cinder11:51
Diplomati need more coffee11:51
Diplomatyou are using them for glance right ?11:51
*** markvoelker has joined #openstack11:51
*** esker has quit IRC11:54
*** bvandenh has joined #openstack11:54
*** sleviim has joined #openstack11:54
*** sleviim has left #openstack11:55
*** neilus has quit IRC11:55
*** teju has quit IRC11:55
RageLtManceph backs glance, and is a backing DS for volumes too (multi-back-end)11:55
RageLtManour iSCSI is rather optimized under cinder, and looks like openstack doesnt know about block sizing. its making partitions much larger than the volume.11:55
*** gildub has quit IRC11:55
*** markvoelker has quit IRC11:56
RageLtManevery basic tunable is massively broken - disk block sizing, MTU... wonder how many openstack engineers learn to fly off of bridges :)11:56
*** ju5t has quit IRC11:56
RageLtMani need a break, hopefully sam will be back soon and possibly point me to a solution or a proper bridge.11:57
*** tochi has quit IRC11:58
Diplomathe should be online n about um.. 4 hours or so11:58
Diplomathe's online usually around 17:00-18:00 my time and it's 13:5911:59
*** ju5t has joined #openstack11:59
ramonskieim currently on flatdhcp and i'm out of ips some told me here https://ask.openstack.org/en/question/86234/flatdhcpmanager-out-of-static-ips/?answer=86385#post-id-86385 that i can migrate to vlan manager12:00
ramonskieany can help me with this?12:00
ramonskieor maby other options12:01
*** baoli has joined #openstack12:02
*** AmirBaleghi11114 has joined #openstack12:02
*** AmirBaleghi11113 has quit IRC12:02
*** baoli has quit IRC12:03
*** masco has quit IRC12:03
*** flaviof has quit IRC12:03
*** baoli has joined #openstack12:04
*** walterheck has joined #openstack12:04
*** yaume has quit IRC12:05
*** etacsufbo has joined #openstack12:05
*** uranellus has quit IRC12:05
*** baoli has quit IRC12:05
*** links has joined #openstack12:06
*** two_oes has joined #openstack12:07
*** zenoway has joined #openstack12:07
*** yamamoto has quit IRC12:07
*** rarcea has joined #openstack12:07
*** Guest21 has joined #openstack12:08
*** evilmquin is now known as mquin12:09
*** racedo has quit IRC12:10
*** tonythomas has joined #openstack12:11
*** asheesh_ has quit IRC12:11
*** rbak has quit IRC12:14
*** zhhuabj has quit IRC12:14
*** Guest80678 is now known as ioni12:15
*** ioni is now known as Guest8543312:15
*** links has quit IRC12:16
*** gfidente is now known as gfidente|lunch12:16
*** julim has joined #openstack12:17
*** racedo has joined #openstack12:17
*** hyphenated has quit IRC12:18
*** ade_b has quit IRC12:18
*** otter768 has joined #openstack12:21
RageLtManWell, at least my data isnt gone, but VMs apparently can't find their root disk. mounting the RBD directly shows the right uuid in blkid.12:22
RageLtManALERT!  /dev/disk/by-uuid/7683e12a-b09c-46fb-8083-a01afa77e356 does not exist.  Dropping to a shell!12:22
*** ade_b has joined #openstack12:22
*** Romik has joined #openstack12:23
*** jero has quit IRC12:24
*** BOKALDO has quit IRC12:24
*** esker has joined #openstack12:25
*** BOKALDO has joined #openstack12:25
*** Guest6359 has joined #openstack12:25
*** etacsufbo has quit IRC12:26
*** otter768 has quit IRC12:26
*** spartacloud has joined #openstack12:27
*** zhhuabj has joined #openstack12:27
*** salv-orlando has joined #openstack12:28
*** ade_b has quit IRC12:30
*** esker has quit IRC12:30
*** mzee1000 has joined #openstack12:33
*** rdas has quit IRC12:34
*** rgogunskiy has joined #openstack12:37
*** baoli has joined #openstack12:38
*** baoli has quit IRC12:38
*** baoli has joined #openstack12:38
*** asmodai has quit IRC12:39
*** asmodai has joined #openstack12:39
*** rushiagr is now known as rushiagr_away12:39
*** iota_pi has quit IRC12:41
*** jprovazn has quit IRC12:41
*** Cloudish_ has quit IRC12:42
*** AmirBaleghi11115 has joined #openstack12:42
*** AmirBaleghi11114 has quit IRC12:42
*** dgurtner has quit IRC12:43
*** iota_pi has joined #openstack12:44
*** vivek-ebay has joined #openstack12:45
*** deepy has left #openstack12:45
*** yamamoto has joined #openstack12:46
*** kylek3h has quit IRC12:47
*** sanghai has joined #openstack12:47
*** flaviof has joined #openstack12:48
*** Cloudish has joined #openstack12:48
*** asheesh_ has joined #openstack12:48
*** eagles0513875 has joined #openstack12:49
eagles0513875hey all12:49
eagles0513875hey Sam-I-Am12:49
*** vivek-ebay has quit IRC12:50
*** nstrug has quit IRC12:51
*** asheesh_ has quit IRC12:52
*** markvoelker has joined #openstack12:52
*** asheesh_ has joined #openstack12:52
*** dt23 has joined #openstack12:55
tty00hi! it's me again :) i follow http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-install.html and got the error message 'No handlers could be found for logger "oslo_config.cfg"' when i run su -s /bin/sh -c "keystone-manage db_sync" keystone12:56
*** hanchao has quit IRC12:56
*** dgurtner has joined #openstack12:56
*** dgurtner has quit IRC12:56
*** dgurtner has joined #openstack12:56
tty00the returncode is 0, can i trust the command is working as expected? what can i do to remove the informational message?12:57
*** markvoelker has quit IRC12:57
*** jckasper has joined #openstack12:57
*** shiriru has joined #openstack12:59
*** Isotopp has quit IRC13:00
*** qg_ has joined #openstack13:01
*** esker has joined #openstack13:01
*** Isotopp has joined #openstack13:01
*** Isotopp has quit IRC13:01
*** Isotopp has joined #openstack13:01
*** jckasper has quit IRC13:02
*** tkramer has joined #openstack13:02
*** jckasper has joined #openstack13:03
*** maishsk has quit IRC13:04
*** yamamoto has quit IRC13:04
*** hippiepete has joined #openstack13:05
*** EricGonczer_ has joined #openstack13:05
*** maishsk has joined #openstack13:05
*** qg_ has quit IRC13:05
*** esker has quit IRC13:06
*** AmirBaleghi11116 has joined #openstack13:06
*** AmirBaleghi11115 has quit IRC13:07
*** jckasper has quit IRC13:07
*** civillian has quit IRC13:07
*** salv-orlando has quit IRC13:07
*** civillian has joined #openstack13:08
*** mcornea has quit IRC13:08
*** baoli_ has joined #openstack13:08
*** yamamoto has joined #openstack13:09
*** yamamoto has quit IRC13:09
*** EricGonczer_ has quit IRC13:10
*** shardy has quit IRC13:10
*** baoli has quit IRC13:11
*** maveric7911 has joined #openstack13:11
*** shardy has joined #openstack13:12
*** lborda has joined #openstack13:13
*** GLOSS has joined #openstack13:15
GLOSShttp://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 !!! EARN MONEY REALLY QUICK - FREE REGISTARTION - NO SCAM - REAL MONEY - ALL YOU NEED TO DO IS REGISTER FOR FREE AND SHARE YOUR LINK !! READ UP ON IT AND FIND OUT FOR YOURSELF !!13:15
GLOSSHAVE A BLESS DAY !!13:15
*** GLOSS has quit IRC13:15
*** Guest85433 is now known as ioni13:16
*** kellyp_ has joined #openstack13:16
*** kellyp has quit IRC13:16
*** ioni is now known as Guest492313:16
*** Fenuks has quit IRC13:17
*** mestery has quit IRC13:18
*** erkules has joined #openstack13:18
*** AnilV4 has quit IRC13:19
*** eagles0513875 has quit IRC13:19
*** EricGonczer_ has joined #openstack13:20
*** mestery has joined #openstack13:21
*** neeti_ has quit IRC13:21
*** sarcasticidiot has quit IRC13:23
*** maishsk_ has joined #openstack13:23
*** maishsk has quit IRC13:23
*** maishsk_ is now known as maishsk13:23
*** pradk has joined #openstack13:24
tty00is it possible to use the old v2 api version in liberty keystone?13:24
*** links has joined #openstack13:25
egonzaleztty00: yes, for example rdo packstack uses v2 by default13:26
*** changzhi has joined #openstack13:27
*** GLOSS has joined #openstack13:27
GLOSShttp://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 http://theyouthcash.com/?ref=22741 !!! EARN MONEY REALLY QUICK - FREE REGISTARTION - NO SCAM - REAL MONEY - ALL YOU NEED TO DO IS REGISTER FOR FREE AND SHARE YOUR LINK !! READ UP ON IT AND FIND OUT FOR YOURSELF !!13:28
GLOSSHAVE A BLESS DAY !!13:28
*** GLOSS has left #openstack13:28
*** jmckind has joined #openstack13:28
tty00egonzalez: cool13:28
*** rushiagr_away is now known as rushiagr13:28
*** renatoarmani has joined #openstack13:29
*** anubhaskar has left #openstack13:29
*** renatoarmani has quit IRC13:29
*** yamamoto has joined #openstack13:32
*** thumpba has joined #openstack13:32
tty00let's say i have 5-6 nodes in my openstack PoC, is it wise to setup (image|dashboard|block storage|object storage|orchestration|telemetry) service on the controller node and use a dedicated node for networking and the rest for computing?13:33
tty00or should i split all services except for computing on node1 and 2?13:33
*** erolozcan has joined #openstack13:35
*** jguy_ has joined #openstack13:36
*** jpena is now known as jpena|lunch13:36
*** esker has joined #openstack13:37
jguy_Running into a problem in Liberty on Ubuntu 14.0413:37
*** neilus has joined #openstack13:37
jguy_When I try to launch an instance, it errors, and the only thing in the nova-api log is “Lazy-loading `fault' on Instance” and “Policy check for os_compute_api:os-hide-server-addresses failed with credentials"13:39
ramonskietty00: that depends on what you want to achive with your poc13:39
*** marius_endian has left #openstack13:39
jguy_I just followed the Liberty guide13:39
*** asheesh_ has quit IRC13:39
jguy_Really just want to see it working.13:40
jguy_I have used Kilo and Icehouse.13:40
jguy_this is my first time trying to build a Liberty setup13:40
jguy_I assume it is a misconfig or communication issue, but the errors are not really very telling.13:41
*** jckasper has joined #openstack13:41
*** asheesh_ has joined #openstack13:41
*** jckasper has quit IRC13:41
*** jckasper has joined #openstack13:41
*** esker has quit IRC13:41
*** electrofelix has joined #openstack13:43
*** sree has joined #openstack13:43
*** neilus has quit IRC13:43
Sam-I-AmRageLtMan: figure it out?13:43
*** asheesh_ has quit IRC13:44
*** SurajD has quit IRC13:44
*** jaypipes has joined #openstack13:44
*** tkramer has quit IRC13:45
*** SurajD has joined #openstack13:46
*** doug-fish has joined #openstack13:47
*** sree has quit IRC13:47
*** changzhi has quit IRC13:47
*** e0ne has quit IRC13:48
*** kkoski has joined #openstack13:48
*** evidex has quit IRC13:48
*** asheesh_ has joined #openstack13:48
*** tserong has quit IRC13:49
*** dgurtner has quit IRC13:49
*** dgurtner has joined #openstack13:49
*** dgurtner has quit IRC13:49
*** dgurtner has joined #openstack13:49
*** alaski is now known as lascii13:49
*** e0ne has joined #openstack13:50
*** Oi_Scout has joined #openstack13:50
*** piet has joined #openstack13:52
*** kkoski has quit IRC13:52
*** scheuran has quit IRC13:53
*** DrBacchus has joined #openstack13:53
*** links has quit IRC13:54
*** apahim has joined #openstack13:55
*** evidex has joined #openstack13:56
*** rbowen has quit IRC13:57
*** cooldharma06 has quit IRC13:57
*** davi has joined #openstack13:58
*** davi has joined #openstack13:58
*** ikcerog has joined #openstack13:59
*** tserong has joined #openstack14:00
*** sleviim has joined #openstack14:02
*** mkovarik has quit IRC14:02
*** cfh has joined #openstack14:02
*** choirboy has joined #openstack14:02
*** sree has joined #openstack14:03
*** alexsch__ has joined #openstack14:03
*** ccie64dd has joined #openstack14:03
*** sleviim has left #openstack14:03
*** manu95 has joined #openstack14:04
*** fultonj has joined #openstack14:04
*** alexschm has quit IRC14:05
*** weshay_xchat has joined #openstack14:05
*** visbits has joined #openstack14:05
manu952015-12-18 14:29:53.265 3096 INFO nova.api.openstack [req-8ddd6c9a-57db-4467-b000-149a01da8d8e 242277d630774be9876eaf4d9ea67d3b 6d7a5a3a46ed4937a067f9d902fb7459 - - -] http://contro14:05
manu95ller:8774/v2/6d7a5a3a46ed4937a067f9d902fb7459/servers returned with HTTP 50014:05
visbitslooking at the liberty guides they went from OVS to Linux Bridge.. any reason for that or just whoever updated the guides preference?14:05
*** kindjal has joined #openstack14:05
*** yeshacker has quit IRC14:05
manu95when I launch an instance , dashboard return an HTTP 500 error whilst all services are up and running between my nodes if anyone could advise14:06
visbitsreview your logs14:06
*** uranellus has joined #openstack14:07
*** tlian has joined #openstack14:07
*** davi has quit IRC14:07
*** dyasny has joined #openstack14:08
manu95I do14:09
visbitswell your logs will tell you more than anything14:10
*** bdemers has joined #openstack14:10
visbitsid start with your apache httpd error log if thats where your seeing the 50014:10
manu95Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500)14:10
*** pkennedy has joined #openstack14:12
*** vlaza has quit IRC14:12
*** etacsufbo has joined #openstack14:12
visbitsthats not a useful error14:12
visbitslook at /var/log/httpd/error_log14:12
visbitson your dashboard server14:12
*** esker has joined #openstack14:13
manu95this is the erro found on /var/log/httpd/error.log [Fri Dec 18 13:52:14.555800 2015] [:error] [pid 3125] Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-4da853fe-3ac5-4cb2-be4a-23d6dff8b2bb)14:14
*** mar-vin has quit IRC14:14
*** pradk_ has joined #openstack14:14
*** pradk has quit IRC14:14
*** salv-orlando has joined #openstack14:14
*** pradk_ is now known as pradk14:14
*** maishsk has quit IRC14:15
*** grafuls has quit IRC14:16
*** Guest4923 is now known as ioni14:16
*** mzee1000 has quit IRC14:17
*** ioni is now known as Guest8870614:17
*** __nick has quit IRC14:17
*** esker has quit IRC14:18
*** jprovazn has joined #openstack14:19
*** koolhead17 has quit IRC14:19
*** Romik has quit IRC14:20
*** __nick has joined #openstack14:20
visbitsokay go to your nova server and look at /var/log/nova-server.log14:20
*** etacsufbo has quit IRC14:21
*** yaume has joined #openstack14:22
*** otter768 has joined #openstack14:22
*** hdd has joined #openstack14:23
*** Romik has joined #openstack14:23
*** annegentle has joined #openstack14:23
*** evidex has quit IRC14:23
*** markvoelker has joined #openstack14:23
*** yaume_ has joined #openstack14:25
*** evidex has joined #openstack14:25
*** sree_ has joined #openstack14:25
*** xemdetia has joined #openstack14:26
*** sree_ is now known as Guest2059614:26
*** bobh has joined #openstack14:26
*** otter768 has quit IRC14:26
*** zhhuabj has quit IRC14:27
*** koolhead17 has joined #openstack14:27
*** aeperezt has joined #openstack14:27
*** yaume has quit IRC14:27
*** markvoelker has quit IRC14:27
*** ksobkowiak has joined #openstack14:28
*** blizzow has joined #openstack14:28
*** yaume_ has quit IRC14:29
*** yaume has joined #openstack14:29
*** sree has quit IRC14:29
*** apahim has quit IRC14:29
*** koolhead17 has quit IRC14:31
*** SuprGreg has joined #openstack14:31
*** egonzalez has quit IRC14:32
*** fedgoat has joined #openstack14:32
*** SuprGreg has quit IRC14:32
*** SuprGreg has joined #openstack14:33
*** pnavarro has quit IRC14:33
*** hdd has quit IRC14:33
*** cdub has joined #openstack14:34
*** zhhuabj has joined #openstack14:35
*** dslevin has quit IRC14:36
*** bobh has quit IRC14:37
*** bobh has joined #openstack14:38
*** bobh has quit IRC14:40
*** dansmith is now known as superdan14:41
*** amotoki has joined #openstack14:41
*** krobzaur has joined #openstack14:42
*** KLevenstein has joined #openstack14:42
*** trifon has joined #openstack14:43
*** ThunderEmperor has joined #openstack14:44
*** rbak has joined #openstack14:44
*** deray has quit IRC14:44
*** ThunderEmperor has left #openstack14:44
*** yaume has quit IRC14:45
*** jsheeren has joined #openstack14:45
*** dslev has joined #openstack14:45
*** sanghai has quit IRC14:46
*** vivek-ebay has joined #openstack14:46
*** obedmr has joined #openstack14:47
*** jpena|lunch is now known as jpena14:47
*** ramonskie has quit IRC14:48
*** ju5t has quit IRC14:48
*** fultonj has quit IRC14:48
*** fultonj has joined #openstack14:48
*** mvelten has quit IRC14:48
*** ju5t has joined #openstack14:48
*** esker has joined #openstack14:49
*** gfidente|lunch is now known as gfidente14:51
*** vivek-ebay has quit IRC14:51
*** foxhunt72 is now known as foxhunt_away14:51
*** jprovazn has quit IRC14:52
*** ccie64dd has quit IRC14:53
*** cprmrf has joined #openstack14:53
*** esker has quit IRC14:53
*** yaume has joined #openstack14:54
*** AmirBaleghi11116 has quit IRC14:54
*** k_stev has joined #openstack14:54
*** Mudpuppy has joined #openstack14:54
*** amotoki_ has joined #openstack14:56
*** AmirBaleghi11116 has joined #openstack14:57
*** asheesh_ has quit IRC14:57
*** sturlry_ has quit IRC14:57
*** asheesh_ has joined #openstack14:57
*** NetHawk_ has joined #openstack14:58
*** zhenq has joined #openstack14:58
*** mtanino has joined #openstack14:58
*** amotoki has quit IRC14:58
*** ju5t has quit IRC14:58
*** simondodsley has joined #openstack14:59
*** zenoway has quit IRC14:59
*** jsheeren has quit IRC14:59
*** ccie64dd has joined #openstack14:59
*** yaume has quit IRC14:59
*** zenoway has joined #openstack14:59
*** davi has joined #openstack15:00
*** davi has joined #openstack15:00
*** ppradhan has joined #openstack15:00
*** alexsch__ has quit IRC15:00
*** NetHawk has quit IRC15:00
*** NetHawk_ is now known as NetHawk15:00
*** alexschm has joined #openstack15:01
*** yaume has joined #openstack15:01
*** bluedusk has quit IRC15:01
*** qg_ has joined #openstack15:02
*** bobh has joined #openstack15:02
*** iota_pi has quit IRC15:02
*** eharney has joined #openstack15:03
*** zenoway has quit IRC15:03
*** mrjazzcat has joined #openstack15:04
*** iota_pi has joined #openstack15:04
*** matbu has joined #openstack15:04
*** bluedusk has joined #openstack15:04
*** robbiew has joined #openstack15:04
*** alexschm_ has joined #openstack15:05
*** alexschm has quit IRC15:05
*** sturlry has joined #openstack15:05
*** rarcea has quit IRC15:05
*** rarcea_ has quit IRC15:05
*** alexschm_ has quit IRC15:05
*** laron has joined #openstack15:05
*** telnes_ has left #openstack15:05
*** qg_ has quit IRC15:06
*** alexschm has joined #openstack15:06
*** ivan_mironov has quit IRC15:06
*** AmirBaleghi11116 has quit IRC15:06
*** toscalix has quit IRC15:06
*** AmirBaleghi11116 has joined #openstack15:06
*** electrocucaracha has joined #openstack15:07
*** achampion has quit IRC15:07
*** tschrock5252 has joined #openstack15:07
*** lucendio has quit IRC15:07
*** yaume has quit IRC15:08
*** Guest21 has quit IRC15:08
*** aopincar has joined #openstack15:08
tschrock5252Hello everyone. I have an issue getting Ceilometer working in Openstack Kilo, running on Ubuntu 14.04. The error I am getting seems to be in reference to the auth_URL that I am providing. I think that Kilo has a bug with auth_url 2.0. Can anyone help me out?15:08
*** sleviim has joined #openstack15:09
tschrock5252I asked in Openstack Telemetry, but nobody their replied to me15:09
*** cfarquhar has joined #openstack15:09
*** cfarquhar has quit IRC15:09
*** cfarquhar has joined #openstack15:09
*** sleviim has left #openstack15:09
*** rarcea has joined #openstack15:09
*** toscalix has joined #openstack15:09
Sam-I-Amtschrock5252: whats in your config file?15:09
*** AmirBaleghi11117 has joined #openstack15:10
*** asheesh_ has quit IRC15:10
*** asheesh_ has joined #openstack15:10
*** AmirBaleghi11116 has quit IRC15:10
tschrock5252Sam-I-Am15:11
tschrock5252http://paste.openstack.org/show/482315/15:11
tschrock5252Also, I believe we looked at this another time, and we found that the Kilo install guide has some errors in Ceilometer setup15:11
*** Guest20596 has quit IRC15:12
Sam-I-Amthats an odd combination of things15:12
tschrock5252Yeah, I have worked on this a few times15:12
*** rahulait has joined #openstack15:12
tschrock5252So the config could be all kinds of whacked out15:12
Sam-I-Amif you're using auth_plugin, you should have auth_url and auth_uri15:13
Sam-I-Amidentity_uri is not a thing15:13
*** cptweasel has joined #openstack15:13
Sam-I-Amit was... in prior lives15:13
tschrock5252Ok. So.... auth_uri = http://oscont-01:500015:13
tschrock5252That seems wrong15:14
*** cptwease_ has joined #openstack15:14
tschrock5252# /2.0 at the end?15:14
*** AmirBaleghi11117 has quit IRC15:14
*** telnes_ has joined #openstack15:14
Sam-I-Amshould not have a version15:14
*** hdd has joined #openstack15:14
*** AmirBaleghi11117 has joined #openstack15:15
tschrock5252Whitepaper? I'd love to set these variables correctly, and then restart the services to see if I have better luck15:15
Sam-I-Amhmmm yeah, kilo docs are weird on that15:15
Sam-I-Amjust use the liberty docs15:15
Sam-I-Amshould work fine15:15
tschrock5252Will do15:15
tschrock5252I'll update shortly15:15
tschrock5252Thanks Sam-I-Am15:15
Sam-I-Amlooks like some bits did not make it into the kilo docs15:15
*** asheesh_ has quit IRC15:15
Sam-I-Ammight be worth opening a bug when you figure out how to make it go15:16
*** blitz00 has quit IRC15:16
Sam-I-Amstuff the config bits in the bug15:16
*** gregmark has joined #openstack15:16
*** Guest88706 is now known as ioni15:17
*** cptweasel has quit IRC15:18
manu95without any change on my nodes , my network node Neutron service failed , why ?15:18
*** ioni is now known as Guest4627315:18
*** salv-orlando has quit IRC15:18
*** asheesh_ has joined #openstack15:18
*** salv-orlando has joined #openstack15:18
manu95neutron OperationalError: (OperationalError) no such table: ml2_vlan_allocations15:18
*** skapunker has quit IRC15:18
Sam-I-Amdid you use the neutron-db-manage command prior to starting neutron-server?15:19
*** Sucks has joined #openstack15:19
manu95no Sam I used db-manage at the initialization only15:20
manu95I changed nothing in config file15:20
manu95and the error appear15:20
Sam-I-Amso... config all neutron things -> neutron-db-manage (with the correct options -> start neutron-server -> start neutron agents15:21
manu95yes15:21
*** skapunker has joined #openstack15:21
*** aopincar has quit IRC15:21
*** Oi_Scout has quit IRC15:22
*** yamahata has joined #openstack15:22
*** esker has joined #openstack15:22
manu95perhaps the issue raised after a reboot , is it possible Sam ?15:22
*** sparkycollier_ has joined #openstack15:23
*** bobh has quit IRC15:23
*** alexschm has quit IRC15:23
Sam-I-Amusually not. sure you didnt change anything in the configs or update any packages?15:23
*** sparkycollier has quit IRC15:23
*** sparkycollier_ is now known as sparkycollier15:23
*** bobh has joined #openstack15:24
*** esker has quit IRC15:24
*** esker has joined #openstack15:24
*** kkoski has joined #openstack15:25
*** zakora has quit IRC15:25
*** neilus has joined #openstack15:26
tschrock5252Sam-I-Am, getting the message now "The Service Catalog is empty" when running ceilometer meter-list. I have configured the glance-registry and glance-api appropriately though.15:26
tschrock5252So, I should see something listed15:26
*** electrocucaracha has quit IRC15:26
manu95 yes ml2_conf.ini was untouched on my controller node15:26
*** blizzow has quit IRC15:26
*** drawsmcgraw has joined #openstack15:27
manu95do nova.conf could affect the DB as well Sam, it think not ?15:27
Sam-I-Amno15:27
*** Romik has quit IRC15:27
*** burgerk has joined #openstack15:29
*** omartsyniuk has joined #openstack15:29
manu95sam I have follow the guide and I meet an http 500 issue lientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-42849d51-212c-42dd-8079-821ee967bf6a)15:29
manu95I manage to debug this now: ova --debug boot --flavor m1.tiny --image cirros-0.3.4-x86_64 --nic net-id=f7d16d62-199a-48b3-bab3-377eecf311ca --security-group default --key-name demo-key demo-instance315:30
*** amotoki_ has quit IRC15:30
manu95openstack is quite complex :)15:30
*** neilus has quit IRC15:30
Sam-I-Amtschrock5252: is there no entries in the catalog for ceilometer?15:30
Sam-I-Amyou should debug the ceilometer command to see what its looking for there15:30
Sam-I-Ammanu95: yeah, but it does work if you follow the install guide for a basic deployment15:31
*** AmirBaleghi11118 has joined #openstack15:31
*** Guest6359 is now known as jero-15:31
*** ultimateboy has joined #openstack15:31
manu95I did with a three nodes15:31
*** AmirBaleghi11117 has quit IRC15:31
*** SuprGreg has quit IRC15:32
*** drawsmcgraw has quit IRC15:32
*** drawsmcgraw has joined #openstack15:32
*** SuprGreg has joined #openstack15:32
*** balajiiyer has joined #openstack15:32
*** spotz_zzz is now known as spotz15:32
manu95Sam, how can I verify if my tunnel is up and ready between network and compute nodes ?15:33
Sam-I-Amusing ovs?15:33
*** rarcea has quit IRC15:34
*** achampion has joined #openstack15:34
*** MaxSan_ has joined #openstack15:34
*** MCoLo has joined #openstack15:35
manu95Sam on my controller all neutron agent are up (neutron agent-list cmd) but neutron service failed, is it normal ?15:36
*** beejee has quit IRC15:36
Sam-I-Amthe neutron service has to be running for agent-list to work15:36
manu95neutron service fails on the network node while controller see them up ?15:36
*** AmirBaleghi11119 has joined #openstack15:36
Sam-I-Amneutron-server should not be running anywhere but the controller node15:37
*** telnes_ has left #openstack15:37
*** electrofelix has quit IRC15:37
*** AmirBaleghi11118 has quit IRC15:37
*** electrofelix has joined #openstack15:38
*** mosburn has joined #openstack15:38
*** kindjal has quit IRC15:40
manu95visbits: ?15:40
*** baker has joined #openstack15:41
*** amotoki has joined #openstack15:41
tschrock5252Sam-I-Am, it does not appear that there are any entries in the catalogue. I followed the controller setup here: http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-install.html15:41
manu95Sam I think if I succed to fix the http 500 issue it should be fine15:42
tschrock5252And the image setup here http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-glance.html15:42
tschrock5252Could it be that kilo has a different admin-openrc to source?15:42
*** rgogunskiy has quit IRC15:42
*** jckasper has quit IRC15:44
Sam-I-Ameh, the openrc is a little different i think15:44
*** anshul has quit IRC15:44
manu95it is the first time I meet http 500 issue , where I have to looking for ?15:45
*** jckasper has joined #openstack15:45
tschrock5252Sam-I-Am copied from http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-openrc.html#creating-the-scripts into a new file. Same error. hmm15:45
tschrock5252manu95, check your httpd logs15:45
Sam-I-Amsure there's not a typo in your endpoint entries?15:46
*** jckasper has quit IRC15:46
tschrock5252In the config??15:46
*** aimon has quit IRC15:46
*** jckasper has joined #openstack15:46
manu95[Fri Dec 18 13:51:59.804257 2015] [:error] [pid 6526] Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: r15:46
manu95eq-b5e2cfa3-5bc5-4df4-874a-140be12555a4)15:46
manu95I did: only this :15:46
*** electrocucaracha has joined #openstack15:46
*** SurajD has quit IRC15:47
tschrock5252Sam-I-Am http://paste.openstack.org/show/482321/15:48
manu95does someone meet HTTP issue with Kilo version ?15:49
*** electrocucaracha has quit IRC15:49
*** fultonj has quit IRC15:50
*** krypto has joined #openstack15:50
*** fultonj has joined #openstack15:51
*** beejee has joined #openstack15:52
*** KarlchenK has quit IRC15:52
*** ccie64dd has left #openstack15:53
*** pumaranikar has joined #openstack15:53
Sam-I-Amtschrock5252: those arent endpoint entries15:54
tschrock5252Im sorry15:54
tschrock5252endpoint list otw15:54
*** krypto has quit IRC15:55
*** krypto has joined #openstack15:56
Sam-I-Amceilometer --debug meter-list15:56
*** SurajD has joined #openstack15:57
tschrock5252http://paste.openstack.org/show/482323/15:57
manu95I fixe the http Error ;)15:58
tschrock5252http://paste.openstack.org/show/482325/15:58
*** annegentle has quit IRC15:58
manu95I have the final error to fix  :if_type=binding_failed15:58
tschrock5252Sam-I-Am, the first is the endpoint details, the second is the debug output15:58
*** cube has quit IRC15:59
manu95dear fellowship, I have spent many hours on this, can you help me to fix this tricky error: vif_type=binding_failed15:59
*** lcurtis has joined #openstack15:59
*** cfh has quit IRC15:59
manu95I know that vif_type is related with network but where is the issue ?16:00
*** krypto has quit IRC16:00
*** krypto has joined #openstack16:01
*** aopincar has joined #openstack16:01
Sam-I-Amtschrock5252: whats in your openrc file?16:02
*** jmckind has quit IRC16:02
*** telnes_ has joined #openstack16:03
*** loopback has quit IRC16:04
*** amotoki has quit IRC16:04
tschrock5252http://paste.openstack.org/show/482329/16:04
*** ju5t has joined #openstack16:04
Sam-I-Amwhat happens if you unset os_identity_api_version16:05
*** Mudpuppy has quit IRC16:05
tschrock5252Lets find out!16:05
*** bobh has quit IRC16:05
*** vivek-ebay has joined #openstack16:06
*** shiriru has quit IRC16:06
tschrock5252This happens http://paste.openstack.org/show/482330/16:06
*** Reepicheep has joined #openstack16:07
*** krypto has quit IRC16:08
*** fyxim has quit IRC16:08
*** joshmarshall has quit IRC16:08
*** jmckind has joined #openstack16:09
Sam-I-Amwhat if you put /v2.0 instead of /v3 at the end of os_auth_url?16:10
*** vivek-ebay has quit IRC16:10
*** vsedelnik has joined #openstack16:11
*** ziggit has joined #openstack16:11
*** vsedelnik has quit IRC16:11
*** ronis__ has quit IRC16:11
ReepicheepI'm working on a heat orchestration template.  Is there a proper way to give ids  names within a resource group?16:11
*** phileas has quit IRC16:11
*** Mudpuppy has joined #openstack16:12
*** AmirBaleghi11119 has quit IRC16:12
*** esker has quit IRC16:12
*** joshmarshall has joined #openstack16:13
*** nllrte has joined #openstack16:13
tschrock5252Sam-I-Am Unable to determine the Keystone version to authenticate with using the given auth_url.16:13
Reepicheepfor instance I have an OS::Heat::AutoScalingGroup with an unknown desired_capacity that needs to add a networks: port from a OS::Neutron::Port resource16:13
*** AmirBaleghi11119 has joined #openstack16:13
*** jckasper has quit IRC16:13
*** fyxim has joined #openstack16:14
Reepicheephow do i make it use a unique network port each time that it iterates through a OS::Nova::Server16:14
*** jckasper has joined #openstack16:14
*** ivan_mironov has joined #openstack16:15
*** rcernin has quit IRC16:15
Sam-I-Amtschrock5252: hmm, i guess set os_identity_api_version to 2?16:15
Sam-I-Amsomething isnt right here16:15
Sam-I-Amsure this is kilo?16:15
*** phileas has joined #openstack16:16
tschrock5252Positive it's kilo16:16
*** vinc has quit IRC16:16
*** jpena has quit IRC16:16
*** walterheck has quit IRC16:16
tschrock5252Sam-I-Am, same error about the auth_url when it's version 216:17
RageLtManHi Sam16:17
*** Guest46273 is now known as ioni16:18
Sam-I-Amtschrock5252: check version of code?16:18
*** AmirBaleghi11119 has quit IRC16:18
*** Mudpuppy has quit IRC16:18
tschrock5252Sam-I-Am how?16:18
Sam-I-Amdpkg or rpm, depending on your distro16:18
*** ioni is now known as Guest1166716:18
RageLtManMy cluster is killing me. Ceph made several RBD volumes fail to boot properly - VM starts, log shows it cant find the boot volume during init at /dev/disk/by-label16:18
*** jckasper has quit IRC16:18
Sam-I-AmRageLtMan: what happened with the mtu stuff?16:19
RageLtManStill a problem, but right now i'm down production-wise16:19
*** AmirBaleghi11119 has joined #openstack16:19
RageLtMani changed all MTUs i could find16:19
RageLtManits inside the actual compute node in nova far as i can tell16:19
tschrock52521:2015.1.1-0ubuntu1~cloud2            all          OpenStack Compute - common files16:19
Sam-I-Amdid you figure out where packets were stopping?16:19
Sam-I-Amtschrock5252: yeah that would be kilo16:19
*** ziggit has quit IRC16:20
*** _0x5eb_ has quit IRC16:20
*** spartacloud is now known as zackf16:20
*** TREllis has quit IRC16:20
tschrock5252:( This is rough. The keystone auth URL's seem to have got fixed in later releases so everything uses v316:20
ReepicheepI have seen some references to "%index%" but I have not been able to find any solid documentation on it16:20
tschrock5252But in Kilo, I don't think v3 is supported for ceilometer16:20
Sam-I-Amtschrock5252: if you follow the instructions in kilo that use deprecated keystone_authtoken options and also follow the openrc file from kilo, does it work?16:21
*** telnes_ has quit IRC16:21
RageLtManSam-I-Am: my volumes mount fine in local systems via rbd and fsck fine, i can chroot, etc, UUID is right... no idea wtf is going on16:21
Sam-I-Amthis is vm's console, or nova log?16:22
RageLtManvms console16:22
RageLtManerr, the output to serial console16:22
Sam-I-Ammy guess is the device id somehow changed16:22
*** _0x5eb_ has joined #openstack16:22
RageLtManthe visual console just hangs at pre-init scripts16:22
RageLtManblkid on the imported RBD volume shows the right UUIDs16:22
Sam-I-Amdoes fstab inside it reference the wrong device?16:22
tschrock5252Sam-I-Am, default configs and documentation do not work at all16:23
RageLtManits a normal ubuntu cloud image16:23
RageLtManso the fastab refs by  label16:23
*** otter768 has joined #openstack16:23
Sam-I-AmRageLtMan: have you tried booting a new image?16:23
*** gszasz has quit IRC16:23
RageLtManyeah, did an rbd conversion in-place16:23
RageLtManno dice16:23
RageLtManworse yet16:23
*** gaughen has quit IRC16:23
Sam-I-Amso this broke after implementing ceph?16:23
RageLtManno16:24
*** gaughen has joined #openstack16:24
*** markvoelker has joined #openstack16:24
RageLtManit broke after i had to fsck ceph, and everything kept running, then when dealing with MTU issue i rebooted cluster and now two production VMs are f'd16:24
RageLtManthe breakage was likely ~3 days ago, but only manifested when i tried to boot VMs again16:24
Sam-I-Amis nova successfully grabbing that disk device?16:25
RageLtMani made new Ceph volumes16:25
RageLtManhow do i tell?16:25
Sam-I-Ami've never used ceph16:25
*** d9k has joined #openstack16:25
RageLtManwith iSCSI the disk shows up in host16:25
manu95Sam good news I am able ti create instance on admin tenant , still HTTP 500 on demo tenant16:25
RageLtManwith libvirt-ceph it doesnt seem to16:25
RageLtManit MUST be loading the disk though as it starts boot from it16:25
Sam-I-Ammanu95: good16:25
*** manous has joined #openstack16:25
Sam-I-AmRageLtMan: you can check the nova-compute log, or also check the libvirt process to see if it includes the right volume16:25
RageLtManHere's a question you might find more up your alley: how do i get block size differences adressed in gance->cinder conversion?16:26
RageLtManchecking now16:26
*** cfh has joined #openstack16:26
*** ajmiller has joined #openstack16:26
RageLtManour cinder volumes are 4k/8k layout, and when i convert the image from ceph into cinder it creates partitions WAY outside the disk. basically its 8X off on the block sizing during conversion16:26
RageLtManid love to put everything back in cinder now that its running ~600MB/s, but apparently i cant16:27
*** aopincar has quit IRC16:27
*** otter768 has quit IRC16:27
RageLtMan(last 24 hours of dealing with basic tuning in openstack make me think you're shooting for sainthood helping out all of us sinners here)16:27
Sam-I-Amlol16:28
Sam-I-Ami do see a lot here16:28
RageLtManSo basically i am proper f'd right now16:28
*** markvoelker has quit IRC16:28
Sam-I-Amalthough you havent reached 'i'm getting fired if this isnt fixed' state. i've seen that. on weekends.16:28
RageLtManproduction systems are down, though i can still see the data, and my very fast cinder setup can't be used16:28
*** devth_ has joined #openstack16:28
RageLtMani'm the boss, fired is not an option, worked into the ground is16:28
RageLtMantomorrow's my 3y wedding anniversary, so there's also potential death if i dont free up by midnight.16:29
Sam-I-Amlol16:29
*** hardbot has quit IRC16:29
Sam-I-Amangry wife vs. broken openstack16:29
Sam-I-Amhummm16:30
Sam-I-Ami know a guy that can disappear you16:30
RageLtMan(married a shrink, she's quite understanding, but death may seem a win compared to the mindf... she can induce)16:30
*** TREllis has joined #openstack16:30
*** jdurgin1 has joined #openstack16:30
RageLtManI'm a prior service USMC grunt, even STA straining and a gilly suit wont help me16:30
Sam-I-Amso, this glance->cinder conversion16:31
Sam-I-Amblock size thing16:31
RageLtManSince i'm not keen to find out how my proctologist can remove a rack of servers, i need to solve 3 things: what happened to the RBD volumes and how do i fix it, how do i get migration between ceph and cinder working at the block offset, and how do i fix the MTU issue16:31
Sam-I-Amthis is when you boot from volume?16:31
RageLtManYes16:31
RageLtManSo i have boot volumes only for now16:32
Sam-I-Amnova sees it as 512 byte blocks?16:32
RageLtManNo16:32
RageLtManI have nova configured to set up all iSCSI links as virtio-scsi LUNs (passthru)16:32
Sam-I-Amwell, libvirt more accurately16:32
*** devth has quit IRC16:32
goodygumRageLtMan: wow, mindfuck by shrink could be epic16:33
*** aopincar has joined #openstack16:33
RageLtManYeah, darwin award tiem16:33
RageLtMantime*16:33
RageLtManWhere does nova keep detailed VM logs?16:33
Sam-I-AmRageLtMan: i'd look at /var/run/libvirt16:34
RageLtManmostly empty16:34
*** rahulait has quit IRC16:35
RageLtManhttp://pastebin.com/gatxDugb16:35
Sam-I-Amon the compute node?16:35
RageLtManyeah16:35
*** markus_z has quit IRC16:35
*** onlyanegg has joined #openstack16:35
RageLtManSo the first VM which needs saving is our Chef 12 instance16:35
RageLtManThis one is running on osc01 (compute node 01)16:35
ReepicheepSo maybe I should ask this question .. are you supposed to use an OS::Heat::ResourceGroup in conjunction with an  OS::Heat::AutoScalingGroup? or are they kinda mutually exclusive?16:35
Sam-I-Amthose instance xmls... one place to look16:35
Sam-I-Amand /var/log/libvirt16:36
Sam-I-Amshould be a bunch of log files in there16:36
RageLtManCurrently, it says http://pastebin.com/R53ndr2716:36
RageLtManah16:36
RageLtMannice16:36
RageLtMan internal error: missing storage backend for network files using rbd protocol16:36
Sam-I-Amlooks like a problem16:37
RageLtManumm, how does it boot at all?16:37
Sam-I-Amprobably doesn't get past the 'bios' state?16:37
RageLtManif you look at the last paste, its dmesg from the VM itself. if there's no disk, how does it load the initrd?16:38
Sam-I-Amit might be on the local disk16:39
*** aopincar has quit IRC16:39
RageLtManone volume, ubuntu cloud image16:39
Sam-I-Amdont open the microwave before the ding16:39
RageLtManso here's libvirtdlog from a fresh boot of the VM: http://pastebin.com/RuhdFxqQ16:40
Sam-I-AmRageLtMan: anything in the nova-compute log?16:42
Sam-I-Amdoes ceph even work with cinder right now?16:42
RageLtManit works16:42
RageLtManother VMs run fine16:42
*** zhenq has quit IRC16:42
Sam-I-Ambut you said you cant boot new ones16:42
RageLtManonly two that got hit, we ones i "forced" to snap and send to image while they were running16:42
RageLtMani can boot new ones, i cant boot the existing prod ones. i think, lemme check16:42
*** hardbot has joined #openstack16:42
Sam-I-Amnew ones using volumes from ceph, that is16:42
*** zhenq has joined #openstack16:43
Reepicheepoh.. I think I found it .. sorry I don't know how I missed this: https://github.com/openstack/heat-templates/blob/master/hot/asg_of_servers.yaml16:43
*** cdash has joined #openstack16:43
ReepicheepI need to call the networks directly instead of working through an OS::Neutron::Port resource16:44
*** EricGonc_ has joined #openstack16:44
RageLtMannew VM running in ceph volume started just fine. validating from nova node too, but the VM is now running16:45
Sam-I-AmRageLtMan: same compute node?16:45
manu95Sam I am not able to create instance on demo tenant ?16:46
RageLtMandifferent node, this time 0316:46
*** vicious has joined #openstack16:46
Sam-I-Ammanu95: is the demo network owned by demo or admin?16:46
Sam-I-AmRageLtMan: curious about this particular node16:46
RageLtManall nodes are identical16:46
Sam-I-Amthat libvirt error would almost indicate some issue with the underlying ceph driver bits16:46
Sam-I-Amassuming you installed some ceph things on each node16:47
RageLtMandeployed with Fuel, modified only in simultaneous sessions with all other VMs16:47
manu95by demo16:47
Reepicheepok.. I remember why I didn't do it that way.. I'm not sure how to attache a SecurityGroup to it without the OS::Nuetron::Port16:47
RageLtManerr with all other nodes16:47
Sam-I-AmRageLtMan: not a heat guy, sorry16:47
RageLtManFuel, but no worries, ceph works16:47
RageLtManwhats broken are two images in ceph i think16:47
Sam-I-Amerrr, Reepicheep not a heat guy16:48
*** EricGonczer_ has quit IRC16:48
Sam-I-AmRageLtMan: have you tried relaunching the snap of this vm?16:48
Sam-I-Amor is that how you got here16:48
*** mrjazzcat has quit IRC16:48
*** jckasper has joined #openstack16:48
RageLtManthats how i got here16:48
RageLtManthe snaps hang identically16:49
*** krypto has joined #openstack16:49
*** jistr has quit IRC16:49
RageLtManthis may actually be DUE to the snap, but i fear deleting it16:49
Sam-I-Amso, the vm wants 7683e12a-b09c-46fb-8083-a01afa77e35616:49
Sam-I-Amwhat volume id is cinder mounting for it?16:49
RageLtMana3e6aff1-23be-44ab-b275-43eff1a5f18516:49
RageLtManthe UUID of the partition is what its looking for on boot in the VM, cinder's UUID for the RBD vol is a3e6aff1-23be-44ab-b275-43eff1a5f18516:50
Sam-I-Amyeah, so thats clearly the problem16:50
RageLtMan?16:50
Sam-I-Amvm is probably looking for what the volume ID used to be16:50
Sam-I-Amnot what it is now after your rebuild16:51
*** asheesh_ has quit IRC16:51
*** ajmiller has quit IRC16:51
RageLtMantried that16:51
RageLtMani did an rbd rename already16:51
RageLtManno dice16:51
RageLtManbtw, when i map the RBD volume, the disk UUID in the partition is correct: /dev/rbd0p1: LABEL="cloudimg-rootfs" UUID="7683e12a-b09c-46fb-8083-a01afa77e356" TYPE="ext4"16:51
*** cfh has quit IRC16:51
manu95sam , when I meet http 500 error , tenant and privilege issue is met but there is no log in the keystone.log ?16:52
*** rahulait has joined #openstack16:52
*** jdurgin1 has quit IRC16:53
*** jckasper has quit IRC16:53
*** woodard has joined #openstack16:53
tschrock5252Sam-I-Am a guy in Telemetry says I am on version 1.0.13 of the python-ceilometerclient. I need a minimum of version 1.1.116:53
Sam-I-AmRageLtMan: thats inside the volume somewhere?16:53
tschrock5252Remember, no pip for me16:53
tschrock5252python-ceilometerclient is already the newest version.16:53
tschrock5252after an apt-get install on it16:53
*** krypto has quit IRC16:53
RageLtManin that paste, rbd0p1 is the actual VM volume exposed in a compute node via RBD16:54
tschrock5252Does Ubuntu support it? If so, what do I need to do in order to install it16:54
*** aopincar has joined #openstack16:54
*** krypto has joined #openstack16:54
Sam-I-AmRageLtMan: problem is i think the VM itself is looking for the wrong UUID (in grub?)16:54
*** ajmiller has joined #openstack16:55
*** salv-orlando has quit IRC16:55
*** salv-orlando has joined #openstack16:55
RageLtMangrub is looking for 7683e12a-b09c-46fb-8083-a01afa77e35616:55
Sam-I-Amtschrock5252: 1.0.8 is the version supported by cloud-archive for kilo16:56
RageLtManlemme check16:56
Diplomatgrub, pls16:56
*** pumaranikar has quit IRC16:56
*** laurent\ has quit IRC16:56
*** asheesh_ has joined #openstack16:56
*** pumaranikar has joined #openstack16:56
Sam-I-AmRageLtMan: but fstab is looking for the old id? something here did not get word about the new ID of the disk.16:56
RageLtManlinux/boot/vmlinuz-3.13.0-73-generic root=UUID=7683e12a-b09c-46fb-8083-a01afa77e356 ro  console=tty1 console=ttyS016:56
*** dipk has joined #openstack16:56
tschrock5252Sam-I-Am, so anything newer than that should be considered unsupported/a huge install risk16:56
Sam-I-AmRageLtMan: so thats how you're getting down the kernel a bit16:57
Sam-I-Amthen you hit fstab for rootfs, and uuid is wrong?16:57
RageLtMani think initramfs isnt building the /dev/disk/by-* tree properly16:57
RageLtManno16:57
RageLtManwell16:57
RageLtManmaybe16:57
RageLtManopaque in that i cant touch it16:57
*** Romik has joined #openstack16:57
*** asheesh_ has quit IRC16:57
manu95Sam I found the issue , I am not able to set the nic paramters --nic net-id=9f22f457-4cc6-4da7-9f1b-4d6713fbf287, instance fails due to tgus16:58
RageLtManbut i then get the error in dmesg of the volume being missing and at the same time get the libvirt error underneath about RBD failing16:58
manu95his16:58
manu95this16:58
Sam-I-Amtschrock5252: ceilometer should work in kilo16:58
DiplomatGuys, I have a quick random thought, has anyone tried to install Windows 7 from ISO to OS ?16:58
RageLtManyes16:58
RageLtMani have everythig from 7-10 running here16:58
DiplomatI'm thinking about making myself a "virtual desktop"16:58
Diplomatoooo16:58
Sam-I-Amiso installs can be iffy16:58
*** pkennedy_ has joined #openstack16:58
*** asheesh_ has joined #openstack16:58
RageLtMan10 is a PITA requires nova run in core2duo CPU mode16:58
Diplomatyea Sam, that's what Im thinking16:58
Diplomatwell I just want win716:59
RageLtManwe ended up building in separate KVM and importing16:59
*** jckasper has joined #openstack16:59
*** asheesh_ has quit IRC16:59
*** morazi has joined #openstack16:59
Sam-I-Ama lot of things are like "hey where the cdrom? hey wheres the cdrom? hello?"16:59
manu95Sam- I have an neutron error : NeutronClientException: Authentication required16:59
DiplomatI gotta figure out how to do it.. would be fun16:59
Sam-I-Ammanu95: sounds like a problem with [keystone_authtoken] somewhere?16:59
Sam-I-Amor perhaps the nova-neutron auth bits17:00
*** laron has quit IRC17:00
RageLtManbawls. brb17:00
*** ju5t has quit IRC17:00
*** pumaranikar has quit IRC17:00
*** laurent\ has joined #openstack17:00
*** laron has joined #openstack17:00
DiplomatLooks like the easiest way would be to install it in ubuntu and then upload it to um.. glance and then use it with volume17:01
*** eghobo has joined #openstack17:01
*** k_stev1 has joined #openstack17:01
*** pkennedy has quit IRC17:01
*** pumaranikar has joined #openstack17:01
*** mixomathoze_i_ has quit IRC17:01
Diplomatman, uploading 20gb file behind 40mbps upload doesnt sound fun :(17:02
*** qg_ has joined #openstack17:02
*** k_stev has quit IRC17:03
manu95Sam , if a keystone password is not correctly set, I should have sth  in the keystore.log file ?17:03
Sam-I-Ammanu95: not necessarily17:04
Sam-I-Amkeystone wont log auth errors by default17:04
*** laron_ has joined #openstack17:04
*** pradk has quit IRC17:05
manu95I have this in keystone file :2015-12-18 16:13:28.902 6536 WARNING keystone.common.wsgi [-] Could not find token: aaedc06f7b7b4cb2baa989bacea315cd17:05
*** Mudpuppy has joined #openstack17:05
*** aopincar has quit IRC17:05
tschrock5252Sam-I-Am, it SHOULD, but I do not think it does.17:06
*** gyee has joined #openstack17:06
*** qg_ has quit IRC17:06
tschrock5252Does anyone here have a working config of Kilo with Ceilometer?17:06
*** vexoon has quit IRC17:06
Sam-I-Amtschrock5252: it works here - https://github.com/openstack/openstack-ansible/tree/kilo/playbooks/roles/os_ceilometer17:07
*** vexoon has joined #openstack17:07
*** laron has quit IRC17:08
Sam-I-Amso if you dont mind parsing some ansible, you can probably figure out what its doing17:08
Sam-I-Amor just deploy it :)17:08
tschrock5252No ansible deployment process in place for me here17:08
tschrock5252Have to pick apart what it's doing I guess17:08
*** pkennedy has joined #openstack17:09
*** Zer0Byte__ has joined #openstack17:09
*** achampion has quit IRC17:09
Sam-I-Amwell, the ceilometer.conf file is pretty simple17:09
Sam-I-Amits using the old auth methods17:09
tschrock5252^^ Kinda my thoughts too17:09
tschrock5252Simple17:09
tschrock5252Sadly, I do not know ansible at all17:11
*** pkennedy_ has quit IRC17:11
*** piet has quit IRC17:11
tschrock5252Ahh, there is my config reference17:12
*** e0ne has quit IRC17:13
*** piet has joined #openstack17:13
*** achampion has joined #openstack17:14
*** neilus has joined #openstack17:14
*** mikeoutland has joined #openstack17:14
*** mikeoutland has quit IRC17:14
*** mikeoutland has joined #openstack17:15
*** davideagle_ has quit IRC17:17
*** marrusl has joined #openstack17:17
*** ThunderEmperor has joined #openstack17:18
*** avarner has quit IRC17:18
*** Guest11667 is now known as ioni17:18
*** neilus has quit IRC17:19
*** ioni is now known as Guest4025917:19
*** mikeoutland has quit IRC17:19
*** mikeoutland has joined #openstack17:20
*** _cjones_ has joined #openstack17:20
tschrock5252Sam-I-Am, still doesn't work. Even following their configuration17:21
tschrock5252About to add-apt-repository cloud-archive:liberty17:21
tschrock5252apt-get install python-ceilometerclient17:21
tschrock5252But that greatly concerns me17:22
*** jckasper has quit IRC17:22
tschrock5252I do not like the idea of adding liberty packages to my kilo install. Can I get some thoughts on that? Recommendations?17:22
*** mikeoutl_ has joined #openstack17:22
*** mikeoutl_ has quit IRC17:22
*** jckasper has joined #openstack17:22
*** jckasper has quit IRC17:23
*** toscalix has quit IRC17:23
*** jckasper has joined #openstack17:23
manu95[root@controller neutron]# fgrep -i "Authorization failed for token" /var/log/neutron/server.log17:23
manu952015-12-18 16:07:40.914 5530 WARNING keystonemiddleware.auth_token [req-0bd613e9-2b96-4194-8616-8d37813516ca ] Authorization failed for token17:23
*** mikeoutl_ has joined #openstack17:23
manu95Sam - I have an issue with authentication:17:24
*** baker has quit IRC17:24
*** bdrich has joined #openstack17:24
*** atrius has quit IRC17:24
manu95perhaps a behavior with url called ?17:24
*** baker has joined #openstack17:24
*** jf2 has joined #openstack17:24
*** NetHawk has quit IRC17:24
*** markvoelker has joined #openstack17:24
*** Zer0Byte__ has quit IRC17:25
*** mikeoutland has quit IRC17:25
manu95I found this on web : export OS_AUTH_URL=http://kilocontroller:35357/v3 ( <- must add v3 ) ?17:25
manu95on kilo ?17:25
*** baker has quit IRC17:25
tschrock5252Thanks manu95. Been down that road man17:25
tschrock5252Doesn't fix it17:25
*** NetHawk has joined #openstack17:25
*** pblaho has quit IRC17:25
*** woodard has quit IRC17:25
tschrock5252I get an error that the service catalog is empty after that17:26
tschrock5252And i have admins in OS-telemetry channel saying that they think v1.0.13 of the python-ceilometerclient is broken17:27
tschrock5252in Kilo17:27
*** ronis__ has joined #openstack17:27
*** asheesh_ has joined #openstack17:28
*** bobh has joined #openstack17:28
*** jmckind_ has joined #openstack17:29
*** _cjones_ has quit IRC17:29
*** markvoelker has quit IRC17:29
*** erolozcan has quit IRC17:29
*** k_stev has joined #openstack17:29
*** cprmrf has quit IRC17:29
*** bobh has quit IRC17:30
*** bobh has joined #openstack17:30
*** aimon has joined #openstack17:31
*** piet has quit IRC17:31
*** k_stev1 has quit IRC17:32
*** jmckind has quit IRC17:32
*** potato_farmer has joined #openstack17:32
*** asheesh_ has quit IRC17:32
*** TREllis has quit IRC17:33
*** bobh has quit IRC17:34
*** aimon has quit IRC17:35
*** ThunderEmperor has quit IRC17:36
*** aimon has joined #openstack17:36
*** trifon has quit IRC17:37
*** jmckind has joined #openstack17:37
*** fzdarsky is now known as fzdarsky|afk17:37
*** WANG_Feng has quit IRC17:37
*** ultimateboy1 has joined #openstack17:38
*** TREllis has joined #openstack17:38
*** simondodsley has quit IRC17:38
*** _cjones_ has joined #openstack17:40
*** beejee has quit IRC17:40
*** jmckind_ has quit IRC17:40
*** penick has joined #openstack17:40
*** Romik has quit IRC17:40
*** ultimateboy has quit IRC17:41
*** szhem has joined #openstack17:41
*** urban has joined #openstack17:41
*** Zer0Byte__ has joined #openstack17:41
*** asheesh_ has joined #openstack17:42
urbanI'm trying to figureout how to shrink an kvm instance image. virt-resize complains that "This partition contains a ext4 filesystem17:42
urbanwhich will be damaged by shrinking"17:42
*** ikcerog_ has joined #openstack17:42
urbanis there any way to shrink that disk image?17:42
urbanI'm just migrating to cheaper instance17:42
*** asheesh_ has quit IRC17:43
Sam-I-Amtschrock5252: you can fire up a different vm, pip install python-ceilometerclient and see if it will talk to your openstack deployment17:43
Sam-I-Amtschrock5252: or you can pip install it into a venv17:43
Sam-I-Amif you've used venvs... thats probably easier17:43
*** piet has joined #openstack17:43
*** ivan_mironov has quit IRC17:44
*** andrewschoen_ is now known as andrewschoen17:44
*** icezimm has joined #openstack17:44
*** AmirBaleghi11119 has quit IRC17:45
*** ikcerog has quit IRC17:46
*** vexoon has quit IRC17:46
*** jcarter2 has quit IRC17:46
*** ikcerog_ has quit IRC17:47
*** diogogmt has joined #openstack17:47
*** asheesh_ has joined #openstack17:48
*** yamamoto has quit IRC17:48
*** bobh has joined #openstack17:49
*** jcarter2 has joined #openstack17:50
*** Zer0Byte__ has quit IRC17:50
*** yamamoto has joined #openstack17:50
*** SuprGreg has quit IRC17:51
*** k_stev has quit IRC17:51
*** elnin0 has joined #openstack17:51
*** trifon has joined #openstack17:53
*** fsimonce has quit IRC17:53
*** obedmr has quit IRC17:54
*** Mudpuppy has quit IRC17:54
*** aopincar has joined #openstack17:54
*** hyphenated has joined #openstack17:54
*** yamamoto has quit IRC17:55
*** obedmr has joined #openstack17:56
*** AmirBaleghi11119 has joined #openstack17:56
*** qg_ has joined #openstack17:57
*** shardy has quit IRC17:57
*** pixelbeat_ has quit IRC17:58
*** piet has quit IRC17:58
*** groen692 has quit IRC17:58
*** aimon has quit IRC17:59
*** ThunderEmperor has joined #openstack17:59
*** e0ne has joined #openstack18:00
*** manu95 has left #openstack18:02
*** diogogmt has quit IRC18:02
tschrock5252Sam-I-Am, thank you18:02
*** yamahata has quit IRC18:02
*** _cjones_ has quit IRC18:02
*** ikcerog has joined #openstack18:03
*** diogogmt has joined #openstack18:03
*** ikcerog has joined #openstack18:03
*** aimon has joined #openstack18:04
*** bdrich_ has joined #openstack18:04
*** piet has joined #openstack18:04
*** rushiagr is now known as rushiagr_away18:06
*** kkoski has quit IRC18:06
*** rcernin has joined #openstack18:06
*** bdrich has quit IRC18:08
*** derekh has quit IRC18:08
*** gfidente has quit IRC18:09
*** EricGonc_ has quit IRC18:09
*** bobh has quit IRC18:10
*** bdrich_ has quit IRC18:11
*** Zer0Byte__ has joined #openstack18:12
*** EricGonczer_ has joined #openstack18:12
*** fhubik has joined #openstack18:12
*** Mudpuppy has joined #openstack18:13
*** annegentle has joined #openstack18:13
*** fhubik has quit IRC18:14
*** hardbot has quit IRC18:15
*** fhubik has joined #openstack18:15
*** kkoski has joined #openstack18:15
*** KLevenstein has quit IRC18:16
*** ultimateboy1 has quit IRC18:16
*** jckasper has quit IRC18:18
*** AmirBaleghi11111 has joined #openstack18:19
*** Guest40259 is now known as ioni18:19
*** AmirBaleghi11119 has quit IRC18:20
*** ioni is now known as Guest2133618:20
*** potato_farmer has left #openstack18:20
*** jmckind_ has joined #openstack18:21
*** rossella_s has quit IRC18:21
*** Zer0Byte__ has quit IRC18:21
*** rossella_s has joined #openstack18:22
*** e0ne has quit IRC18:22
*** mikeoutl_ has quit IRC18:22
*** asheesh__ has joined #openstack18:23
*** cptwease_ has quit IRC18:23
*** Mudpuppy has quit IRC18:23
*** otter768 has joined #openstack18:24
*** jmckind has quit IRC18:24
*** burgerk has quit IRC18:24
*** _cjones_ has joined #openstack18:24
*** diogogmt has quit IRC18:25
*** asheesh_ has quit IRC18:25
*** johnsterdotcom has joined #openstack18:26
*** spotz is now known as spotz_zzz18:26
*** SurajD has quit IRC18:26
*** johnsterdotcom has quit IRC18:26
*** _cjones_ has quit IRC18:26
*** krypto has quit IRC18:26
*** krypto has joined #openstack18:27
*** _cjones_ has joined #openstack18:27
*** aimon has quit IRC18:27
*** SurajD has joined #openstack18:28
*** yamahata has joined #openstack18:28
*** otter768 has quit IRC18:28
*** HenryG is now known as HenryG_afk18:29
*** jmckind has joined #openstack18:29
*** lotharn3 is now known as lotharn18:30
*** piet has quit IRC18:30
*** ikcerog_ has joined #openstack18:30
*** mikeoutland has joined #openstack18:31
*** e0ne has joined #openstack18:31
*** jmckind_ has quit IRC18:32
*** Marga_ has quit IRC18:32
*** ikcerog has quit IRC18:34
*** jonaspaulo has joined #openstack18:34
*** iota_pi has quit IRC18:35
*** pravins has quit IRC18:35
*** ikcerog_ has quit IRC18:35
*** rcernin has quit IRC18:36
*** ThunderEmperor has quit IRC18:36
*** walterheck has joined #openstack18:37
*** geaaru has quit IRC18:38
*** Zer0Byte__ has joined #openstack18:38
*** VW has joined #openstack18:39
*** bdrich_ has joined #openstack18:40
*** mturpin has quit IRC18:40
*** leeantho has joined #openstack18:40
*** diogogmt has joined #openstack18:41
*** e0ne has quit IRC18:42
*** FunnyLookinHat has joined #openstack18:43
john5223hmm... so i dont know if you remember Sam-I-Am but yesterday i was talking to you about that libvirt error trying to update AppArmor profile when creating snapshot18:44
john5223so basically...cant create snapshots on liberty install18:44
john5223i had it on ubuntu 15.10... and so i went to ubuntu 14.04 to see what happens there and i get same error18:44
john5223so its not something with 15.10 after all... still trying to debug further18:45
*** Diplomat has quit IRC18:45
john5223if i disable apparmor though i can create snapshot18:45
*** skapunker has quit IRC18:46
*** krypto has quit IRC18:46
*** jguy_ has quit IRC18:46
*** krypto has joined #openstack18:46
*** finisherr has joined #openstack18:49
*** cprmrf has joined #openstack18:50
*** PaulCapestany has quit IRC18:51
*** SurajD has quit IRC18:51
*** annegentle has quit IRC18:52
*** yamamoto has joined #openstack18:53
*** PaulCapestany has joined #openstack18:54
*** AmirBaleghi11112 has joined #openstack18:56
*** NetHawk has quit IRC18:56
*** AmirBaleghi11111 has quit IRC18:56
*** annegentle has joined #openstack18:57
*** Sucks has quit IRC18:58
*** yamamoto has quit IRC18:58
*** fhubik has quit IRC18:59
*** skapunker has joined #openstack18:59
*** elo has quit IRC19:00
*** knighthawk1 has joined #openstack19:01
*** jayeshsolanki has joined #openstack19:01
tschrock5252sad panda19:01
*** jckasper has joined #openstack19:01
*** neilus has joined #openstack19:02
*** maveric7911 has quit IRC19:03
*** dt23 has quit IRC19:04
*** aimon has joined #openstack19:05
*** zhenq has quit IRC19:05
*** jbell8 has joined #openstack19:06
*** neilus has quit IRC19:07
*** Sucks has joined #openstack19:07
*** _cjones_ has quit IRC19:08
*** tpsilva has quit IRC19:08
*** zhenq has joined #openstack19:09
*** rromans is now known as rromans_afk19:10
*** salv-orlando has quit IRC19:12
*** SuprGreg has joined #openstack19:13
*** linuxgeek_ has joined #openstack19:15
*** linuxgeek_ has quit IRC19:16
*** S0NiC_ has joined #openstack19:16
*** evidex has quit IRC19:18
*** AmirBaleghi11112 has quit IRC19:19
*** S0NiC has quit IRC19:19
*** AmirBaleghi11112 has joined #openstack19:19
*** Guest21336 is now known as ioni19:20
*** jlvillal has joined #openstack19:20
*** ioni is now known as Guest1686819:20
*** SuprGreg has quit IRC19:21
*** jlvillal has left #openstack19:21
*** aopincar has quit IRC19:22
*** GentileBen has joined #openstack19:23
*** oxsyn has joined #openstack19:24
*** tpsilva has joined #openstack19:24
*** markvoelker has joined #openstack19:25
*** rfolco has quit IRC19:27
*** icezimm has quit IRC19:27
*** SuprGreg has joined #openstack19:28
*** cdash has quit IRC19:30
*** JamesHarrison has quit IRC19:30
*** markvoelker has quit IRC19:30
*** aeperezt has quit IRC19:30
*** elo has joined #openstack19:30
*** JamesHarrison has joined #openstack19:30
*** aryklein has joined #openstack19:31
*** icezimm has joined #openstack19:31
*** jmckind has quit IRC19:36
*** jmckind has joined #openstack19:36
*** pepijn has joined #openstack19:37
*** ikcerog has joined #openstack19:37
tty00hi, i'm following http://docs.openstack.org/liberty/install-guide-ubuntu/neutron-controller-install.html19:37
*** icezimm has quit IRC19:38
*** pepijn has quit IRC19:38
tty00what do you mean with the note under "Configure networking options"?19:38
*** jmckind_ has joined #openstack19:39
tty00sentence 1 is: Option 2 augments option 1 with the layer-3 (routing) service and enables self-service (private) networks19:39
*** icezimm has joined #openstack19:39
tty00sentense 2 is: If you want to use public (provider) and private (self-service) networks, choose option 2.19:39
*** e0ne has joined #openstack19:39
*** devth_ has quit IRC19:39
*** EricGonczer_ has quit IRC19:40
tty00if option 1 is required for option 2, the note should maybe be something like "If you want to use public (provider) and private (self-service) networks, perform option 1 and then option 2"19:40
*** EricGonczer_ has joined #openstack19:40
*** DPrince871 has joined #openstack19:41
*** jmckind has quit IRC19:42
*** HenryG_afk is now known as HenryG19:42
*** e0ne has quit IRC19:42
*** Sucks has quit IRC19:43
*** jmckind_ has quit IRC19:43
*** jmckind has joined #openstack19:44
*** jtomasek has quit IRC19:44
Sam-I-Amtty00: so...19:45
*** makije has quit IRC19:45
DPrince871hi, I'm having a really had time understanding domains in keystone... are there any good resources out there to help? Currently I've created a domain, added a server to it but everytime I try run a cmd with that user using openstackclient  it fails with ":~$ openstack service list19:45
DPrince871ERROR: openstack No valid authentication is available"19:45
Sam-I-Amoption 1 supports attaching a VM to a physical network directly... no routing/nat/whatever19:45
*** asheesh__ has quit IRC19:45
*** davi has quit IRC19:45
Sam-I-Amoption 1 enables you to create private virtual networks, attach vms to them, and use virtual routers/floating IPs19:46
*** bobh has joined #openstack19:46
*** fedgoat has quit IRC19:47
*** pratikmallya has joined #openstack19:47
*** Diplomat has joined #openstack19:47
*** pratikma_ has joined #openstack19:49
*** makije has joined #openstack19:52
*** baker has joined #openstack19:52
*** vivek-ebay has joined #openstack19:52
*** pratikmallya has quit IRC19:53
*** tpsilva has quit IRC19:53
*** bobh has quit IRC19:55
*** bobh has joined #openstack19:56
*** LikeVinyl has quit IRC19:58
*** cdash has joined #openstack19:59
*** bobh has quit IRC19:59
*** jpsandiego42 has joined #openstack20:00
*** LikeVinyl has joined #openstack20:01
*** devth has joined #openstack20:01
*** esker has joined #openstack20:01
*** esker has quit IRC20:01
*** aopincar has joined #openstack20:01
*** esker has joined #openstack20:02
*** esker has quit IRC20:02
*** esker has joined #openstack20:03
*** urban has quit IRC20:05
*** avarner has joined #openstack20:05
*** hybridpollo has joined #openstack20:05
*** manous has quit IRC20:06
*** baoli_ has quit IRC20:07
*** walterheck has quit IRC20:08
*** Marga_ has joined #openstack20:09
*** fedgoat has joined #openstack20:10
*** Lee1092 has quit IRC20:11
*** avarner has quit IRC20:12
*** superdan has quit IRC20:12
*** dansmith has joined #openstack20:12
*** Marga_ has quit IRC20:15
*** Pavo has joined #openstack20:16
*** achampion has quit IRC20:17
*** DavidDudson has joined #openstack20:19
*** Sucks has joined #openstack20:20
*** Guest16868 is now known as ioni20:21
*** ioni is now known as Guest6266620:21
*** esker has quit IRC20:22
*** kkoski has quit IRC20:23
*** kkoski has joined #openstack20:23
*** walterheck has joined #openstack20:23
*** aopincar has quit IRC20:23
*** DavidDudson has quit IRC20:24
*** otter768 has joined #openstack20:25
*** DavidDudson has joined #openstack20:25
*** baker_ has joined #openstack20:25
*** laron_ has quit IRC20:26
*** mosburn has quit IRC20:26
*** slaweq has joined #openstack20:28
*** annegentle has quit IRC20:28
*** baker has quit IRC20:28
*** otter768 has quit IRC20:29
*** slaweq_ has joined #openstack20:32
*** slaweq has quit IRC20:32
*** jayeshsolanki has quit IRC20:35
*** rotbeard has quit IRC20:38
*** rotbeard has joined #openstack20:40
*** e0ne has joined #openstack20:40
*** kkoski has quit IRC20:41
*** signed8bit has joined #openstack20:43
*** signed8b_ has joined #openstack20:47
*** signed8bit has quit IRC20:48
*** signed8b_ has quit IRC20:48
*** slaweq_ has quit IRC20:48
*** lucendio has joined #openstack20:48
*** neilus has joined #openstack20:50
*** annegentle has joined #openstack20:52
*** slaweq_ has joined #openstack20:53
*** e0ne has quit IRC20:53
*** neilus has quit IRC20:55
*** piet has joined #openstack20:56
*** linuxaddicts has joined #openstack20:56
*** aryklein has quit IRC20:59
*** racedo has quit IRC21:00
*** nunchuck has joined #openstack21:01
*** gyee has quit IRC21:01
*** pratikma_ has quit IRC21:01
*** rebase has joined #openstack21:02
*** VW has quit IRC21:02
*** rotbeard has quit IRC21:03
*** jfran has joined #openstack21:04
*** vivek-ebay has quit IRC21:04
*** fys_ has quit IRC21:05
*** jfran has quit IRC21:05
*** jbell8 has quit IRC21:06
*** rebase has quit IRC21:06
*** pratikmallya has joined #openstack21:09
*** pratikma_ has joined #openstack21:10
tty00do i need to do option 1 before option 2?21:11
tty00i read augments as "extends"21:11
*** pratikmallya has quit IRC21:14
*** OutBackDingo has joined #openstack21:15
*** salv-orlando has joined #openstack21:16
*** Guest62666 is now known as ioni21:21
*** ioni is now known as Guest2762821:22
*** sevone_tom has joined #openstack21:22
*** nllrte has quit IRC21:23
*** changbl has quit IRC21:26
*** markvoelker has joined #openstack21:26
*** DrBacchus has quit IRC21:27
*** jckasper has quit IRC21:28
*** aberdine has left #openstack21:29
*** pumaranikar has quit IRC21:30
*** markvoelker has quit IRC21:31
*** mtanino has quit IRC21:31
*** gyee has joined #openstack21:32
*** diogogmt has quit IRC21:32
*** diogogmt has joined #openstack21:33
*** vivek-ebay has joined #openstack21:35
*** LikeVinyl has quit IRC21:36
*** bnwit has joined #openstack21:38
*** changbl has joined #openstack21:39
*** sevone_tom has quit IRC21:39
*** GentileBen has quit IRC21:39
*** gord0 has joined #openstack21:41
*** melmoth has quit IRC21:43
*** DrBacchus has joined #openstack21:43
*** finisherr has quit IRC21:44
brad[]hi all, in a Juno - kilo update, how do I upgrade the SQL schema for heat?21:44
*** ronis__ has quit IRC21:45
*** pkennedy has quit IRC21:46
*** cdash has quit IRC21:47
*** BOKALDO has quit IRC21:48
*** BOKALDO has joined #openstack21:48
brad[]got it21:49
brad[]heat-manage db_sync21:49
*** devth has quit IRC21:49
*** annegentle has quit IRC21:49
*** Zer0Byte__ has quit IRC21:49
*** AmirBaleghi11112 has quit IRC21:50
*** devth has joined #openstack21:50
*** sturlry has quit IRC21:51
*** trifon has quit IRC21:52
*** jguy_ has joined #openstack21:52
*** Zer0Byte__ has joined #openstack21:52
*** bnwit has quit IRC21:54
*** electrofelix has quit IRC21:54
*** sturlry has joined #openstack21:55
*** bbcmicrocomputer has quit IRC21:55
*** salv-orlando has quit IRC21:56
*** BOKALDO has quit IRC21:59
*** sturlry_ has joined #openstack21:59
*** sturlry has quit IRC21:59
*** lascii is now known as alaski22:01
*** jf2 has quit IRC22:02
*** mattronix has quit IRC22:02
*** xemdetia has quit IRC22:02
*** balajiiyer has quit IRC22:02
*** mattronix has joined #openstack22:03
*** fultonj has quit IRC22:04
*** JamesHa has quit IRC22:05
*** gyee has quit IRC22:06
*** slaweq_ has quit IRC22:06
*** slaweq_ has joined #openstack22:07
*** tonythomas has quit IRC22:07
*** DrBacchus has quit IRC22:08
*** bdrich_ has quit IRC22:09
*** mattronix has quit IRC22:09
*** krobzaur has quit IRC22:09
*** mattronix has joined #openstack22:09
*** robbiew has left #openstack22:14
*** bobh has joined #openstack22:14
*** bobh has quit IRC22:14
*** EricGonc_ has joined #openstack22:15
*** gwildoe has joined #openstack22:18
gwildoehi all22:18
*** gwildoe has quit IRC22:19
*** EricGonczer_ has quit IRC22:19
*** fzdarsky|afk is now known as fzdarsky22:19
*** rossella_s has quit IRC22:21
*** rossella_s has joined #openstack22:21
*** Guest27628 is now known as ioni22:22
*** ioni is now known as Guest7812722:22
Diplomathello gwildoe, how's it going ?22:23
*** jguy_ has quit IRC22:24
*** cbader has quit IRC22:25
*** otter768 has joined #openstack22:25
*** lborda has quit IRC22:26
*** annegentle has joined #openstack22:28
*** krypto has quit IRC22:28
*** krypto has joined #openstack22:28
*** piet has quit IRC22:29
*** otter768 has quit IRC22:30
*** skapunker has quit IRC22:30
*** SuprGreg has quit IRC22:35
*** thrash is now known as thrash|wknd22:36
*** neilus has joined #openstack22:39
*** two_oes has quit IRC22:40
*** skapunker has joined #openstack22:41
*** neilus has quit IRC22:43
*** skapunker has quit IRC22:43
*** Reepicheep has quit IRC22:43
*** skapunker has joined #openstack22:44
*** skapunker has quit IRC22:45
*** jckasper has joined #openstack22:45
*** ppradhan has left #openstack22:46
john5223so tracking down my libvirt apparmor error when suspending vm i get this: https://gist.githubusercontent.com/john5223/7667478327f59354837d/raw/10d5b52124f080d79a64da3bb76b65bc37d88d16/gistfile1.txt22:47
*** skapunker has joined #openstack22:47
*** krypto has quit IRC22:47
*** finisherr has joined #openstack22:47
*** slaweq_ has quit IRC22:51
*** skapunker has quit IRC22:52
*** rcernin has joined #openstack22:53
*** jckasper has quit IRC22:53
*** mdenny has quit IRC22:53
*** kbringard has quit IRC22:53
*** lcurtis has quit IRC22:54
*** devth_ has joined #openstack22:54
*** annegentle has quit IRC22:56
*** jmckind has quit IRC22:56
*** pratikma_ has quit IRC22:56
*** ikcerog_ has joined #openstack22:57
Sam-I-Amtty00: yeah, you always do option 122:58
*** devth has quit IRC22:58
*** bnwit has joined #openstack23:00
*** ikcerog has quit IRC23:00
*** salv-orlando has joined #openstack23:01
*** skapunker has joined #openstack23:01
*** trifon has joined #openstack23:01
*** ikcerog_ has quit IRC23:01
*** pratikmallya has joined #openstack23:02
*** pratikmallya has quit IRC23:03
*** cprmrf has quit IRC23:03
*** pratikmallya has joined #openstack23:03
*** bnwit has quit IRC23:04
*** baker_ has quit IRC23:04
*** pratikmallya has quit IRC23:05
*** mr_chris has left #openstack23:05
*** rcernin has quit IRC23:08
*** walterheck has quit IRC23:09
*** ianbrown has quit IRC23:12
*** markvoelker has joined #openstack23:12
*** kevin__b has quit IRC23:12
*** ianbrown has joined #openstack23:12
*** pixelbeat_ has joined #openstack23:12
*** jpsandiego42 has quit IRC23:12
*** DavidDudson has quit IRC23:14
*** FunnyLookinHat has quit IRC23:14
*** jbell8 has joined #openstack23:15
*** morazi has quit IRC23:16
*** jbell8 has quit IRC23:16
*** markvoelker has quit IRC23:17
*** SorinSen has quit IRC23:17
*** salv-orlando has quit IRC23:18
*** skapunker_ has joined #openstack23:18
*** skapunker has quit IRC23:19
*** Guest78127 is now known as ioni23:23
*** ioni is now known as Guest2763023:23
*** fys_ has joined #openstack23:24
tty00Sam-I-Am: went trough option 1, and it isn't needed if you choose option 223:26
tty00but, the note should maybe be a bit more clear (clearify option 1 or option 2, even if option 1 isn't conflicting with option 2)23:28
tty00but thats just a humble opinion23:28
* jidar groans23:28
jidarhorizon keeps throwning an exception when trying to pull the tenant/project list23:29
jidarthis stupid thing23:29
*** vivek-ebay has quit IRC23:30
*** rushiagr_away is now known as rushiagr23:31
*** fzdarsky is now known as fzdarsky|afk23:32
*** zenoway has joined #openstack23:32
*** jguy_ has joined #openstack23:33
*** gregmark has quit IRC23:33
Sam-I-Amtty00: err yeah thats what i meant23:33
Sam-I-Amoption 1 only supports provider nets, option 2 supports both23:34
*** fedgoat has quit IRC23:34
Sam-I-Ami originally tried to write it so one would really build on the other, but neutron's config wouldnt have that23:34
Sam-I-Amjohn5223: could be a bug in the apparmor profiles23:35
*** vivek-ebay has joined #openstack23:36
*** zenoway has quit IRC23:37
*** EricGonczer_ has joined #openstack23:37
*** vivek-ebay has quit IRC23:37
*** jrcloud has joined #openstack23:38
*** obedmr_ has joined #openstack23:39
*** pratikmallya has joined #openstack23:39
*** EricGonc_ has quit IRC23:40
*** annegentle has joined #openstack23:40
*** obedmr has quit IRC23:40
*** davidmichaelkarr has quit IRC23:42
*** zackf has quit IRC23:42
brad[]In trying to run a heat stack I'm getting errors regarding neutron policy - http://pastebin.com/jxCdECnP23:45
brad[]The user I'm logged in with has heat_stack_owner role applied23:45
Sam-I-Amnon-admins cannot create --shared networks23:46
brad[]I don't think I want to grant some of those to regular_user role either23:46
brad[]ah23:46
Sam-I-Amor create provider netwrks23:46
brad[]It's strange that corekube (the stack I'm using) assumes a person will be an admin23:47
brad[](devs these days...)23:47
Sam-I-Ameh?23:47
brad[]odd thing though - the stack itself doesn't have mention of wanting to create a shared network or a provider network23:48
*** pighunt has joined #openstack23:49
*** qg_ has quit IRC23:51
*** annegentle has quit IRC23:51
Sam-I-Ammust be somewhere in there23:52
*** devth_ has quit IRC23:55
*** jengeb has quit IRC23:57
brad[]hmm.23:57
brad[]is OS::Neutron::ProviderNet used for the creation of provider networks? Not just to retrieve info about them?23:57
*** LikeVinyl has joined #openstack23:58
*** rushiagr is now known as rushiagr_away23:59
Sam-I-Amprobably23:59

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