*** mikeoutland has quit IRC | 00:00 | |
*** sirin has left #openstack | 00:00 | |
*** leeantho has quit IRC | 00:02 | |
*** ayoung has quit IRC | 00:03 | |
*** rbak has quit IRC | 00:04 | |
*** Guest87235 is now known as ioni | 00:04 | |
*** chlong has joined #openstack | 00:04 | |
*** ioni is now known as Guest4323 | 00:05 | |
*** neilus has joined #openstack | 00:06 | |
*** annegentle has quit IRC | 00:06 | |
*** annegentle has joined #openstack | 00:06 | |
*** alejandrito has quit IRC | 00:08 | |
*** vishwana_ has quit IRC | 00:08 | |
*** clopez has quit IRC | 00:08 | |
*** ivar-lazzaro has quit IRC | 00:09 | |
*** sturlry_ has quit IRC | 00:09 | |
*** signed8bit has joined #openstack | 00:10 | |
*** neilus has quit IRC | 00:11 | |
*** annegentle has quit IRC | 00:11 | |
*** signed8bit has quit IRC | 00:11 | |
*** ivar-lazzaro has joined #openstack | 00:11 | |
*** dcmorton has joined #openstack | 00:12 | |
*** ivar-lazzaro has quit IRC | 00:12 | |
*** dgurtner has quit IRC | 00:13 | |
*** VW_ has joined #openstack | 00:13 | |
*** ivar-lazzaro has joined #openstack | 00:13 | |
*** fsimonce has quit IRC | 00:16 | |
*** TinkerTyper has quit IRC | 00:16 | |
*** annegentle has joined #openstack | 00:16 | |
*** VW has quit IRC | 00:16 | |
*** gildub has joined #openstack | 00:16 | |
RageLtMan | Anyone 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 hangs | 00:16 |
---|---|---|
*** VW_ has quit IRC | 00:18 | |
*** davideagle_ has joined #openstack | 00:18 | |
*** ziggit has joined #openstack | 00:19 | |
*** tom_simpson has joined #openstack | 00:20 | |
*** aimon has quit IRC | 00:21 | |
*** davideagle_ has quit IRC | 00:21 | |
*** annegentle has quit IRC | 00:21 | |
*** obedmr has quit IRC | 00:22 | |
Sam-I-Am | RageLtMan: what kind of network(s) | 00:22 |
*** aimon has joined #openstack | 00:24 | |
*** signed8bit has joined #openstack | 00:25 | |
*** krypto has joined #openstack | 00:27 | |
*** walterheck has quit IRC | 00:27 | |
*** sturlry has joined #openstack | 00:28 | |
*** clopez has joined #openstack | 00:29 | |
RageLtMan | Sam-I-Am: its VXLAN | 00:29 |
RageLtMan | the 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 #openstack | 00:30 | |
*** blahRus has quit IRC | 00:30 | |
*** agireud has quit IRC | 00:30 | |
RageLtMan | ICMP works, TCP socket connects, but appears to die establishing TLS context | 00:30 |
*** otter768 has joined #openstack | 00:30 | |
*** kbringard has joined #openstack | 00:30 | |
RageLtMan | both hosts are behind different virtual routers, with security groups allowing all outbound, and inbound on the port being accessed for the machine being accessed | 00:30 |
*** sturlry_ has quit IRC | 00:30 | |
*** sturlry_ has joined #openstack | 00:31 | |
RageLtMan | we 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-Am | sounds like a mtu problem | 00:31 |
RageLtMan | woof | 00:31 |
RageLtMan | does neutron not reconfigure MTU when it goes between networks? | 00:31 |
*** rbak has joined #openstack | 00:31 | |
RageLtMan | because i think i DO have the client in an MTU 9K net, but the router should address that... no? | 00:31 |
Sam-I-Am | nope | 00:32 |
RageLtMan | (the physical MTU is 9134) | 00:32 |
RageLtMan | umm | 00:32 |
*** zhangjn has joined #openstack | 00:32 | |
RageLtMan | that seems like a major deviation from normal networking | 00:32 |
Sam-I-Am | mtu needs to be end-to-end | 00:32 |
RageLtMan | so basically all VMs in a stack have to have the same MTU? | 00:32 |
*** signed8bit has quit IRC | 00:32 | |
Sam-I-Am | its always manually configured | 00:32 |
*** sturlry has quit IRC | 00:32 | |
RageLtMan | wait 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-Am | well, mtu doesnt NEED to be end-to-end, but if icmp messages to reduce it are blocked or not sent... no bueno | 00:33 |
Sam-I-Am | question is, whats the mtu on all the bits between your VM and the nearest router? | 00:34 |
*** alop has quit IRC | 00:34 | |
jf2 | i 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 hang | 00:34 |
*** Su7 has quit IRC | 00:34 | |
RageLtMan | physical MTU is 9134 | 00:34 |
*** salv-orl_ has quit IRC | 00:34 | |
RageLtMan | client VM (in its VXLAN) is 9k | 00:34 |
Sam-I-Am | jf2: depends on some things | 00:34 |
RageLtMan | all physical MTUs are 9134 or whatever the max allowed by the networking hardware is (its over 9100) | 00:34 |
Sam-I-Am | RageLtMan: the neutron parts | 00:35 |
*** sturlry_ is now known as sturlry | 00:35 | |
Sam-I-Am | is this ovs or lb? | 00:35 |
RageLtMan | ovs | 00:35 |
RageLtMan | whats lb? | 00:35 |
RageLtMan | load balance? | 00:35 |
Sam-I-Am | linuxbridge | 00:35 |
*** vivek-ebay has joined #openstack | 00:35 | |
Sam-I-Am | another agent type. ovs uses a linuxbridge to implement secgroups anyway | 00:35 |
Sam-I-Am | so you have both | 00:35 |
RageLtMan | from what i can see neutron uses both, but its the ovs plugin | 00:35 |
*** agireud has joined #openstack | 00:36 | |
RageLtMan | hmm, ok, so one subnet is set to 8950 | 00:36 |
Sam-I-Am | you 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 IRC | 00:36 | |
*** VW has joined #openstack | 00:36 | |
Sam-I-Am | actually the last br-int goes into your router i think | 00:36 |
*** agireud has joined #openstack | 00:36 | |
*** pratikmallya has joined #openstack | 00:37 | |
RageLtMan | hmm | 00:37 |
*** Bey0ndB1nary has joined #openstack | 00:37 | |
RageLtMan | this is weird | 00:37 |
RageLtMan | all of the networks are showing 8950 in neutron - both the internal VXLAN and the intermediate public VXLAN | 00:38 |
*** RichardRaseley has quit IRC | 00:39 | |
*** markvoelker has quit IRC | 00:39 | |
*** VW has quit IRC | 00:40 | |
*** chenli has joined #openstack | 00:41 | |
*** clopez has quit IRC | 00:42 | |
*** aimon has quit IRC | 00:43 | |
*** Su7 has joined #openstack | 00:45 | |
*** kkoski has quit IRC | 00:46 | |
*** gaughen has quit IRC | 00:50 | |
*** agireud has quit IRC | 00:51 | |
Sam-I-Am | RageLtMan: can you see what size frame the vm is trying to send, and where it gets stuck? | 00:51 |
RageLtMan | the frames on all of these are 8950 | 00:54 |
RageLtMan | where it gets stuck is the confusing piece | 00:54 |
RageLtMan | man oh man do we need an integrated iface tracer in neutron | 00:55 |
*** markvoelker has joined #openstack | 00:55 | |
*** clopez has joined #openstack | 00:55 | |
RageLtMan | walking 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 #openstack | 00:57 | |
*** amotoki has joined #openstack | 00:57 | |
*** gaughen has joined #openstack | 00:57 | |
*** djan has quit IRC | 00:57 | |
jidar | can 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 IRC | 00:58 | |
jidar | so the URL for both Public/Admin would be just the Admin URL | 00:58 |
Sam-I-Am | jidar: think so | 01:00 |
jidar | I'd imagine one would usurp the other, but don't know for sure | 01:00 |
*** neilus has joined #openstack | 01:00 | |
*** otter768 has quit IRC | 01:00 | |
Sam-I-Am | you can tell which endpoint for your client to use | 01:01 |
Sam-I-Am | or which endpoint for services to use when they talk to other services | 01:01 |
*** jonaspaulo has quit IRC | 01:02 | |
*** donghao has joined #openstack | 01:02 | |
jidar | hmm, would keystone's PublicURL even offer the data for endpoint-list or user-list? | 01:02 |
jidar | because the client by default wants to use the AdminURL for that info | 01:03 |
Sam-I-Am | endpoints are public info | 01:04 |
Sam-I-Am | because all things need them | 01:04 |
Sam-I-Am | user-list is not | 01:04 |
Sam-I-Am | you should be able to list public endpoints without any special creds | 01:04 |
jidar | that's weird, because it fails for me and trys to hit the AdminURL | 01:04 |
*** neilus has quit IRC | 01:05 | |
jidar | >Invalid OpenStack Identity credentials. | 01:05 |
*** Guest4323 is now known as ioni | 01:05 | |
jidar | very goofy imho | 01:05 |
*** doug-fish has quit IRC | 01:05 | |
*** ioni is now known as Guest11429 | 01:05 | |
jidar | same exports on a host that has all network access, bam no issues just returns the endpoint-list | 01:05 |
RageLtMan | and tracepath doesnt work in neutron? | 01:06 |
RageLtMan | nice | 01:06 |
jidar | even ran a tcpdump to confirm | 01:06 |
Sam-I-Am | RageLtMan: what? | 01:06 |
*** mtanino has quit IRC | 01:06 | |
*** aorourke is now known as aorourke-afk | 01:06 | |
*** mikeoutland has quit IRC | 01:07 | |
RageLtMan | running tracepath between the hosts just gives lots of "no reply" | 01:07 |
RageLtMan | between the VMs | 01:07 |
Sam-I-Am | what happens with ping using large packet sizes? | 01:07 |
*** Heidistein has quit IRC | 01:07 | |
Sam-I-Am | some things like SSH like to enable DF on encryption handshakes | 01:08 |
Sam-I-Am | so i assume TLS applies | 01:08 |
*** daemontool has quit IRC | 01:08 | |
Sam-I-Am | i've seen a lot of cases where people can ping stuff, http just fine... ssh/tls... dead. | 01:08 |
RageLtMan | there we go | 01:09 |
RageLtMan | anything over ping -s 1472 fails | 01:09 |
RageLtMan | there's a 1500 cap with 28 bytes added in somewhere | 01:09 |
*** ivar-lazzaro has quit IRC | 01:10 | |
kysse | ping -M do -s 1472 targrt ip | 01:10 |
RageLtMan | oh great | 01:10 |
RageLtMan | it cant ping its own router at the MTU set on its interface | 01:10 |
RageLtMan | so in-subnet (single vxlan) i have some sort of problem | 01:10 |
Sam-I-Am | probably because there's a low mtu in the middle | 01:10 |
Sam-I-Am | there are a LOT of interfaces between your VM and the router | 01:10 |
RageLtMan | shouldnt neutron configure them all at the same MTU? kinda defeats the purpose otherwise :) | 01:11 |
*** koolhead17 has joined #openstack | 01:11 | |
Sam-I-Am | RageLtMan: what release is this? | 01:11 |
*** koolhead17 has quit IRC | 01:11 | |
*** koolhead17 has joined #openstack | 01:11 | |
RageLtMan | kilo | 01:11 |
Sam-I-Am | ehhhh | 01:11 |
Sam-I-Am | sort of | 01:11 |
RageLtMan | in plugin.ini neutron has path_mtu set @ 9k | 01:12 |
RageLtMan | sort of? | 01:12 |
*** aossama has quit IRC | 01:12 | |
Sam-I-Am | the spec was slowly implemented, but dont think it was completely done back then due to ... nova integration problem? | 01:12 |
RageLtMan | manual config on a per-vm or network basis strikes me as the opposite of orchestration :) | 01:12 |
*** donghao has quit IRC | 01:12 | |
Sam-I-Am | well, it requires coordination with nova because they plug things into neutron | 01:12 |
RageLtMan | balls. | 01:12 |
RageLtMan | k. so where does one start looking? | 01:12 |
RageLtMan | the veth of the VM, the lxbr, then ovs on the nova node? | 01:13 |
Sam-I-Am | this is something i need to put on my list of stuff | 01:13 |
Sam-I-Am | yep, all the pieces | 01:13 |
Sam-I-Am | see where its not what you told it | 01:13 |
*** aossama has joined #openstack | 01:13 | |
*** Heidistein has joined #openstack | 01:13 | |
RageLtMan | roger | 01:13 |
*** darrenc_afk is now known as darrenc | 01:13 | |
RageLtMan | :q | 01:14 |
*** s00pcan has quit IRC | 01:15 | |
*** zhangjn has quit IRC | 01:17 | |
*** aimon has joined #openstack | 01:17 | |
*** achampion has quit IRC | 01:17 | |
RageLtMan | the lxbr pieces corresponding with the ID all show MTU of 65000 | 01:17 |
*** zhangjn has joined #openstack | 01:18 | |
kysse | 65000 sounds pretty high? | 01:18 |
RageLtMan | right? | 01:18 |
RageLtMan | but they're not real NICs all veths and patches/bridges. | 01:18 |
kysse | ah | 01:19 |
kysse | show me your interface file or are you using ovs | 01:19 |
RageLtMan | ovs | 01:19 |
*** ziggit has quit IRC | 01:19 | |
RageLtMan | ovs with vxlan | 01:19 |
kysse | oh lord | 01:19 |
RageLtMan | plugin.ini is set to 9K mtu | 01:19 |
RageLtMan | but i cant pass anything over 1472 (1500 with 28b pad) | 01:19 |
kysse | ans yoi switched your physical access ports too? | 01:20 |
kysse | to 9k mtu | 01:20 |
*** ziggit has joined #openstack | 01:20 | |
kysse | and you* | 01:22 |
*** zhhuabj_ has quit IRC | 01:22 | |
*** ziggit has quit IRC | 01:24 | |
Sam-I-Am | RageLtMan: you could also ping large and tcpdump along the path | 01:24 |
*** Cloudish_ has quit IRC | 01:24 | |
Sam-I-Am | might be easier to isolate the problem | 01:24 |
Sam-I-Am | although tcpdumping within ovs is a pain | 01:24 |
*** ParsectiX has joined #openstack | 01:25 | |
*** ParsectiX has joined #openstack | 01:26 | |
Sam-I-Am | time to locate dinner | 01:27 |
*** slowe has quit IRC | 01:28 | |
kysse | is it still running? | 01:28 |
kysse | happy hunting. | 01:29 |
*** Lee1092 has joined #openstack | 01:29 | |
*** jrcloud has joined #openstack | 01:29 | |
*** DavidDudson has joined #openstack | 01:31 | |
*** asheesh_ has joined #openstack | 01:32 | |
*** spartacloud has quit IRC | 01:33 | |
*** jackburton has joined #openstack | 01:34 | |
*** asheesh_ has quit IRC | 01:34 | |
*** hanchao has joined #openstack | 01:35 | |
*** donghao has joined #openstack | 01:35 | |
*** Sucks has quit IRC | 01:35 | |
*** X-Rob has joined #openstack | 01:37 | |
*** vivek-ebay has quit IRC | 01:40 | |
*** onlyanegg has quit IRC | 01:43 | |
*** otter768 has joined #openstack | 01:44 | |
*** JohnnyChou has joined #openstack | 01:47 | |
*** icezimm has quit IRC | 01:47 | |
*** achampion has joined #openstack | 01:49 | |
*** rfolco has joined #openstack | 01:50 | |
*** donghao has quit IRC | 01:50 | |
*** agireud has joined #openstack | 01:51 | |
*** donghao has joined #openstack | 01:52 | |
*** zenoway has joined #openstack | 01:52 | |
*** achampion has quit IRC | 01:53 | |
*** neilus has joined #openstack | 01:54 | |
*** woodard has joined #openstack | 01:56 | |
*** zenoway has quit IRC | 01:57 | |
*** neilus has quit IRC | 01:59 | |
*** agireud has quit IRC | 01:59 | |
*** kester___ has joined #openstack | 02:00 | |
*** zhangjn has quit IRC | 02:00 | |
*** phileas has quit IRC | 02:02 | |
*** rfolco has quit IRC | 02:02 | |
*** telnes_1 has quit IRC | 02:02 | |
*** agireud has joined #openstack | 02:02 | |
*** _cjones_ has quit IRC | 02:02 | |
*** telnes_ has joined #openstack | 02:03 | |
*** _cjones_ has joined #openstack | 02:03 | |
*** pratikmallya has quit IRC | 02:04 | |
*** tom_simpson has quit IRC | 02:04 | |
*** phileas has joined #openstack | 02:04 | |
*** penick has quit IRC | 02:05 | |
*** Guest11429 is now known as ioni | 02:06 | |
*** ioni is now known as Guest3424 | 02:06 | |
*** MaxSan_ has left #openstack | 02:06 | |
*** yamahata has quit IRC | 02:07 | |
*** zenoway has joined #openstack | 02:07 | |
*** agireud has quit IRC | 02:07 | |
*** _cjones_ has quit IRC | 02:08 | |
*** lucendio has quit IRC | 02:08 | |
*** annegentle has joined #openstack | 02:09 | |
*** Sucks has joined #openstack | 02:10 | |
*** ivar-lazzaro has joined #openstack | 02:10 | |
*** zenoway has quit IRC | 02:12 | |
*** donghao has quit IRC | 02:14 | |
*** mrjazzcat has quit IRC | 02:14 | |
*** ivar-lazzaro has quit IRC | 02:15 | |
*** ayoung has joined #openstack | 02:18 | |
*** telnes_ has quit IRC | 02:18 | |
*** yamamoto has joined #openstack | 02:21 | |
*** rossella_s has quit IRC | 02:21 | |
*** rossella_s has joined #openstack | 02:21 | |
*** achampion has joined #openstack | 02:22 | |
*** agireud has joined #openstack | 02:23 | |
*** Marga_ has quit IRC | 02:23 | |
*** Marga_ has joined #openstack | 02:23 | |
*** fedgoat has quit IRC | 02:25 | |
*** FallenPegasus has quit IRC | 02:28 | |
*** pratikmallya has joined #openstack | 02:30 | |
*** eghobo has quit IRC | 02:31 | |
*** erkules has joined #openstack | 02:32 | |
*** zenoway has joined #openstack | 02:33 | |
*** yamamoto has quit IRC | 02:34 | |
*** phd2 has quit IRC | 02:34 | |
*** erkules_ has quit IRC | 02:34 | |
*** gli has joined #openstack | 02:34 | |
*** signed8bit has joined #openstack | 02:34 | |
*** annegentle has quit IRC | 02:36 | |
*** zenoway has quit IRC | 02:37 | |
*** tom_simpson has joined #openstack | 02:37 | |
*** woodard has quit IRC | 02:38 | |
*** salv-orlando has joined #openstack | 02:38 | |
*** chenli has quit IRC | 02:39 | |
*** chenli has joined #openstack | 02:40 | |
*** ashneo76 has joined #openstack | 02:40 | |
*** signed8bit has quit IRC | 02:40 | |
*** zhenq has quit IRC | 02:47 | |
*** qg_ has joined #openstack | 02:48 | |
*** fzdarsky_ has joined #openstack | 02:50 | |
*** jf2 has quit IRC | 02:51 | |
*** jcarter2 has joined #openstack | 02:51 | |
*** fzdarsky|afk has quit IRC | 02:53 | |
*** zhangjn has joined #openstack | 02:55 | |
*** agireud has quit IRC | 02:57 | |
*** zenoway has joined #openstack | 02:58 | |
*** pratikmallya has quit IRC | 02:58 | |
*** baoli_ has quit IRC | 02:59 | |
*** loth has quit IRC | 02:59 | |
*** marrusl has quit IRC | 02:59 | |
*** JohnnyChou has quit IRC | 03:00 | |
*** Johnnyci has joined #openstack | 03:00 | |
*** Johnnyci has quit IRC | 03:01 | |
*** lcurtis has quit IRC | 03:01 | |
*** JohnnyCI has joined #openstack | 03:02 | |
*** salv-orl_ has joined #openstack | 03:02 | |
*** agireud has joined #openstack | 03:02 | |
*** sanchitmalhotra has joined #openstack | 03:02 | |
*** zenoway has quit IRC | 03:03 | |
*** salv-orlando has quit IRC | 03:05 | |
*** houming has joined #openstack | 03:05 | |
*** Guest3424 is now known as ioni | 03:06 | |
*** ioni is now known as Guest73132 | 03:07 | |
*** qg_ has quit IRC | 03:10 | |
*** koolhead17 has quit IRC | 03:10 | |
*** sturlry has quit IRC | 03:11 | |
*** salv-orl_ has quit IRC | 03:11 | |
*** cfarquhar has quit IRC | 03:12 | |
*** metsuke has joined #openstack | 03:13 | |
*** jckasper has joined #openstack | 03:13 | |
X-Rob | I really wonder why I care about this project. | 03:14 |
*** links has joined #openstack | 03:14 | |
*** amotoki has quit IRC | 03:15 | |
*** jckasper has quit IRC | 03:17 | |
*** eghobo has joined #openstack | 03:17 | |
*** angdraug has quit IRC | 03:21 | |
*** pravins has joined #openstack | 03:21 | |
*** zenoway has joined #openstack | 03:22 | |
*** saschpe has quit IRC | 03:22 | |
*** Sucks_ has joined #openstack | 03:23 | |
*** Sucks has quit IRC | 03:23 | |
*** eghobo has quit IRC | 03:24 | |
*** saschpe has joined #openstack | 03:24 | |
*** yamamoto has joined #openstack | 03:27 | |
*** zenoway has quit IRC | 03:27 | |
*** borosky has joined #openstack | 03:32 | |
*** tochi has quit IRC | 03:32 | |
*** hdd has quit IRC | 03:33 | |
*** broosky has quit IRC | 03:34 | |
*** ParsectiX has quit IRC | 03:38 | |
*** cemason has joined #openstack | 03:38 | |
*** hyphenated has quit IRC | 03:39 | |
*** gyee has quit IRC | 03:40 | |
*** qg_ has joined #openstack | 03:40 | |
*** neilus has joined #openstack | 03:42 | |
*** annegentle has joined #openstack | 03:43 | |
*** amotoki has joined #openstack | 03:43 | |
*** cemason has quit IRC | 03:44 | |
*** vsedelnik has joined #openstack | 03:45 | |
*** dyasny has quit IRC | 03:45 | |
*** deray has joined #openstack | 03:45 | |
*** annegentle has quit IRC | 03:46 | |
*** erkules_ has joined #openstack | 03:46 | |
*** markvoelker has quit IRC | 03:47 | |
*** sree has joined #openstack | 03:47 | |
*** vsedelnik has quit IRC | 03:47 | |
*** neilus has quit IRC | 03:47 | |
*** erkules has quit IRC | 03:49 | |
*** zhhuabj has joined #openstack | 03:50 | |
*** vsedelnik has joined #openstack | 03:55 | |
*** rahulait has joined #openstack | 03:55 | |
*** zhhuabj has quit IRC | 03:56 | |
*** zhangjn has quit IRC | 03:56 | |
*** vsedelnik has quit IRC | 03:57 | |
*** rushiagr_away is now known as rushiagr | 03:57 | |
*** rushiagr is now known as rushiagr_away | 03:58 | |
*** amotoki has quit IRC | 03:58 | |
*** qg_ has quit IRC | 04:00 | |
*** qg_ has joined #openstack | 04:00 | |
*** changzhi has joined #openstack | 04:01 | |
*** jckasper_ has quit IRC | 04:01 | |
*** FallenPegasus has joined #openstack | 04:02 | |
*** jckasper has joined #openstack | 04:02 | |
*** koolhead17 has joined #openstack | 04:03 | |
*** koolhead17 has quit IRC | 04:03 | |
*** koolhead17 has joined #openstack | 04:03 | |
*** tochi has joined #openstack | 04:04 | |
*** SurajD has joined #openstack | 04:04 | |
*** qg_ has quit IRC | 04:04 | |
*** paulbernard_ has joined #openstack | 04:05 | |
paulbernard_ | #scala | 04:06 |
*** hdd has joined #openstack | 04:06 | |
*** tom_simpson has quit IRC | 04:06 | |
*** jckasper has quit IRC | 04:07 | |
*** kester___ has quit IRC | 04:07 | |
*** obedmr has joined #openstack | 04:07 | |
*** Guest73132 is now known as ioni | 04:07 | |
*** ska has left #openstack | 04:07 | |
*** ioni is now known as Guest99116 | 04:07 | |
*** paulbernard_ has quit IRC | 04:08 | |
*** AaronJohn has joined #openstack | 04:08 | |
*** koolhead17 has quit IRC | 04:11 | |
*** koolhead17 has joined #openstack | 04:11 | |
*** obedmr has quit IRC | 04:13 | |
*** zhhuabj has joined #openstack | 04:13 | |
*** Mudpuppy has quit IRC | 04:14 | |
*** chenli has quit IRC | 04:14 | |
*** vsedelnik has joined #openstack | 04:14 | |
*** ju5t has joined #openstack | 04:14 | |
*** kkoski has joined #openstack | 04:15 | |
*** otter768 has quit IRC | 04:18 | |
*** danieli has joined #openstack | 04:18 | |
*** kkoski has quit IRC | 04:18 | |
*** vivek-ebay has joined #openstack | 04:18 | |
*** walterheck has joined #openstack | 04:20 | |
*** aopincar has joined #openstack | 04:22 | |
*** yeshacker has joined #openstack | 04:22 | |
*** nehar has joined #openstack | 04:25 | |
*** salv-orlando has joined #openstack | 04:26 | |
*** aeperezt has quit IRC | 04:26 | |
*** ivar-lazzaro has joined #openstack | 04:27 | |
*** ivar-lazzaro has quit IRC | 04:27 | |
*** sturlry has joined #openstack | 04:27 | |
*** zhangjn has joined #openstack | 04:28 | |
*** albertom has quit IRC | 04:28 | |
*** zenoway has joined #openstack | 04:28 | |
*** albertom has joined #openstack | 04:29 | |
*** sturlry_ has joined #openstack | 04:30 | |
*** salv-orlando has quit IRC | 04:30 | |
*** chenli has joined #openstack | 04:31 | |
*** sturlry has quit IRC | 04:31 | |
*** amotoki has joined #openstack | 04:32 | |
*** ju5t has quit IRC | 04:32 | |
*** zenoway has quit IRC | 04:33 | |
*** zhangjn has quit IRC | 04:33 | |
*** neilus has joined #openstack | 04:37 | |
*** vsedelnik has quit IRC | 04:37 | |
*** pixelbeat_ has quit IRC | 04:38 | |
*** neilus has quit IRC | 04:41 | |
*** zhhuabj has quit IRC | 04:42 | |
*** phd2 has joined #openstack | 04:42 | |
*** Mudpuppy has joined #openstack | 04:44 | |
*** ParsectiX has joined #openstack | 04:44 | |
*** masco has joined #openstack | 04:45 | |
*** aholler_ has joined #openstack | 04:45 | |
*** takashi has joined #openstack | 04:46 | |
*** markvoelker has joined #openstack | 04:47 | |
*** yeshacker has quit IRC | 04:48 | |
*** zhhuabj has joined #openstack | 04:49 | |
*** aholler has quit IRC | 04:49 | |
*** Mudpuppy has quit IRC | 04:50 | |
*** esker has quit IRC | 04:52 | |
*** Sucks_ has quit IRC | 04:52 | |
*** markvoelker has quit IRC | 04:52 | |
*** krypto has quit IRC | 04:54 | |
*** bluedusk has joined #openstack | 04:55 | |
*** hdd has quit IRC | 04:56 | |
*** ParsectiX has quit IRC | 04:56 | |
*** hdd has joined #openstack | 04:56 | |
*** ParsectiX has joined #openstack | 04:56 | |
*** ParsectiX has quit IRC | 04:57 | |
*** woodard has joined #openstack | 04:57 | |
*** ParsectiX has joined #openstack | 04:57 | |
*** ParsectiX has quit IRC | 04:59 | |
*** aleksandr_null has quit IRC | 05:00 | |
*** metsuke has quit IRC | 05:00 | |
*** vsedelnik has joined #openstack | 05:01 | |
*** Cloudish_ has joined #openstack | 05:02 | |
*** woodard has quit IRC | 05:02 | |
*** mar-vin has quit IRC | 05:02 | |
*** mar-vin has joined #openstack | 05:03 | |
*** eghobo has joined #openstack | 05:03 | |
*** emsomeoneelse has joined #openstack | 05:04 | |
*** aleksandr_null has joined #openstack | 05:05 | |
*** zenoway has joined #openstack | 05:05 | |
*** vsedelnik has quit IRC | 05:05 | |
*** brad_behle has quit IRC | 05:06 | |
*** vivek-eb_ has joined #openstack | 05:06 | |
*** hdd has quit IRC | 05:07 | |
*** Guest99116 is now known as ioni | 05:08 | |
*** ioni is now known as Guest10778 | 05:08 | |
*** zenoway has quit IRC | 05:10 | |
*** vivek-ebay has quit IRC | 05:10 | |
*** qg_ has joined #openstack | 05:13 | |
*** Pinu has joined #openstack | 05:16 | |
*** hichihara has quit IRC | 05:18 | |
*** phd2 has quit IRC | 05:19 | |
*** hybridpollo has quit IRC | 05:20 | |
*** mkovarik has joined #openstack | 05:22 | |
*** vijayagurug has joined #openstack | 05:22 | |
*** githogori has quit IRC | 05:24 | |
*** linuxgeek has joined #openstack | 05:26 | |
*** mzee1000 has joined #openstack | 05:29 | |
*** saurabh_ has joined #openstack | 05:29 | |
*** ivan_mironov has joined #openstack | 05:31 | |
*** SumitNaiksatam has joined #openstack | 05:31 | |
*** Sucks has joined #openstack | 05:33 | |
*** hdd has joined #openstack | 05:34 | |
*** AaronJohn has quit IRC | 05:34 | |
*** zalim has joined #openstack | 05:36 | |
*** houming has quit IRC | 05:37 | |
*** asheesh_ has joined #openstack | 05:40 | |
*** julim has quit IRC | 05:41 | |
*** asheesh_ has quit IRC | 05:41 | |
*** Pinu has quit IRC | 05:43 | |
*** annegentle has joined #openstack | 05:46 | |
*** ksobkowiak has quit IRC | 05:48 | |
*** markvoelker has joined #openstack | 05:49 | |
*** annegentle has quit IRC | 05:50 | |
*** yamahata has joined #openstack | 05:51 | |
*** finisherr has joined #openstack | 05:53 | |
finisherr | ble | 05:53 |
*** markvoelker has quit IRC | 05:54 | |
*** aopincar has quit IRC | 05:56 | |
RageLtMan | Sam-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 now | 05:57 |
openstack | Launchpad bug 1419069 in neutron "Network Performance Problem with GRE using Openvswitch" [Medium,Confirmed] | 05:57 |
*** amotoki has quit IRC | 05:57 | |
*** yeshacker has joined #openstack | 05:57 | |
*** qg_ has quit IRC | 05:57 | |
*** qg_ has joined #openstack | 05:58 | |
*** zenoway has joined #openstack | 05:58 | |
*** FallenPegasus has quit IRC | 06:01 | |
*** qg_ has quit IRC | 06:03 | |
*** amotoki has joined #openstack | 06:03 | |
*** zalim has quit IRC | 06:03 | |
*** zenoway has quit IRC | 06:03 | |
*** Sucks has quit IRC | 06:04 | |
*** takashi has quit IRC | 06:04 | |
*** phd2 has joined #openstack | 06:04 | |
*** serverascode has quit IRC | 06:05 | |
*** n1ftyn8_ has quit IRC | 06:05 | |
*** sarcasticidiot has joined #openstack | 06:08 | |
*** Guest10778 is now known as ioni | 06:09 | |
*** aopincar has joined #openstack | 06:09 | |
*** ioni is now known as Guest6068 | 06:09 | |
*** Bhaskarakiran has joined #openstack | 06:09 | |
*** n1ftyn8_ has joined #openstack | 06:11 | |
*** FallenPegasus has joined #openstack | 06:11 | |
*** asheesh_ has joined #openstack | 06:12 | |
*** serverascode has joined #openstack | 06:14 | |
*** gli has quit IRC | 06:14 | |
*** groen692 has joined #openstack | 06:16 | |
*** otter768 has joined #openstack | 06:18 | |
*** linuxgeek has quit IRC | 06:19 | |
*** asheesh_ has quit IRC | 06:20 | |
*** rossella_s has quit IRC | 06:21 | |
*** AmirBaleghi11112 has joined #openstack | 06:21 | |
*** rossella_s has joined #openstack | 06:22 | |
*** trifon has joined #openstack | 06:22 | |
*** zenoway has joined #openstack | 06:23 | |
*** otter768 has quit IRC | 06:23 | |
*** BOKALDO has joined #openstack | 06:23 | |
*** aopincar has quit IRC | 06:24 | |
*** neilus has joined #openstack | 06:25 | |
*** hdd has quit IRC | 06:25 | |
*** gli has joined #openstack | 06:26 | |
*** asheesh_ has joined #openstack | 06:27 | |
*** zenoway has quit IRC | 06:27 | |
*** coolsvap|away is now known as coolsvap | 06:27 | |
*** asheesh_ has quit IRC | 06:28 | |
*** asheesh_ has joined #openstack | 06:29 | |
*** neilus has quit IRC | 06:29 | |
*** asheesh_ has quit IRC | 06:30 | |
*** muralis has joined #openstack | 06:32 | |
*** trifon has quit IRC | 06:32 | |
muralis | Hello | 06:32 |
muralis | anyone here to help me with Cloudkitty | 06:32 |
*** githogori has joined #openstack | 06:33 | |
*** rdas has joined #openstack | 06:33 | |
*** Bhaskarakiran has quit IRC | 06:33 | |
*** akrzos has quit IRC | 06:34 | |
*** jrcloud has quit IRC | 06:34 | |
*** akrzos has joined #openstack | 06:35 | |
*** julim has joined #openstack | 06:35 | |
*** trifon has joined #openstack | 06:36 | |
*** grafuls has joined #openstack | 06:37 | |
*** vivek-eb_ has quit IRC | 06:37 | |
*** takashi has joined #openstack | 06:38 | |
*** anubhaskar has joined #openstack | 06:38 | |
*** neeti has joined #openstack | 06:40 | |
*** asheesh_ has joined #openstack | 06:41 | |
*** tonythomas has joined #openstack | 06:41 | |
*** AnilV4 has joined #openstack | 06:41 | |
*** groen692 has quit IRC | 06:43 | |
*** groen692 has joined #openstack | 06:44 | |
*** ivan_mironov has quit IRC | 06:44 | |
*** asheesh_ has quit IRC | 06:45 | |
*** zenoway has joined #openstack | 06:47 | |
*** koolhead17 has quit IRC | 06:50 | |
*** zenoway has quit IRC | 06:52 | |
*** ChrisNBlum has quit IRC | 06:53 | |
*** ChrisNBlum has joined #openstack | 06:53 | |
*** tlian2 has joined #openstack | 06:53 | |
*** gildub has quit IRC | 06:54 | |
*** AmirBaleghi11112 has quit IRC | 06:55 | |
*** zenoway has joined #openstack | 06:55 | |
*** tlian has quit IRC | 06:55 | |
*** zenoway has quit IRC | 06:56 | |
*** anshul has joined #openstack | 06:57 | |
*** zenoway has joined #openstack | 06:57 | |
*** qg_ has joined #openstack | 06:59 | |
*** AmirBaleghi11112 has joined #openstack | 07:01 | |
*** julim has quit IRC | 07:01 | |
*** salv-orlando has joined #openstack | 07:02 | |
*** zenoway has quit IRC | 07:02 | |
*** yaume has joined #openstack | 07:03 | |
*** qg_ has quit IRC | 07:03 | |
*** yaume has quit IRC | 07:03 | |
*** groen692 has quit IRC | 07:03 | |
*** tlian2 has quit IRC | 07:03 | |
*** melmoth has joined #openstack | 07:04 | |
*** amotoki has quit IRC | 07:04 | |
*** groen692 has joined #openstack | 07:05 | |
*** JRobinson__ has quit IRC | 07:05 | |
*** phd2 has quit IRC | 07:06 | |
*** hyphenated has joined #openstack | 07:06 | |
*** alexschm has joined #openstack | 07:07 | |
*** salv-orlando has quit IRC | 07:07 | |
*** esker has joined #openstack | 07:07 | |
eagles0513875 | morning Sam-I-Am :) | 07:07 |
*** julim has joined #openstack | 07:08 | |
*** Guest6068 is now known as ioni | 07:10 | |
*** ioni is now known as Guest53848 | 07:10 | |
*** Bhaskarakiran has joined #openstack | 07:11 | |
*** amotoki has joined #openstack | 07:12 | |
*** esker has quit IRC | 07:12 | |
*** asheesh_ has joined #openstack | 07:12 | |
*** julim has quit IRC | 07:15 | |
*** zhhuabj has quit IRC | 07:15 | |
*** zhhuabj has joined #openstack | 07:18 | |
*** neilus has joined #openstack | 07:19 | |
*** scheuran has joined #openstack | 07:20 | |
*** koolhead17 has joined #openstack | 07:21 | |
*** _cjones_ has joined #openstack | 07:21 | |
*** AmirBaleghi11112 has quit IRC | 07:22 | |
*** neilus has quit IRC | 07:24 | |
*** gildub has joined #openstack | 07:26 | |
*** koolhead17 has quit IRC | 07:27 | |
*** FallenPegasus has quit IRC | 07:29 | |
*** eghobo has quit IRC | 07:30 | |
*** fzdarsky_ is now known as fzdarsky | 07:30 | |
*** zhhuabj has quit IRC | 07:32 | |
*** jpena has joined #openstack | 07:35 | |
*** e0ne has joined #openstack | 07:36 | |
*** chlong has quit IRC | 07:37 | |
*** ronis has joined #openstack | 07:38 | |
*** vivek-ebay has joined #openstack | 07:38 | |
*** Fenuks has joined #openstack | 07:39 | |
*** rcernin has joined #openstack | 07:41 | |
*** zhhuabj has joined #openstack | 07:42 | |
*** walterheck has quit IRC | 07:43 | |
*** vivek-ebay has quit IRC | 07:43 | |
*** gfidente has joined #openstack | 07:47 | |
*** gfidente has quit IRC | 07:47 | |
*** gfidente has joined #openstack | 07:47 | |
*** ivan_mironov has joined #openstack | 07:48 | |
*** sarcasticidiot has quit IRC | 07:50 | |
*** markvoelker has joined #openstack | 07:50 | |
*** asheesh_ has quit IRC | 07:51 | |
*** asheesh_ has joined #openstack | 07:54 | |
*** ronis_ has joined #openstack | 07:54 | |
*** nunchuck has quit IRC | 07:55 | |
*** markvoelker has quit IRC | 07:55 | |
*** ronis has quit IRC | 07:56 | |
*** toscalix has joined #openstack | 07:58 | |
*** AmirBaleghi11113 has joined #openstack | 08:00 | |
*** rarcea_ has joined #openstack | 08:02 | |
*** markus_z has joined #openstack | 08:02 | |
*** sarcasticidiot has joined #openstack | 08:03 | |
*** _cjones_ has quit IRC | 08:04 | |
*** ju5t has joined #openstack | 08:05 | |
*** maishsk_ has joined #openstack | 08:06 | |
*** maishsk has quit IRC | 08:08 | |
*** maishsk_ is now known as maishsk | 08:08 | |
*** egonzalez has joined #openstack | 08:08 | |
*** eagles0513875 has quit IRC | 08:08 | |
*** AmirBaleghi11113 has quit IRC | 08:09 | |
*** Guest53848 is now known as ioni | 08:11 | |
*** ioni is now known as Guest72292 | 08:11 | |
*** SumitNaiksatam has quit IRC | 08:12 | |
*** SumitNaiksatam has joined #openstack | 08:12 | |
*** SumitNaiksatam has quit IRC | 08:13 | |
*** neilus has joined #openstack | 08:13 | |
*** SurajD has quit IRC | 08:14 | |
*** jprovazn has joined #openstack | 08:15 | |
*** zakora has joined #openstack | 08:15 | |
*** JohnnyCI has quit IRC | 08:17 | |
*** neilus has quit IRC | 08:18 | |
*** SurajD has joined #openstack | 08:18 | |
*** julien82 has joined #openstack | 08:19 | |
*** otter768 has joined #openstack | 08:19 | |
*** gli has quit IRC | 08:20 | |
*** mkarpin has joined #openstack | 08:21 | |
*** MarkBaker has joined #openstack | 08:22 | |
*** mkarpin has left #openstack | 08:23 | |
*** koolhead17 has joined #openstack | 08:23 | |
*** Marga_ has quit IRC | 08:23 | |
*** geaaru has joined #openstack | 08:24 | |
*** Marga_ has joined #openstack | 08:24 | |
*** otter768 has quit IRC | 08:24 | |
*** sleviim has joined #openstack | 08:25 | |
*** sleviim has left #openstack | 08:26 | |
*** toscalix has quit IRC | 08:27 | |
*** koolhead17 has quit IRC | 08:27 | |
*** julien82 has left #openstack | 08:30 | |
*** foxhunt_away is now known as foxhunt72 | 08:32 | |
*** shardy has joined #openstack | 08:33 | |
*** gli has joined #openstack | 08:33 | |
*** AmirBaleghi11113 has joined #openstack | 08:33 | |
*** davi has joined #openstack | 08:34 | |
*** davi has joined #openstack | 08:34 | |
*** rarcea has quit IRC | 08:35 | |
*** mvelten has joined #openstack | 08:35 | |
*** manu95 has joined #openstack | 08:35 | |
*** telnes_ has joined #openstack | 08:35 | |
*** houming has joined #openstack | 08:36 | |
manu95 | hi 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 IRC | 08:37 | |
*** fsimonce has joined #openstack | 08:39 | |
egonzalez | https://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/openstack-nova-common-2015.1.1-1.el7.noarch.rpm | 08:40 |
*** vivek-ebay has joined #openstack | 08:40 | |
egonzalez | the url you are looking is http | 08:40 |
egonzalez | s/http/https | 08:40 |
*** pravins has quit IRC | 08:41 | |
*** sarcasticidiot has quit IRC | 08:42 | |
*** toscalix has joined #openstack | 08:42 | |
*** DavidDudson has quit IRC | 08:43 | |
*** vivek-ebay has quit IRC | 08:45 | |
*** rooltak has joined #openstack | 08:45 | |
*** pravins has joined #openstack | 08:46 | |
*** erkules has joined #openstack | 08:46 | |
*** rooltak has left #openstack | 08:47 | |
*** erkules_ has quit IRC | 08:49 | |
*** telnes_1 has joined #openstack | 08:50 | |
*** walterheck has joined #openstack | 08:51 | |
*** telnes_ has quit IRC | 08:52 | |
*** erkules has quit IRC | 08:54 | |
*** yaume has joined #openstack | 08:54 | |
*** fhubik has joined #openstack | 08:55 | |
*** koolhead17 has joined #openstack | 08:57 | |
*** sarcasticidiot has joined #openstack | 08:58 | |
*** vlaza has joined #openstack | 08:58 | |
manu95 | I use yum that downnload through http , I have met many connection resetted by peer this morning I never had this behavior | 08:59 |
RageLtMan | how 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 1500 | 08:59 |
*** hyphenated has quit IRC | 08:59 | |
RageLtMan | exactly the sort of thing we couldn't deal with in cloudstack anymore :( | 08:59 |
*** qg_ has joined #openstack | 08:59 | |
*** e0ne has quit IRC | 09:01 | |
*** telnes_1 has quit IRC | 09:01 | |
*** nunchuck has joined #openstack | 09:01 | |
*** hyphenated has joined #openstack | 09:02 | |
*** vijayagurug has quit IRC | 09:03 | |
*** TwitchGG_ has quit IRC | 09:03 | |
*** fredk has joined #openstack | 09:03 | |
*** TwitchGG has joined #openstack | 09:04 | |
*** qg_ has quit IRC | 09:04 | |
*** Bhaskarakiran_ has joined #openstack | 09:05 | |
*** Bhaskarakiran has quit IRC | 09:05 | |
*** jiangvmk has joined #openstack | 09:05 | |
*** derekh has joined #openstack | 09:05 | |
*** pnavarro has joined #openstack | 09:06 | |
*** neilus has joined #openstack | 09:08 | |
*** neeti has quit IRC | 09:10 | |
*** hardbot has joined #openstack | 09:10 | |
*** mturpin has joined #openstack | 09:11 | |
*** dizquierdo has joined #openstack | 09:11 | |
*** Guest72292 is now known as ioni | 09:12 | |
*** neilus has quit IRC | 09:12 | |
*** Bhaskarakiran_ has quit IRC | 09:12 | |
*** ioni is now known as Guest42157 | 09:12 | |
*** telnes_ has joined #openstack | 09:13 | |
*** VW has joined #openstack | 09:14 | |
*** bbcmicrocomputer has joined #openstack | 09:14 | |
*** roylez has quit IRC | 09:15 | |
*** vijayagurug has joined #openstack | 09:16 | |
*** evidex has joined #openstack | 09:16 | |
*** e0ne has joined #openstack | 09:16 | |
*** coolsvap is now known as coolsvap|away | 09:17 | |
*** VW has quit IRC | 09:18 | |
*** sleviim has joined #openstack | 09:18 | |
*** sleviim has left #openstack | 09:19 | |
*** salv-orlando has joined #openstack | 09:20 | |
*** salv-orlando has quit IRC | 09:20 | |
*** salv-orlando has joined #openstack | 09:21 | |
*** Free_maN has joined #openstack | 09:22 | |
*** chenli has quit IRC | 09:22 | |
*** NetHawk has joined #openstack | 09:22 | |
*** davi has quit IRC | 09:23 | |
*** racedo has joined #openstack | 09:23 | |
*** Bey0ndB1nary has quit IRC | 09:24 | |
*** jistr has joined #openstack | 09:25 | |
*** RedW has quit IRC | 09:27 | |
*** coolsvap|away is now known as coolsvap | 09:29 | |
*** DavidDudson has joined #openstack | 09:29 | |
*** changzhi has quit IRC | 09:31 | |
*** RedW has joined #openstack | 09:33 | |
*** teju has joined #openstack | 09:34 | |
*** vexoon has joined #openstack | 09:34 | |
*** e0ne has quit IRC | 09:35 | |
*** amotoki has quit IRC | 09:35 | |
*** dizquierdo has quit IRC | 09:35 | |
*** joseppc has quit IRC | 09:35 | |
*** gszasz has joined #openstack | 09:36 | |
*** ronis__ has joined #openstack | 09:38 | |
*** ronis_ has quit IRC | 09:38 | |
*** amotoki has joined #openstack | 09:41 | |
*** mcornea has joined #openstack | 09:42 | |
*** dizquierdo has joined #openstack | 09:46 | |
*** houming has quit IRC | 09:46 | |
*** lucendio has joined #openstack | 09:46 | |
*** TwitchGG has quit IRC | 09:47 | |
*** nstrug has joined #openstack | 09:47 | |
*** neeti has joined #openstack | 09:48 | |
*** ndipanov has joined #openstack | 09:48 | |
*** davi has joined #openstack | 09:50 | |
*** davi has joined #openstack | 09:50 | |
*** markvoelker has joined #openstack | 09:51 | |
*** Cyberg has joined #openstack | 09:51 | |
*** links has quit IRC | 09:54 | |
*** markvoelker has quit IRC | 09:55 | |
*** pixelbeat_ has joined #openstack | 09:57 | |
*** amotoki has quit IRC | 09:58 | |
*** tpsilva has joined #openstack | 09:59 | |
*** gomarivera has quit IRC | 10:00 | |
*** Cyberg has quit IRC | 10:00 | |
tty00 | hi all | 10:01 |
*** esker has joined #openstack | 10:01 | |
*** emsomeoneelse has quit IRC | 10:01 | |
*** neilus has joined #openstack | 10:02 | |
*** lucendio has quit IRC | 10:02 | |
*** zhenguo has quit IRC | 10:02 | |
tty00 | trying to run the command: add-apt-repository cloud-archive:liberty and got a traceback with the error message: Must be one of %(ca_names)s | 10:02 |
tty00 | anything you can help me with? | 10:02 |
*** KarlchenK has joined #openstack | 10:03 | |
*** rushiagr_away is now known as rushiagr | 10:04 | |
*** negronjl_ has quit IRC | 10:04 | |
*** esker has quit IRC | 10:06 | |
*** neilus has quit IRC | 10:06 | |
*** links has joined #openstack | 10:07 | |
*** DavidDudson has quit IRC | 10:08 | |
*** marius_endian has joined #openstack | 10:10 | |
*** Guest42157 is now known as ioni | 10:13 | |
*** zhhuabj has quit IRC | 10:13 | |
*** ioni is now known as Guest20657 | 10:13 | |
*** joseppc has joined #openstack | 10:13 | |
*** LnL has joined #openstack | 10:13 | |
*** finisherr has quit IRC | 10:14 | |
*** gli has quit IRC | 10:15 | |
jamespage | tty00, hmm - can you make sure you have up-to-date software-properties-common? | 10:15 |
*** mzee1000 has quit IRC | 10:19 | |
*** otter768 has joined #openstack | 10:20 | |
*** rossella_s has quit IRC | 10:21 | |
*** rossella_s has joined #openstack | 10:21 | |
RageLtMan | RBD did something bad to every volume i backed up | 10:24 |
tty00 | i had big, fat, chips fingers | 10:25 |
*** otter768 has quit IRC | 10:25 | |
tty00 | didn't change suite name in my preseed file... so it was a ubuntu 12.04 instead of a 14.04 ;D | 10:25 |
tty00 | sorry to bother you | 10:25 |
*** zhhuabj has joined #openstack | 10:26 | |
*** manu95 has left #openstack | 10:26 | |
*** lucendio has joined #openstack | 10:28 | |
*** deray has quit IRC | 10:28 | |
*** deray_ has joined #openstack | 10:28 | |
*** deray__ has joined #openstack | 10:30 | |
*** sree has quit IRC | 10:30 | |
*** jiangvmk has quit IRC | 10:31 | |
*** deray_ has quit IRC | 10:31 | |
*** deray has joined #openstack | 10:32 | |
*** fhubik has quit IRC | 10:35 | |
*** deray__ has quit IRC | 10:35 | |
*** trifon has quit IRC | 10:35 | |
*** esker has joined #openstack | 10:37 | |
*** davi has quit IRC | 10:39 | |
*** e0ne has joined #openstack | 10:40 | |
*** esker has quit IRC | 10:42 | |
*** Bhaskarakiran_ has joined #openstack | 10:42 | |
*** vivek-ebay has joined #openstack | 10:43 | |
*** Diplomat has joined #openstack | 10:44 | |
*** Madan1 has quit IRC | 10:44 | |
*** Madan has joined #openstack | 10:45 | |
*** vivek-ebay has quit IRC | 10:47 | |
*** dizquierdo has quit IRC | 10:47 | |
*** Mudpuppy has joined #openstack | 10:47 | |
*** dgurtner has joined #openstack | 10:49 | |
*** dgurtner has quit IRC | 10:49 | |
*** dgurtner has joined #openstack | 10:49 | |
*** saurabh_ has quit IRC | 10:51 | |
*** ekarlso has quit IRC | 10:51 | |
*** ekarlso has joined #openstack | 10:51 | |
*** Mudpuppy has quit IRC | 10:52 | |
*** blitz00 has joined #openstack | 10:52 | |
*** blitz00 has quit IRC | 10:52 | |
*** blitz00 has joined #openstack | 10:52 | |
*** muralis has quit IRC | 10:53 | |
*** beejee has joined #openstack | 10:54 | |
*** yamahata has quit IRC | 10:55 | |
*** neilus has joined #openstack | 10:56 | |
*** hyphenated has quit IRC | 10:57 | |
Diplomat | Hmm | 10:58 |
Diplomat | openstack hypervisor list | 10:58 |
Diplomat | Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. | 10:58 |
*** davideagle_ has joined #openstack | 10:58 | |
Diplomat | Interesting.. nova stil has my server that i removed | 10:59 |
RageLtMan | At 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 IRC | 10:59 | |
*** neilus has quit IRC | 11:00 | |
Diplomat | lol damn | 11:01 |
Diplomat | your name justifies itself | 11:01 |
*** hyphenated has joined #openstack | 11:01 | |
*** hyphenated has quit IRC | 11:02 | |
RageLtMan | goes 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 |
Diplomat | I 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 atm | 11:02 |
RageLtMan | whats the scheduler think of this? | 11:02 |
Diplomat | I think I'll wait for Sam-I-Am or whoever is more boss here and get approval of that bug report | 11:02 |
Diplomat | Ah.. a sysops | 11:03 |
Diplomat | how much xanax you eat daily ? | 11:03 |
Diplomat | like cereal in the morning ? | 11:03 |
Diplomat | :( | 11:03 |
RageLtMan | pure unadulterated hatred can go a long way, better than frosted flakes. | 11:04 |
Diplomat | have you tried hitting it with a hammer ? | 11:04 |
RageLtMan | man, ceph really stuck it to me, with all its legs. | 11:04 |
Diplomat | sometimes unexpected solutions work | 11:04 |
RageLtMan | if i have to drive to the datacenter to hit things with a hammer it shall be a mallet | 11:04 |
Diplomat | true | 11:05 |
*** nunchuck has quit IRC | 11:05 | |
RageLtMan | sleep is required | 11:05 |
Diplomat | one of the reasons why i didnt pick ceph was that cinder is built for openstack | 11:05 |
RageLtMan | we have both | 11:05 |
Diplomat | so im trying to be secure as possible :D | 11:05 |
RageLtMan | multiple back-ends, ceph just did something stupid methinks | 11:06 |
RageLtMan | couple 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 #openstack | 11:06 | |
RageLtMan | only 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 |
Diplomat | I'm not happy at all that I had to DELETE FROM compute_nodes WHERE id= :( | 11:07 |
RageLtMan | Try cloudstack, you'll be a regular DBA in a week. | 11:07 |
*** tonythomas has quit IRC | 11:07 | |
Diplomat | I already am dba lol | 11:07 |
RageLtMan | those bastards make even CLI monkeys like me remember the mouse fondly | 11:07 |
RageLtMan | condolences | 11:07 |
Diplomat | with a fukin certificate :( | 11:07 |
* RageLtMan offers Diplomat cookie and half of my arsenic | 11:08 | |
RageLtMan | Hatef... is a team sport | 11:08 |
* Diplomat refuses and eats his bowl of xanax | 11:08 | |
RageLtMan | cinder's image conversion procedures are a bit creepy. | 11:08 |
Diplomat | well.. my main profession is programming so I'm good | 11:08 |
Diplomat | fun thing is | 11:09 |
*** davi has joined #openstack | 11:09 | |
*** davi has joined #openstack | 11:09 | |
Diplomat | one 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 |
Diplomat | So.. I fixed it and for some reason mysql was in read only mode.. | 11:09 |
Diplomat | no errors or notifications or anything | 11:09 |
Diplomat | just read only mode | 11:10 |
Diplomat | and then i found that in mysql config.. i had one setting set to 1 | 11:10 |
Diplomat | which set innodb to read only | 11:10 |
*** hyphenated has joined #openstack | 11:11 | |
*** walterheck has quit IRC | 11:11 | |
Diplomat | actually 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 nova | 11:12 |
RageLtMan | networking is another fun piece | 11:12 |
Diplomat | I'm actually thinking about investing a bit for 10gbps switch and upgrade my server's nics to 10gbps | 11:12 |
RageLtMan | turns out you cant set MTU above 1400 on any VM since neutron doesnt actually regulate the entire network pipeline | 11:12 |
Diplomat | yup | 11:13 |
Diplomat | i had mtu problems too | 11:13 |
RageLtMan | not sure how to fix it | 11:13 |
RageLtMan | we built this thing with 9K in mind | 11:13 |
Diplomat | check dnsmaq | 11:13 |
Diplomat | it regulates it | 11:13 |
Diplomat | also you have jumbo packets or wtf they are enabled ? | 11:13 |
*** coolsvap is now known as coolsvap|away | 11:13 | |
RageLtMan | our NICs and switch run at 9100+ | 11:13 |
*** Guest20657 is now known as ioni | 11:14 | |
RageLtMan | neutron is set to 9k | 11:14 |
RageLtMan | with VXLAN that should be about 9050 | 11:14 |
*** zhhuabj has quit IRC | 11:14 | |
RageLtMan | VMs are set at 8950 just in case | 11:14 |
RageLtMan | cant pass anything over 1472 (28b pad to 1500) | 11:14 |
*** ioni is now known as Guest80678 | 11:14 | |
RageLtMan | tried setting every damned iface to 9k | 11:14 |
Diplomat | hm | 11:14 |
RageLtMan | even on the nova node running the VM i never see ICMP over 1500 hit br-tun | 11:15 |
*** maishsk has joined #openstack | 11:15 | |
RageLtMan | something local to the compute nodes is f'n me | 11:15 |
RageLtMan | while sorting that out i rebooted the cluster after reconfiguring neutron and now realize ceph hosed my VMs | 11:15 |
Diplomat | but compute nodes itself have that setting too | 11:15 |
RageLtMan | compute node NICs are all 9k or higher | 11:16 |
Diplomat | yes but does it shows in os ? | 11:16 |
RageLtMan | yes | 11:16 |
RageLtMan | as 9k | 11:16 |
RageLtMan | host-to-host i can run 9126 all day | 11:16 |
Diplomat | i think network guys have worse job than dbas | 11:16 |
Diplomat | i wouldnt suggest becoming a network guy even to my enemy | 11:17 |
RageLtMan | internally to a single host, through the mess of feces which is neutron's back-end, it fails to move the packets | 11:17 |
Diplomat | are are using kilo ? | 11:19 |
RageLtMan | yeah | 11:19 |
Diplomat | you * | 11:19 |
Diplomat | hmm | 11:19 |
Diplomat | ovs ? | 11:19 |
RageLtMan | with vxlan, yep | 11:19 |
RageLtMan | how did you fix yours? | 11:19 |
Diplomat | i think you can use linuxbridge too, but someone smarter must confirm it | 11:19 |
RageLtMan | it uses that anyway | 11:19 |
RageLtMan | ovs uses lb for sec groups | 11:20 |
Diplomat | well i did something with dnsmasq | 11:20 |
RageLtMan | apparently iptables dont work in ovs context | 11:20 |
Diplomat | i dont remember atm | 11:20 |
RageLtMan | hmm, shall look into it - likely you set DHCP options to reduce client MTU | 11:20 |
Diplomat | hold on | 11:21 |
Diplomat | http://docs.openstack.org/kilo/install-guide/install/apt/content/neutron-network-node.html | 11:22 |
Diplomat | "To configure the DHCP agent" | 11:22 |
Diplomat | there's this 2. (optional) | 11:22 |
Diplomat | that worked for me | 11:22 |
RageLtMan | Thanks, will try that next once i figure out how to get my data back | 11:23 |
Diplomat | what happened to your data ? | 11:23 |
*** githogori has quit IRC | 11:23 | |
Diplomat | i know you wrote already but i forgot and got confused | 11:24 |
Diplomat | :D | 11:24 |
RageLtMan | data seems to be there, rbd volumes are mountable, but i'm having to convert the RBD volumes in-place | 11:24 |
*** mquin is now known as evilmquin | 11:24 | |
RageLtMan | hosts wont boot | 11:24 |
*** sleviim has joined #openstack | 11:24 | |
RageLtMan | get stuck during init | 11:24 |
Diplomat | any errors ? | 11:24 |
RageLtMan | just hang | 11:25 |
*** githogori has joined #openstack | 11:25 | |
*** AmirBaleghi11113 has quit IRC | 11:25 | |
Diplomat | does ceph has an irc channel ? | 11:25 |
Diplomat | maybe you could ask from there | 11:25 |
rozie | cloud init may set MTU 1500 by default | 11:25 |
*** AmirBaleghi11113 has joined #openstack | 11:26 | |
rozie | and both DBAs and network admins have normal jobs. admin like anything else | 11:27 |
RageLtMan | while 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 NFHack | 11:27 |
*** zhhuabj has joined #openstack | 11:27 | |
Diplomat | I wonder if I can set up just swift cloud... like 1 controller + N swift nodes | 11:27 |
rozie | used to work as network admin ;) | 11:27 |
*** apahim has quit IRC | 11:27 | |
Diplomat | rozie: yes, they do have "normal" jobs, but networking can be ridiculously difficult | 11:27 |
rozie | RageLtMan: what is MTU shown in VM? | 11:27 |
*** jengeb has joined #openstack | 11:27 | |
RageLtMan | 8950 | 11:27 |
RageLtMan | any ping with -s above 1472 fails, not even seen in the nova node's br-tun | 11:28 |
*** davi has quit IRC | 11:28 | |
rozie | Diplomat: no, it's the same as sysadmin. of course sometimes strange things happen, but... | 11:28 |
Diplomat | I'd rather be a sysadmin than a network dude :( | 11:28 |
RageLtMan | manually 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 MTU | 11:28 |
rozie | if hardware is OK, it's nothing unusal | 11:28 |
rozie | the fun begins, when there's a problem in hardware | 11:29 |
Diplomat | I'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 admin | 11:29 |
rozie | of course no way to debug, as this is closed source | 11:29 |
*** mixomathoze_i_ has joined #openstack | 11:29 | |
*** neeti_ has joined #openstack | 11:30 | |
rozie | RageLtMan: what's MTU on the other interfaces? bridges etc. | 11:30 |
Diplomat | I 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 |
RageLtMan | all 9k | 11:31 |
RageLtMan | everything that takes an mtu parameter has been set to 9k | 11:31 |
RageLtMan | its in the OVS somewhere :( | 11:31 |
RageLtMan | i still cant quite figure out how data goes from the lx bridge into the appropriate tunnel from the ovs patch | 11:31 |
Diplomat | I remember when Sam-I-Am warned be of OVS.. good old days | 11:31 |
rozie | is it testing environment? | 11:31 |
RageLtMan | no | 11:32 |
*** vicious has quit IRC | 11:32 | |
RageLtMan | this went prod a few weeks ago and now that we have prod data in here ceph ate it | 11:32 |
RageLtMan | vms are now stuck at mounting root file system and giving me the finger | 11:32 |
*** neeti has quit IRC | 11:32 | |
rozie | I'd try to test it step by step | 11:32 |
Diplomat | but shouldnt there be a timeout when mounting ? | 11:32 |
rozie | assing IPs on bridges on both ends etc. | 11:32 |
RageLtMan | i suppose there will be, its responsive, just stuck | 11:32 |
Diplomat | maybe it's related to that networking issue ? | 11:33 |
RageLtMan | rozie: did that, doesnt pass traffic between hosts that way. direct host-to-host i can do > 9K just fine | 11:33 |
rozie | but not sure if it's safe in production environment | 11:33 |
*** Free_maN has quit IRC | 11:33 | |
rozie | can you paste ip a output from both tunnel ends? | 11:34 |
Diplomat | the 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 possible | 11:35 |
Diplomat | my stuff just hanged there too.. no timeouts or anything just sit there | 11:35 |
*** pravins has quit IRC | 11:35 | |
*** sanchitmalhotra has quit IRC | 11:36 | |
RageLtMan | hmm. now bringing images from ceph into cinder causes "no bootable device" | 11:36 |
RageLtMan | we may be boned | 11:36 |
Diplomat | can you somehow upgrade to liberty ? | 11:37 |
Diplomat | i found liberty to be much easier to manage than kilo | 11:37 |
*** githogori has quit IRC | 11:37 | |
RageLtMan | This is fuel-deployed so unlikely | 11:37 |
*** amotoki has joined #openstack | 11:38 | |
rozie | OTOH when I performed tests (OK, rsync/scp) MTU had very little effect | 11:39 |
rozie | I mean change from 1500 to 9k | 11:39 |
rozie | everybody tells it's important and has huge inpact on performance, but in practice it was barely visible | 11:41 |
*** nehar has quit IRC | 11:41 | |
*** asheesh_ has quit IRC | 11:41 | |
RageLtMan | rozie, some high performance UDP use cases would beg to differ :) | 11:41 |
*** Bhaskarakiran_ has quit IRC | 11:42 | |
*** sleviim has left #openstack | 11:43 | |
*** ade_b has joined #openstack | 11:43 | |
*** pravins has joined #openstack | 11:44 | |
RageLtMan | i see. the image conversion doesnt realize that in ceph the blocksize is 512 and in our cinder LVM its 4k | 11:44 |
*** rahulait has quit IRC | 11:44 | |
RageLtMan | wasnt an issue prior though, so kind of confused | 11:45 |
*** githogori has joined #openstack | 11:45 | |
*** asheesh_ has joined #openstack | 11:46 | |
*** amotoki has quit IRC | 11:46 | |
Diplomat | how are you mounting them | 11:47 |
Diplomat | on boot or after boot ? | 11:47 |
*** rotbeard has joined #openstack | 11:48 | |
RageLtMan | these are OS volumes | 11:48 |
RageLtMan | converting from ceph image to cinder now corrupts the block device | 11:48 |
RageLtMan | when i mount the rbd it shows 512/512, our cinder runs as 4096/8192 (4K native) | 11:48 |
*** salv-orlando has quit IRC | 11:49 | |
*** esker has joined #openstack | 11:49 | |
*** ramonskie has joined #openstack | 11:49 | |
RageLtMan | how do you create a cinder volume specifying block size? disk_utils.py seems to include blocksizing | 11:50 |
*** links has quit IRC | 11:50 | |
*** neilus has joined #openstack | 11:50 | |
Diplomat | ohhh you are converting them to cinder | 11:51 |
Diplomat | i need more coffee | 11:51 |
Diplomat | you are using them for glance right ? | 11:51 |
*** markvoelker has joined #openstack | 11:51 | |
*** esker has quit IRC | 11:54 | |
*** bvandenh has joined #openstack | 11:54 | |
*** sleviim has joined #openstack | 11:54 | |
*** sleviim has left #openstack | 11:55 | |
*** neilus has quit IRC | 11:55 | |
*** teju has quit IRC | 11:55 | |
RageLtMan | ceph backs glance, and is a backing DS for volumes too (multi-back-end) | 11:55 |
RageLtMan | our 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 IRC | 11:55 | |
*** markvoelker has quit IRC | 11:56 | |
RageLtMan | every 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 IRC | 11:56 | |
RageLtMan | i 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 IRC | 11:58 | |
Diplomat | he should be online n about um.. 4 hours or so | 11:58 |
Diplomat | he's online usually around 17:00-18:00 my time and it's 13:59 | 11:59 |
*** ju5t has joined #openstack | 11:59 | |
ramonskie | im 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 manager | 12:00 |
ramonskie | any can help me with this? | 12:00 |
ramonskie | or maby other options | 12:01 |
*** baoli has joined #openstack | 12:02 | |
*** AmirBaleghi11114 has joined #openstack | 12:02 | |
*** AmirBaleghi11113 has quit IRC | 12:02 | |
*** baoli has quit IRC | 12:03 | |
*** masco has quit IRC | 12:03 | |
*** flaviof has quit IRC | 12:03 | |
*** baoli has joined #openstack | 12:04 | |
*** walterheck has joined #openstack | 12:04 | |
*** yaume has quit IRC | 12:05 | |
*** etacsufbo has joined #openstack | 12:05 | |
*** uranellus has quit IRC | 12:05 | |
*** baoli has quit IRC | 12:05 | |
*** links has joined #openstack | 12:06 | |
*** two_oes has joined #openstack | 12:07 | |
*** zenoway has joined #openstack | 12:07 | |
*** yamamoto has quit IRC | 12:07 | |
*** rarcea has joined #openstack | 12:07 | |
*** Guest21 has joined #openstack | 12:08 | |
*** evilmquin is now known as mquin | 12:09 | |
*** racedo has quit IRC | 12:10 | |
*** tonythomas has joined #openstack | 12:11 | |
*** asheesh_ has quit IRC | 12:11 | |
*** rbak has quit IRC | 12:14 | |
*** zhhuabj has quit IRC | 12:14 | |
*** Guest80678 is now known as ioni | 12:15 | |
*** ioni is now known as Guest85433 | 12:15 | |
*** links has quit IRC | 12:16 | |
*** gfidente is now known as gfidente|lunch | 12:16 | |
*** julim has joined #openstack | 12:17 | |
*** racedo has joined #openstack | 12:17 | |
*** hyphenated has quit IRC | 12:18 | |
*** ade_b has quit IRC | 12:18 | |
*** otter768 has joined #openstack | 12:21 | |
RageLtMan | Well, 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 |
RageLtMan | ALERT! /dev/disk/by-uuid/7683e12a-b09c-46fb-8083-a01afa77e356 does not exist. Dropping to a shell! | 12:22 |
*** ade_b has joined #openstack | 12:22 | |
*** Romik has joined #openstack | 12:23 | |
*** jero has quit IRC | 12:24 | |
*** BOKALDO has quit IRC | 12:24 | |
*** esker has joined #openstack | 12:25 | |
*** BOKALDO has joined #openstack | 12:25 | |
*** Guest6359 has joined #openstack | 12:25 | |
*** etacsufbo has quit IRC | 12:26 | |
*** otter768 has quit IRC | 12:26 | |
*** spartacloud has joined #openstack | 12:27 | |
*** zhhuabj has joined #openstack | 12:27 | |
*** salv-orlando has joined #openstack | 12:28 | |
*** ade_b has quit IRC | 12:30 | |
*** esker has quit IRC | 12:30 | |
*** mzee1000 has joined #openstack | 12:33 | |
*** rdas has quit IRC | 12:34 | |
*** rgogunskiy has joined #openstack | 12:37 | |
*** baoli has joined #openstack | 12:38 | |
*** baoli has quit IRC | 12:38 | |
*** baoli has joined #openstack | 12:38 | |
*** asmodai has quit IRC | 12:39 | |
*** asmodai has joined #openstack | 12:39 | |
*** rushiagr is now known as rushiagr_away | 12:39 | |
*** iota_pi has quit IRC | 12:41 | |
*** jprovazn has quit IRC | 12:41 | |
*** Cloudish_ has quit IRC | 12:42 | |
*** AmirBaleghi11115 has joined #openstack | 12:42 | |
*** AmirBaleghi11114 has quit IRC | 12:42 | |
*** dgurtner has quit IRC | 12:43 | |
*** iota_pi has joined #openstack | 12:44 | |
*** vivek-ebay has joined #openstack | 12:45 | |
*** deepy has left #openstack | 12:45 | |
*** yamamoto has joined #openstack | 12:46 | |
*** kylek3h has quit IRC | 12:47 | |
*** sanghai has joined #openstack | 12:47 | |
*** flaviof has joined #openstack | 12:48 | |
*** Cloudish has joined #openstack | 12:48 | |
*** asheesh_ has joined #openstack | 12:48 | |
*** eagles0513875 has joined #openstack | 12:49 | |
eagles0513875 | hey all | 12:49 |
eagles0513875 | hey Sam-I-Am | 12:49 |
*** vivek-ebay has quit IRC | 12:50 | |
*** nstrug has quit IRC | 12:51 | |
*** asheesh_ has quit IRC | 12:52 | |
*** markvoelker has joined #openstack | 12:52 | |
*** asheesh_ has joined #openstack | 12:52 | |
*** dt23 has joined #openstack | 12:55 | |
tty00 | hi! 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" keystone | 12:56 |
*** hanchao has quit IRC | 12:56 | |
*** dgurtner has joined #openstack | 12:56 | |
*** dgurtner has quit IRC | 12:56 | |
*** dgurtner has joined #openstack | 12:56 | |
tty00 | the 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 IRC | 12:57 | |
*** jckasper has joined #openstack | 12:57 | |
*** shiriru has joined #openstack | 12:59 | |
*** Isotopp has quit IRC | 13:00 | |
*** qg_ has joined #openstack | 13:01 | |
*** esker has joined #openstack | 13:01 | |
*** Isotopp has joined #openstack | 13:01 | |
*** Isotopp has quit IRC | 13:01 | |
*** Isotopp has joined #openstack | 13:01 | |
*** jckasper has quit IRC | 13:02 | |
*** tkramer has joined #openstack | 13:02 | |
*** jckasper has joined #openstack | 13:03 | |
*** maishsk has quit IRC | 13:04 | |
*** yamamoto has quit IRC | 13:04 | |
*** hippiepete has joined #openstack | 13:05 | |
*** EricGonczer_ has joined #openstack | 13:05 | |
*** maishsk has joined #openstack | 13:05 | |
*** qg_ has quit IRC | 13:05 | |
*** esker has quit IRC | 13:06 | |
*** AmirBaleghi11116 has joined #openstack | 13:06 | |
*** AmirBaleghi11115 has quit IRC | 13:07 | |
*** jckasper has quit IRC | 13:07 | |
*** civillian has quit IRC | 13:07 | |
*** salv-orlando has quit IRC | 13:07 | |
*** civillian has joined #openstack | 13:08 | |
*** mcornea has quit IRC | 13:08 | |
*** baoli_ has joined #openstack | 13:08 | |
*** yamamoto has joined #openstack | 13:09 | |
*** yamamoto has quit IRC | 13:09 | |
*** EricGonczer_ has quit IRC | 13:10 | |
*** shardy has quit IRC | 13:10 | |
*** baoli has quit IRC | 13:11 | |
*** maveric7911 has joined #openstack | 13:11 | |
*** shardy has joined #openstack | 13:12 | |
*** lborda has joined #openstack | 13:13 | |
*** GLOSS has joined #openstack | 13:15 | |
GLOSS | 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 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 |
GLOSS | HAVE A BLESS DAY !! | 13:15 |
*** GLOSS has quit IRC | 13:15 | |
*** Guest85433 is now known as ioni | 13:16 | |
*** kellyp_ has joined #openstack | 13:16 | |
*** kellyp has quit IRC | 13:16 | |
*** ioni is now known as Guest4923 | 13:16 | |
*** Fenuks has quit IRC | 13:17 | |
*** mestery has quit IRC | 13:18 | |
*** erkules has joined #openstack | 13:18 | |
*** AnilV4 has quit IRC | 13:19 | |
*** eagles0513875 has quit IRC | 13:19 | |
*** EricGonczer_ has joined #openstack | 13:20 | |
*** mestery has joined #openstack | 13:21 | |
*** neeti_ has quit IRC | 13:21 | |
*** sarcasticidiot has quit IRC | 13:23 | |
*** maishsk_ has joined #openstack | 13:23 | |
*** maishsk has quit IRC | 13:23 | |
*** maishsk_ is now known as maishsk | 13:23 | |
*** pradk has joined #openstack | 13:24 | |
tty00 | is it possible to use the old v2 api version in liberty keystone? | 13:24 |
*** links has joined #openstack | 13:25 | |
egonzalez | tty00: yes, for example rdo packstack uses v2 by default | 13:26 |
*** changzhi has joined #openstack | 13:27 | |
*** GLOSS has joined #openstack | 13:27 | |
GLOSS | 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 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 |
GLOSS | HAVE A BLESS DAY !! | 13:28 |
*** GLOSS has left #openstack | 13:28 | |
*** jmckind has joined #openstack | 13:28 | |
tty00 | egonzalez: cool | 13:28 |
*** rushiagr_away is now known as rushiagr | 13:28 | |
*** renatoarmani has joined #openstack | 13:29 | |
*** anubhaskar has left #openstack | 13:29 | |
*** renatoarmani has quit IRC | 13:29 | |
*** yamamoto has joined #openstack | 13:32 | |
*** thumpba has joined #openstack | 13:32 | |
tty00 | let'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 |
tty00 | or should i split all services except for computing on node1 and 2? | 13:33 |
*** erolozcan has joined #openstack | 13:35 | |
*** jguy_ has joined #openstack | 13:36 | |
*** jpena is now known as jpena|lunch | 13:36 | |
*** esker has joined #openstack | 13:37 | |
jguy_ | Running into a problem in Liberty on Ubuntu 14.04 | 13:37 |
*** neilus has joined #openstack | 13: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 |
ramonskie | tty00: that depends on what you want to achive with your poc | 13:39 |
*** marius_endian has left #openstack | 13:39 | |
jguy_ | I just followed the Liberty guide | 13:39 |
*** asheesh_ has quit IRC | 13: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 setup | 13:40 |
jguy_ | I assume it is a misconfig or communication issue, but the errors are not really very telling. | 13:41 |
*** jckasper has joined #openstack | 13:41 | |
*** asheesh_ has joined #openstack | 13:41 | |
*** jckasper has quit IRC | 13:41 | |
*** jckasper has joined #openstack | 13:41 | |
*** esker has quit IRC | 13:41 | |
*** electrofelix has joined #openstack | 13:43 | |
*** sree has joined #openstack | 13:43 | |
*** neilus has quit IRC | 13:43 | |
Sam-I-Am | RageLtMan: figure it out? | 13:43 |
*** asheesh_ has quit IRC | 13:44 | |
*** SurajD has quit IRC | 13:44 | |
*** jaypipes has joined #openstack | 13:44 | |
*** tkramer has quit IRC | 13:45 | |
*** SurajD has joined #openstack | 13:46 | |
*** doug-fish has joined #openstack | 13:47 | |
*** sree has quit IRC | 13:47 | |
*** changzhi has quit IRC | 13:47 | |
*** e0ne has quit IRC | 13:48 | |
*** kkoski has joined #openstack | 13:48 | |
*** evidex has quit IRC | 13:48 | |
*** asheesh_ has joined #openstack | 13:48 | |
*** tserong has quit IRC | 13:49 | |
*** dgurtner has quit IRC | 13:49 | |
*** dgurtner has joined #openstack | 13:49 | |
*** dgurtner has quit IRC | 13:49 | |
*** dgurtner has joined #openstack | 13:49 | |
*** alaski is now known as lascii | 13:49 | |
*** e0ne has joined #openstack | 13:50 | |
*** Oi_Scout has joined #openstack | 13:50 | |
*** piet has joined #openstack | 13:52 | |
*** kkoski has quit IRC | 13:52 | |
*** scheuran has quit IRC | 13:53 | |
*** DrBacchus has joined #openstack | 13:53 | |
*** links has quit IRC | 13:54 | |
*** apahim has joined #openstack | 13:55 | |
*** evidex has joined #openstack | 13:56 | |
*** rbowen has quit IRC | 13:57 | |
*** cooldharma06 has quit IRC | 13:57 | |
*** davi has joined #openstack | 13:58 | |
*** davi has joined #openstack | 13:58 | |
*** ikcerog has joined #openstack | 13:59 | |
*** tserong has joined #openstack | 14:00 | |
*** sleviim has joined #openstack | 14:02 | |
*** mkovarik has quit IRC | 14:02 | |
*** cfh has joined #openstack | 14:02 | |
*** choirboy has joined #openstack | 14:02 | |
*** sree has joined #openstack | 14:03 | |
*** alexsch__ has joined #openstack | 14:03 | |
*** ccie64dd has joined #openstack | 14:03 | |
*** sleviim has left #openstack | 14:03 | |
*** manu95 has joined #openstack | 14:04 | |
*** fultonj has joined #openstack | 14:04 | |
*** alexschm has quit IRC | 14:05 | |
*** weshay_xchat has joined #openstack | 14:05 | |
*** visbits has joined #openstack | 14:05 | |
manu95 | 2015-12-18 14:29:53.265 3096 INFO nova.api.openstack [req-8ddd6c9a-57db-4467-b000-149a01da8d8e 242277d630774be9876eaf4d9ea67d3b 6d7a5a3a46ed4937a067f9d902fb7459 - - -] http://contro | 14:05 |
manu95 | ller:8774/v2/6d7a5a3a46ed4937a067f9d902fb7459/servers returned with HTTP 500 | 14:05 |
visbits | looking 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 #openstack | 14:05 | |
*** yeshacker has quit IRC | 14:05 | |
manu95 | when I launch an instance , dashboard return an HTTP 500 error whilst all services are up and running between my nodes if anyone could advise | 14:06 |
visbits | review your logs | 14:06 |
*** uranellus has joined #openstack | 14:07 | |
*** tlian has joined #openstack | 14:07 | |
*** davi has quit IRC | 14:07 | |
*** dyasny has joined #openstack | 14:08 | |
manu95 | I do | 14:09 |
visbits | well your logs will tell you more than anything | 14:10 |
*** bdemers has joined #openstack | 14:10 | |
visbits | id start with your apache httpd error log if thats where your seeing the 500 | 14:10 |
manu95 | Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) | 14:10 |
*** pkennedy has joined #openstack | 14:12 | |
*** vlaza has quit IRC | 14:12 | |
*** etacsufbo has joined #openstack | 14:12 | |
visbits | thats not a useful error | 14:12 |
visbits | look at /var/log/httpd/error_log | 14:12 |
visbits | on your dashboard server | 14:12 |
*** esker has joined #openstack | 14:13 | |
manu95 | this 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 IRC | 14:14 | |
*** pradk_ has joined #openstack | 14:14 | |
*** pradk has quit IRC | 14:14 | |
*** salv-orlando has joined #openstack | 14:14 | |
*** pradk_ is now known as pradk | 14:14 | |
*** maishsk has quit IRC | 14:15 | |
*** grafuls has quit IRC | 14:16 | |
*** Guest4923 is now known as ioni | 14:16 | |
*** mzee1000 has quit IRC | 14:17 | |
*** ioni is now known as Guest88706 | 14:17 | |
*** __nick has quit IRC | 14:17 | |
*** esker has quit IRC | 14:18 | |
*** jprovazn has joined #openstack | 14:19 | |
*** koolhead17 has quit IRC | 14:19 | |
*** Romik has quit IRC | 14:20 | |
*** __nick has joined #openstack | 14:20 | |
visbits | okay go to your nova server and look at /var/log/nova-server.log | 14:20 |
*** etacsufbo has quit IRC | 14:21 | |
*** yaume has joined #openstack | 14:22 | |
*** otter768 has joined #openstack | 14:22 | |
*** hdd has joined #openstack | 14:23 | |
*** Romik has joined #openstack | 14:23 | |
*** annegentle has joined #openstack | 14:23 | |
*** evidex has quit IRC | 14:23 | |
*** markvoelker has joined #openstack | 14:23 | |
*** yaume_ has joined #openstack | 14:25 | |
*** evidex has joined #openstack | 14:25 | |
*** sree_ has joined #openstack | 14:25 | |
*** xemdetia has joined #openstack | 14:26 | |
*** sree_ is now known as Guest20596 | 14:26 | |
*** bobh has joined #openstack | 14:26 | |
*** otter768 has quit IRC | 14:26 | |
*** zhhuabj has quit IRC | 14:27 | |
*** koolhead17 has joined #openstack | 14:27 | |
*** aeperezt has joined #openstack | 14:27 | |
*** yaume has quit IRC | 14:27 | |
*** markvoelker has quit IRC | 14:27 | |
*** ksobkowiak has joined #openstack | 14:28 | |
*** blizzow has joined #openstack | 14:28 | |
*** yaume_ has quit IRC | 14:29 | |
*** yaume has joined #openstack | 14:29 | |
*** sree has quit IRC | 14:29 | |
*** apahim has quit IRC | 14:29 | |
*** koolhead17 has quit IRC | 14:31 | |
*** SuprGreg has joined #openstack | 14:31 | |
*** egonzalez has quit IRC | 14:32 | |
*** fedgoat has joined #openstack | 14:32 | |
*** SuprGreg has quit IRC | 14:32 | |
*** SuprGreg has joined #openstack | 14:33 | |
*** pnavarro has quit IRC | 14:33 | |
*** hdd has quit IRC | 14:33 | |
*** cdub has joined #openstack | 14:34 | |
*** zhhuabj has joined #openstack | 14:35 | |
*** dslevin has quit IRC | 14:36 | |
*** bobh has quit IRC | 14:37 | |
*** bobh has joined #openstack | 14:38 | |
*** bobh has quit IRC | 14:40 | |
*** dansmith is now known as superdan | 14:41 | |
*** amotoki has joined #openstack | 14:41 | |
*** krobzaur has joined #openstack | 14:42 | |
*** KLevenstein has joined #openstack | 14:42 | |
*** trifon has joined #openstack | 14:43 | |
*** ThunderEmperor has joined #openstack | 14:44 | |
*** rbak has joined #openstack | 14:44 | |
*** deray has quit IRC | 14:44 | |
*** ThunderEmperor has left #openstack | 14:44 | |
*** yaume has quit IRC | 14:45 | |
*** jsheeren has joined #openstack | 14:45 | |
*** dslev has joined #openstack | 14:45 | |
*** sanghai has quit IRC | 14:46 | |
*** vivek-ebay has joined #openstack | 14:46 | |
*** obedmr has joined #openstack | 14:47 | |
*** jpena|lunch is now known as jpena | 14:47 | |
*** ramonskie has quit IRC | 14:48 | |
*** ju5t has quit IRC | 14:48 | |
*** fultonj has quit IRC | 14:48 | |
*** fultonj has joined #openstack | 14:48 | |
*** mvelten has quit IRC | 14:48 | |
*** ju5t has joined #openstack | 14:48 | |
*** esker has joined #openstack | 14:49 | |
*** gfidente|lunch is now known as gfidente | 14:51 | |
*** vivek-ebay has quit IRC | 14:51 | |
*** foxhunt72 is now known as foxhunt_away | 14:51 | |
*** jprovazn has quit IRC | 14:52 | |
*** ccie64dd has quit IRC | 14:53 | |
*** cprmrf has joined #openstack | 14:53 | |
*** esker has quit IRC | 14:53 | |
*** yaume has joined #openstack | 14:54 | |
*** AmirBaleghi11116 has quit IRC | 14:54 | |
*** k_stev has joined #openstack | 14:54 | |
*** Mudpuppy has joined #openstack | 14:54 | |
*** amotoki_ has joined #openstack | 14:56 | |
*** AmirBaleghi11116 has joined #openstack | 14:57 | |
*** asheesh_ has quit IRC | 14:57 | |
*** sturlry_ has quit IRC | 14:57 | |
*** asheesh_ has joined #openstack | 14:57 | |
*** NetHawk_ has joined #openstack | 14:58 | |
*** zhenq has joined #openstack | 14:58 | |
*** mtanino has joined #openstack | 14:58 | |
*** amotoki has quit IRC | 14:58 | |
*** ju5t has quit IRC | 14:58 | |
*** simondodsley has joined #openstack | 14:59 | |
*** zenoway has quit IRC | 14:59 | |
*** jsheeren has quit IRC | 14:59 | |
*** ccie64dd has joined #openstack | 14:59 | |
*** yaume has quit IRC | 14:59 | |
*** zenoway has joined #openstack | 14:59 | |
*** davi has joined #openstack | 15:00 | |
*** davi has joined #openstack | 15:00 | |
*** ppradhan has joined #openstack | 15:00 | |
*** alexsch__ has quit IRC | 15:00 | |
*** NetHawk has quit IRC | 15:00 | |
*** NetHawk_ is now known as NetHawk | 15:00 | |
*** alexschm has joined #openstack | 15:01 | |
*** yaume has joined #openstack | 15:01 | |
*** bluedusk has quit IRC | 15:01 | |
*** qg_ has joined #openstack | 15:02 | |
*** bobh has joined #openstack | 15:02 | |
*** iota_pi has quit IRC | 15:02 | |
*** eharney has joined #openstack | 15:03 | |
*** zenoway has quit IRC | 15:03 | |
*** mrjazzcat has joined #openstack | 15:04 | |
*** iota_pi has joined #openstack | 15:04 | |
*** matbu has joined #openstack | 15:04 | |
*** bluedusk has joined #openstack | 15:04 | |
*** robbiew has joined #openstack | 15:04 | |
*** alexschm_ has joined #openstack | 15:05 | |
*** alexschm has quit IRC | 15:05 | |
*** sturlry has joined #openstack | 15:05 | |
*** rarcea has quit IRC | 15:05 | |
*** rarcea_ has quit IRC | 15:05 | |
*** alexschm_ has quit IRC | 15:05 | |
*** laron has joined #openstack | 15:05 | |
*** telnes_ has left #openstack | 15:05 | |
*** qg_ has quit IRC | 15:06 | |
*** alexschm has joined #openstack | 15:06 | |
*** ivan_mironov has quit IRC | 15:06 | |
*** AmirBaleghi11116 has quit IRC | 15:06 | |
*** toscalix has quit IRC | 15:06 | |
*** AmirBaleghi11116 has joined #openstack | 15:06 | |
*** electrocucaracha has joined #openstack | 15:07 | |
*** achampion has quit IRC | 15:07 | |
*** tschrock5252 has joined #openstack | 15:07 | |
*** lucendio has quit IRC | 15:07 | |
*** yaume has quit IRC | 15:08 | |
*** Guest21 has quit IRC | 15:08 | |
*** aopincar has joined #openstack | 15:08 | |
tschrock5252 | Hello 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 #openstack | 15:09 | |
tschrock5252 | I asked in Openstack Telemetry, but nobody their replied to me | 15:09 |
*** cfarquhar has joined #openstack | 15:09 | |
*** cfarquhar has quit IRC | 15:09 | |
*** cfarquhar has joined #openstack | 15:09 | |
*** sleviim has left #openstack | 15:09 | |
*** rarcea has joined #openstack | 15:09 | |
*** toscalix has joined #openstack | 15:09 | |
Sam-I-Am | tschrock5252: whats in your config file? | 15:09 |
*** AmirBaleghi11117 has joined #openstack | 15:10 | |
*** asheesh_ has quit IRC | 15:10 | |
*** asheesh_ has joined #openstack | 15:10 | |
*** AmirBaleghi11116 has quit IRC | 15:10 | |
tschrock5252 | Sam-I-Am | 15:11 |
tschrock5252 | http://paste.openstack.org/show/482315/ | 15:11 |
tschrock5252 | Also, I believe we looked at this another time, and we found that the Kilo install guide has some errors in Ceilometer setup | 15:11 |
*** Guest20596 has quit IRC | 15:12 | |
Sam-I-Am | thats an odd combination of things | 15:12 |
tschrock5252 | Yeah, I have worked on this a few times | 15:12 |
*** rahulait has joined #openstack | 15:12 | |
tschrock5252 | So the config could be all kinds of whacked out | 15:12 |
Sam-I-Am | if you're using auth_plugin, you should have auth_url and auth_uri | 15:13 |
Sam-I-Am | identity_uri is not a thing | 15:13 |
*** cptweasel has joined #openstack | 15:13 | |
Sam-I-Am | it was... in prior lives | 15:13 |
tschrock5252 | Ok. So.... auth_uri = http://oscont-01:5000 | 15:13 |
tschrock5252 | That seems wrong | 15:14 |
*** cptwease_ has joined #openstack | 15:14 | |
tschrock5252 | # /2.0 at the end? | 15:14 |
*** AmirBaleghi11117 has quit IRC | 15:14 | |
*** telnes_ has joined #openstack | 15:14 | |
Sam-I-Am | should not have a version | 15:14 |
*** hdd has joined #openstack | 15:14 | |
*** AmirBaleghi11117 has joined #openstack | 15:15 | |
tschrock5252 | Whitepaper? I'd love to set these variables correctly, and then restart the services to see if I have better luck | 15:15 |
Sam-I-Am | hmmm yeah, kilo docs are weird on that | 15:15 |
Sam-I-Am | just use the liberty docs | 15:15 |
Sam-I-Am | should work fine | 15:15 |
tschrock5252 | Will do | 15:15 |
tschrock5252 | I'll update shortly | 15:15 |
tschrock5252 | Thanks Sam-I-Am | 15:15 |
Sam-I-Am | looks like some bits did not make it into the kilo docs | 15:15 |
*** asheesh_ has quit IRC | 15:15 | |
Sam-I-Am | might be worth opening a bug when you figure out how to make it go | 15:16 |
*** blitz00 has quit IRC | 15:16 | |
Sam-I-Am | stuff the config bits in the bug | 15:16 |
*** gregmark has joined #openstack | 15:16 | |
*** Guest88706 is now known as ioni | 15:17 | |
*** cptweasel has quit IRC | 15:18 | |
manu95 | without any change on my nodes , my network node Neutron service failed , why ? | 15:18 |
*** ioni is now known as Guest46273 | 15:18 | |
*** salv-orlando has quit IRC | 15:18 | |
*** asheesh_ has joined #openstack | 15:18 | |
*** salv-orlando has joined #openstack | 15:18 | |
manu95 | neutron OperationalError: (OperationalError) no such table: ml2_vlan_allocations | 15:18 |
*** skapunker has quit IRC | 15:18 | |
Sam-I-Am | did you use the neutron-db-manage command prior to starting neutron-server? | 15:19 |
*** Sucks has joined #openstack | 15:19 | |
manu95 | no Sam I used db-manage at the initialization only | 15:20 |
manu95 | I changed nothing in config file | 15:20 |
manu95 | and the error appear | 15:20 |
Sam-I-Am | so... config all neutron things -> neutron-db-manage (with the correct options -> start neutron-server -> start neutron agents | 15:21 |
manu95 | yes | 15:21 |
*** skapunker has joined #openstack | 15:21 | |
*** aopincar has quit IRC | 15:21 | |
*** Oi_Scout has quit IRC | 15:22 | |
*** yamahata has joined #openstack | 15:22 | |
*** esker has joined #openstack | 15:22 | |
manu95 | perhaps the issue raised after a reboot , is it possible Sam ? | 15:22 |
*** sparkycollier_ has joined #openstack | 15:23 | |
*** bobh has quit IRC | 15:23 | |
*** alexschm has quit IRC | 15:23 | |
Sam-I-Am | usually not. sure you didnt change anything in the configs or update any packages? | 15:23 |
*** sparkycollier has quit IRC | 15:23 | |
*** sparkycollier_ is now known as sparkycollier | 15:23 | |
*** bobh has joined #openstack | 15:24 | |
*** esker has quit IRC | 15:24 | |
*** esker has joined #openstack | 15:24 | |
*** kkoski has joined #openstack | 15:25 | |
*** zakora has quit IRC | 15:25 | |
*** neilus has joined #openstack | 15:26 | |
tschrock5252 | Sam-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 |
tschrock5252 | So, I should see something listed | 15:26 |
*** electrocucaracha has quit IRC | 15:26 | |
manu95 | yes ml2_conf.ini was untouched on my controller node | 15:26 |
*** blizzow has quit IRC | 15:26 | |
*** drawsmcgraw has joined #openstack | 15:27 | |
manu95 | do nova.conf could affect the DB as well Sam, it think not ? | 15:27 |
Sam-I-Am | no | 15:27 |
*** Romik has quit IRC | 15:27 | |
*** burgerk has joined #openstack | 15:29 | |
*** omartsyniuk has joined #openstack | 15:29 | |
manu95 | sam 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 |
manu95 | I 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-instance3 | 15:30 |
*** amotoki_ has quit IRC | 15:30 | |
manu95 | openstack is quite complex :) | 15:30 |
*** neilus has quit IRC | 15:30 | |
Sam-I-Am | tschrock5252: is there no entries in the catalog for ceilometer? | 15:30 |
Sam-I-Am | you should debug the ceilometer command to see what its looking for there | 15:30 |
Sam-I-Am | manu95: yeah, but it does work if you follow the install guide for a basic deployment | 15:31 |
*** AmirBaleghi11118 has joined #openstack | 15:31 | |
*** Guest6359 is now known as jero- | 15:31 | |
*** ultimateboy has joined #openstack | 15:31 | |
manu95 | I did with a three nodes | 15:31 |
*** AmirBaleghi11117 has quit IRC | 15:31 | |
*** SuprGreg has quit IRC | 15:32 | |
*** drawsmcgraw has quit IRC | 15:32 | |
*** drawsmcgraw has joined #openstack | 15:32 | |
*** SuprGreg has joined #openstack | 15:32 | |
*** balajiiyer has joined #openstack | 15:32 | |
*** spotz_zzz is now known as spotz | 15:32 | |
manu95 | Sam, how can I verify if my tunnel is up and ready between network and compute nodes ? | 15:33 |
Sam-I-Am | using ovs? | 15:33 |
*** rarcea has quit IRC | 15:34 | |
*** achampion has joined #openstack | 15:34 | |
*** MaxSan_ has joined #openstack | 15:34 | |
*** MCoLo has joined #openstack | 15:35 | |
manu95 | Sam on my controller all neutron agent are up (neutron agent-list cmd) but neutron service failed, is it normal ? | 15:36 |
*** beejee has quit IRC | 15:36 | |
Sam-I-Am | the neutron service has to be running for agent-list to work | 15:36 |
manu95 | neutron service fails on the network node while controller see them up ? | 15:36 |
*** AmirBaleghi11119 has joined #openstack | 15:36 | |
Sam-I-Am | neutron-server should not be running anywhere but the controller node | 15:37 |
*** telnes_ has left #openstack | 15:37 | |
*** electrofelix has quit IRC | 15:37 | |
*** AmirBaleghi11118 has quit IRC | 15:37 | |
*** electrofelix has joined #openstack | 15:38 | |
*** mosburn has joined #openstack | 15:38 | |
*** kindjal has quit IRC | 15:40 | |
manu95 | visbits: ? | 15:40 |
*** baker has joined #openstack | 15:41 | |
*** amotoki has joined #openstack | 15:41 | |
tschrock5252 | Sam-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.html | 15:41 |
manu95 | Sam I think if I succed to fix the http 500 issue it should be fine | 15:42 |
tschrock5252 | And the image setup here http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-glance.html | 15:42 |
tschrock5252 | Could it be that kilo has a different admin-openrc to source? | 15:42 |
*** rgogunskiy has quit IRC | 15:42 | |
*** jckasper has quit IRC | 15:44 | |
Sam-I-Am | eh, the openrc is a little different i think | 15:44 |
*** anshul has quit IRC | 15:44 | |
manu95 | it is the first time I meet http 500 issue , where I have to looking for ? | 15:45 |
*** jckasper has joined #openstack | 15:45 | |
tschrock5252 | Sam-I-Am copied from http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-openrc.html#creating-the-scripts into a new file. Same error. hmm | 15:45 |
tschrock5252 | manu95, check your httpd logs | 15:45 |
Sam-I-Am | sure there's not a typo in your endpoint entries? | 15:46 |
*** jckasper has quit IRC | 15:46 | |
tschrock5252 | In the config?? | 15:46 |
*** aimon has quit IRC | 15:46 | |
*** jckasper has joined #openstack | 15: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: r | 15:46 |
manu95 | eq-b5e2cfa3-5bc5-4df4-874a-140be12555a4) | 15:46 |
manu95 | I did: only this : | 15:46 |
*** electrocucaracha has joined #openstack | 15:46 | |
*** SurajD has quit IRC | 15:47 | |
tschrock5252 | Sam-I-Am http://paste.openstack.org/show/482321/ | 15:48 |
manu95 | does someone meet HTTP issue with Kilo version ? | 15:49 |
*** electrocucaracha has quit IRC | 15:49 | |
*** fultonj has quit IRC | 15:50 | |
*** krypto has joined #openstack | 15:50 | |
*** fultonj has joined #openstack | 15:51 | |
*** beejee has joined #openstack | 15:52 | |
*** KarlchenK has quit IRC | 15:52 | |
*** ccie64dd has left #openstack | 15:53 | |
*** pumaranikar has joined #openstack | 15:53 | |
Sam-I-Am | tschrock5252: those arent endpoint entries | 15:54 |
tschrock5252 | Im sorry | 15:54 |
tschrock5252 | endpoint list otw | 15:54 |
*** krypto has quit IRC | 15:55 | |
*** krypto has joined #openstack | 15:56 | |
Sam-I-Am | ceilometer --debug meter-list | 15:56 |
*** SurajD has joined #openstack | 15:57 | |
tschrock5252 | http://paste.openstack.org/show/482323/ | 15:57 |
manu95 | I fixe the http Error ;) | 15:58 |
tschrock5252 | http://paste.openstack.org/show/482325/ | 15:58 |
*** annegentle has quit IRC | 15:58 | |
manu95 | I have the final error to fix :if_type=binding_failed | 15:58 |
tschrock5252 | Sam-I-Am, the first is the endpoint details, the second is the debug output | 15:58 |
*** cube has quit IRC | 15:59 | |
manu95 | dear fellowship, I have spent many hours on this, can you help me to fix this tricky error: vif_type=binding_failed | 15:59 |
*** lcurtis has joined #openstack | 15:59 | |
*** cfh has quit IRC | 15:59 | |
manu95 | I know that vif_type is related with network but where is the issue ? | 16:00 |
*** krypto has quit IRC | 16:00 | |
*** krypto has joined #openstack | 16:01 | |
*** aopincar has joined #openstack | 16:01 | |
Sam-I-Am | tschrock5252: whats in your openrc file? | 16:02 |
*** jmckind has quit IRC | 16:02 | |
*** telnes_ has joined #openstack | 16:03 | |
*** loopback has quit IRC | 16:04 | |
*** amotoki has quit IRC | 16:04 | |
tschrock5252 | http://paste.openstack.org/show/482329/ | 16:04 |
*** ju5t has joined #openstack | 16:04 | |
Sam-I-Am | what happens if you unset os_identity_api_version | 16:05 |
*** Mudpuppy has quit IRC | 16:05 | |
tschrock5252 | Lets find out! | 16:05 |
*** bobh has quit IRC | 16:05 | |
*** vivek-ebay has joined #openstack | 16:06 | |
*** shiriru has quit IRC | 16:06 | |
tschrock5252 | This happens http://paste.openstack.org/show/482330/ | 16:06 |
*** Reepicheep has joined #openstack | 16:07 | |
*** krypto has quit IRC | 16:08 | |
*** fyxim has quit IRC | 16:08 | |
*** joshmarshall has quit IRC | 16:08 | |
*** jmckind has joined #openstack | 16:09 | |
Sam-I-Am | what if you put /v2.0 instead of /v3 at the end of os_auth_url? | 16:10 |
*** vivek-ebay has quit IRC | 16:10 | |
*** vsedelnik has joined #openstack | 16:11 | |
*** ziggit has joined #openstack | 16:11 | |
*** vsedelnik has quit IRC | 16:11 | |
*** ronis__ has quit IRC | 16:11 | |
Reepicheep | I'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 IRC | 16:11 | |
*** Mudpuppy has joined #openstack | 16:12 | |
*** AmirBaleghi11119 has quit IRC | 16:12 | |
*** esker has quit IRC | 16:12 | |
*** joshmarshall has joined #openstack | 16:13 | |
*** nllrte has joined #openstack | 16:13 | |
tschrock5252 | Sam-I-Am Unable to determine the Keystone version to authenticate with using the given auth_url. | 16:13 |
Reepicheep | for instance I have an OS::Heat::AutoScalingGroup with an unknown desired_capacity that needs to add a networks: port from a OS::Neutron::Port resource | 16:13 |
*** AmirBaleghi11119 has joined #openstack | 16:13 | |
*** jckasper has quit IRC | 16:13 | |
*** fyxim has joined #openstack | 16:14 | |
Reepicheep | how do i make it use a unique network port each time that it iterates through a OS::Nova::Server | 16:14 |
*** jckasper has joined #openstack | 16:14 | |
*** ivan_mironov has joined #openstack | 16:15 | |
*** rcernin has quit IRC | 16:15 | |
Sam-I-Am | tschrock5252: hmm, i guess set os_identity_api_version to 2? | 16:15 |
Sam-I-Am | something isnt right here | 16:15 |
Sam-I-Am | sure this is kilo? | 16:15 |
*** phileas has joined #openstack | 16:16 | |
tschrock5252 | Positive it's kilo | 16:16 |
*** vinc has quit IRC | 16:16 | |
*** jpena has quit IRC | 16:16 | |
*** walterheck has quit IRC | 16:16 | |
tschrock5252 | Sam-I-Am, same error about the auth_url when it's version 2 | 16:17 |
RageLtMan | Hi Sam | 16:17 |
*** Guest46273 is now known as ioni | 16:18 | |
Sam-I-Am | tschrock5252: check version of code? | 16:18 |
*** AmirBaleghi11119 has quit IRC | 16:18 | |
*** Mudpuppy has quit IRC | 16:18 | |
tschrock5252 | Sam-I-Am how? | 16:18 |
Sam-I-Am | dpkg or rpm, depending on your distro | 16:18 |
*** ioni is now known as Guest11667 | 16:18 | |
RageLtMan | My 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-label | 16:18 |
*** jckasper has quit IRC | 16:18 | |
Sam-I-Am | RageLtMan: what happened with the mtu stuff? | 16:19 |
RageLtMan | Still a problem, but right now i'm down production-wise | 16:19 |
*** AmirBaleghi11119 has joined #openstack | 16:19 | |
RageLtMan | i changed all MTUs i could find | 16:19 |
RageLtMan | its inside the actual compute node in nova far as i can tell | 16:19 |
tschrock5252 | 1:2015.1.1-0ubuntu1~cloud2 all OpenStack Compute - common files | 16:19 |
Sam-I-Am | did you figure out where packets were stopping? | 16:19 |
Sam-I-Am | tschrock5252: yeah that would be kilo | 16:19 |
*** ziggit has quit IRC | 16:20 | |
*** _0x5eb_ has quit IRC | 16:20 | |
*** spartacloud is now known as zackf | 16:20 | |
*** TREllis has quit IRC | 16:20 | |
tschrock5252 | :( This is rough. The keystone auth URL's seem to have got fixed in later releases so everything uses v3 | 16:20 |
Reepicheep | I have seen some references to "%index%" but I have not been able to find any solid documentation on it | 16:20 |
tschrock5252 | But in Kilo, I don't think v3 is supported for ceilometer | 16:20 |
Sam-I-Am | tschrock5252: 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 IRC | 16:21 | |
RageLtMan | Sam-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 on | 16:21 |
Sam-I-Am | this is vm's console, or nova log? | 16:22 |
RageLtMan | vms console | 16:22 |
RageLtMan | err, the output to serial console | 16:22 |
Sam-I-Am | my guess is the device id somehow changed | 16:22 |
*** _0x5eb_ has joined #openstack | 16:22 | |
RageLtMan | the visual console just hangs at pre-init scripts | 16:22 |
RageLtMan | blkid on the imported RBD volume shows the right UUIDs | 16:22 |
Sam-I-Am | does fstab inside it reference the wrong device? | 16:22 |
tschrock5252 | Sam-I-Am, default configs and documentation do not work at all | 16:23 |
RageLtMan | its a normal ubuntu cloud image | 16:23 |
RageLtMan | so the fastab refs by label | 16:23 |
*** otter768 has joined #openstack | 16:23 | |
Sam-I-Am | RageLtMan: have you tried booting a new image? | 16:23 |
*** gszasz has quit IRC | 16:23 | |
RageLtMan | yeah, did an rbd conversion in-place | 16:23 |
RageLtMan | no dice | 16:23 |
RageLtMan | worse yet | 16:23 |
*** gaughen has quit IRC | 16:23 | |
Sam-I-Am | so this broke after implementing ceph? | 16:23 |
RageLtMan | no | 16:24 |
*** gaughen has joined #openstack | 16:24 | |
*** markvoelker has joined #openstack | 16:24 | |
RageLtMan | it 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'd | 16:24 |
RageLtMan | the breakage was likely ~3 days ago, but only manifested when i tried to boot VMs again | 16:24 |
Sam-I-Am | is nova successfully grabbing that disk device? | 16:25 |
RageLtMan | i made new Ceph volumes | 16:25 |
RageLtMan | how do i tell? | 16:25 |
Sam-I-Am | i've never used ceph | 16:25 |
*** d9k has joined #openstack | 16:25 | |
RageLtMan | with iSCSI the disk shows up in host | 16:25 |
manu95 | Sam good news I am able ti create instance on admin tenant , still HTTP 500 on demo tenant | 16:25 |
RageLtMan | with libvirt-ceph it doesnt seem to | 16:25 |
RageLtMan | it MUST be loading the disk though as it starts boot from it | 16:25 |
Sam-I-Am | manu95: good | 16:25 |
*** manous has joined #openstack | 16:25 | |
Sam-I-Am | RageLtMan: you can check the nova-compute log, or also check the libvirt process to see if it includes the right volume | 16:25 |
RageLtMan | Here's a question you might find more up your alley: how do i get block size differences adressed in gance->cinder conversion? | 16:26 |
RageLtMan | checking now | 16:26 |
*** cfh has joined #openstack | 16:26 | |
*** ajmiller has joined #openstack | 16:26 | |
RageLtMan | our 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 conversion | 16:26 |
RageLtMan | id love to put everything back in cinder now that its running ~600MB/s, but apparently i cant | 16:27 |
*** aopincar has quit IRC | 16:27 | |
*** otter768 has quit IRC | 16: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-Am | lol | 16:28 |
Sam-I-Am | i do see a lot here | 16:28 |
RageLtMan | So basically i am proper f'd right now | 16:28 |
*** markvoelker has quit IRC | 16:28 | |
Sam-I-Am | although you havent reached 'i'm getting fired if this isnt fixed' state. i've seen that. on weekends. | 16:28 |
RageLtMan | production systems are down, though i can still see the data, and my very fast cinder setup can't be used | 16:28 |
*** devth_ has joined #openstack | 16:28 | |
RageLtMan | i'm the boss, fired is not an option, worked into the ground is | 16:28 |
RageLtMan | tomorrow's my 3y wedding anniversary, so there's also potential death if i dont free up by midnight. | 16:29 |
Sam-I-Am | lol | 16:29 |
*** hardbot has quit IRC | 16:29 | |
Sam-I-Am | angry wife vs. broken openstack | 16:29 |
Sam-I-Am | hummm | 16:30 |
Sam-I-Am | i know a guy that can disappear you | 16: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 #openstack | 16:30 | |
*** jdurgin1 has joined #openstack | 16:30 | |
RageLtMan | I'm a prior service USMC grunt, even STA straining and a gilly suit wont help me | 16:30 |
Sam-I-Am | so, this glance->cinder conversion | 16:31 |
Sam-I-Am | block size thing | 16:31 |
RageLtMan | Since 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 issue | 16:31 |
Sam-I-Am | this is when you boot from volume? | 16:31 |
RageLtMan | Yes | 16:31 |
RageLtMan | So i have boot volumes only for now | 16:32 |
Sam-I-Am | nova sees it as 512 byte blocks? | 16:32 |
RageLtMan | No | 16:32 |
RageLtMan | I have nova configured to set up all iSCSI links as virtio-scsi LUNs (passthru) | 16:32 |
Sam-I-Am | well, libvirt more accurately | 16:32 |
*** devth has quit IRC | 16:32 | |
goodygum | RageLtMan: wow, mindfuck by shrink could be epic | 16:33 |
*** aopincar has joined #openstack | 16:33 | |
RageLtMan | Yeah, darwin award tiem | 16:33 |
RageLtMan | time* | 16:33 |
RageLtMan | Where does nova keep detailed VM logs? | 16:33 |
Sam-I-Am | RageLtMan: i'd look at /var/run/libvirt | 16:34 |
RageLtMan | mostly empty | 16:34 |
*** rahulait has quit IRC | 16:35 | |
RageLtMan | http://pastebin.com/gatxDugb | 16:35 |
Sam-I-Am | on the compute node? | 16:35 |
RageLtMan | yeah | 16:35 |
*** markus_z has quit IRC | 16:35 | |
*** onlyanegg has joined #openstack | 16:35 | |
RageLtMan | So the first VM which needs saving is our Chef 12 instance | 16:35 |
RageLtMan | This one is running on osc01 (compute node 01) | 16:35 |
Reepicheep | So 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-Am | those instance xmls... one place to look | 16:35 |
Sam-I-Am | and /var/log/libvirt | 16:36 |
Sam-I-Am | should be a bunch of log files in there | 16:36 |
RageLtMan | Currently, it says http://pastebin.com/R53ndr27 | 16:36 |
RageLtMan | ah | 16:36 |
RageLtMan | nice | 16:36 |
RageLtMan | internal error: missing storage backend for network files using rbd protocol | 16:36 |
Sam-I-Am | looks like a problem | 16:37 |
RageLtMan | umm, how does it boot at all? | 16:37 |
Sam-I-Am | probably doesn't get past the 'bios' state? | 16:37 |
RageLtMan | if 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-Am | it might be on the local disk | 16:39 |
*** aopincar has quit IRC | 16:39 | |
RageLtMan | one volume, ubuntu cloud image | 16:39 |
Sam-I-Am | dont open the microwave before the ding | 16:39 |
RageLtMan | so here's libvirtdlog from a fresh boot of the VM: http://pastebin.com/RuhdFxqQ | 16:40 |
Sam-I-Am | RageLtMan: anything in the nova-compute log? | 16:42 |
Sam-I-Am | does ceph even work with cinder right now? | 16:42 |
RageLtMan | it works | 16:42 |
RageLtMan | other VMs run fine | 16:42 |
*** zhenq has quit IRC | 16:42 | |
Sam-I-Am | but you said you cant boot new ones | 16:42 |
RageLtMan | only two that got hit, we ones i "forced" to snap and send to image while they were running | 16:42 |
RageLtMan | i can boot new ones, i cant boot the existing prod ones. i think, lemme check | 16:42 |
*** hardbot has joined #openstack | 16:42 | |
Sam-I-Am | new ones using volumes from ceph, that is | 16:42 |
*** zhenq has joined #openstack | 16:43 | |
Reepicheep | oh.. 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.yaml | 16:43 |
*** cdash has joined #openstack | 16:43 | |
Reepicheep | I need to call the networks directly instead of working through an OS::Neutron::Port resource | 16:44 |
*** EricGonc_ has joined #openstack | 16:44 | |
RageLtMan | new VM running in ceph volume started just fine. validating from nova node too, but the VM is now running | 16:45 |
Sam-I-Am | RageLtMan: same compute node? | 16:45 |
manu95 | Sam I am not able to create instance on demo tenant ? | 16:46 |
RageLtMan | different node, this time 03 | 16:46 |
*** vicious has joined #openstack | 16:46 | |
Sam-I-Am | manu95: is the demo network owned by demo or admin? | 16:46 |
Sam-I-Am | RageLtMan: curious about this particular node | 16:46 |
RageLtMan | all nodes are identical | 16:46 |
Sam-I-Am | that libvirt error would almost indicate some issue with the underlying ceph driver bits | 16:46 |
Sam-I-Am | assuming you installed some ceph things on each node | 16:47 |
RageLtMan | deployed with Fuel, modified only in simultaneous sessions with all other VMs | 16:47 |
manu95 | by demo | 16:47 |
Reepicheep | ok.. 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::Port | 16:47 |
RageLtMan | err with all other nodes | 16:47 |
Sam-I-Am | RageLtMan: not a heat guy, sorry | 16:47 |
RageLtMan | Fuel, but no worries, ceph works | 16:47 |
RageLtMan | whats broken are two images in ceph i think | 16:47 |
Sam-I-Am | errr, Reepicheep not a heat guy | 16:48 |
*** EricGonczer_ has quit IRC | 16:48 | |
Sam-I-Am | RageLtMan: have you tried relaunching the snap of this vm? | 16:48 |
Sam-I-Am | or is that how you got here | 16:48 |
*** mrjazzcat has quit IRC | 16:48 | |
*** jckasper has joined #openstack | 16:48 | |
RageLtMan | thats how i got here | 16:48 |
RageLtMan | the snaps hang identically | 16:49 |
*** krypto has joined #openstack | 16:49 | |
*** jistr has quit IRC | 16:49 | |
RageLtMan | this may actually be DUE to the snap, but i fear deleting it | 16:49 |
Sam-I-Am | so, the vm wants 7683e12a-b09c-46fb-8083-a01afa77e356 | 16:49 |
Sam-I-Am | what volume id is cinder mounting for it? | 16:49 |
RageLtMan | a3e6aff1-23be-44ab-b275-43eff1a5f185 | 16:49 |
RageLtMan | the 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-43eff1a5f185 | 16:50 |
Sam-I-Am | yeah, so thats clearly the problem | 16:50 |
RageLtMan | ? | 16:50 |
Sam-I-Am | vm is probably looking for what the volume ID used to be | 16:50 |
Sam-I-Am | not what it is now after your rebuild | 16:51 |
*** asheesh_ has quit IRC | 16:51 | |
*** ajmiller has quit IRC | 16:51 | |
RageLtMan | tried that | 16:51 |
RageLtMan | i did an rbd rename already | 16:51 |
RageLtMan | no dice | 16:51 |
RageLtMan | btw, 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 IRC | 16:51 | |
manu95 | sam , 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 #openstack | 16:52 | |
*** jdurgin1 has quit IRC | 16:53 | |
*** jckasper has quit IRC | 16:53 | |
*** woodard has joined #openstack | 16:53 | |
tschrock5252 | Sam-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.1 | 16:53 |
Sam-I-Am | RageLtMan: thats inside the volume somewhere? | 16:53 |
tschrock5252 | Remember, no pip for me | 16:53 |
tschrock5252 | python-ceilometerclient is already the newest version. | 16:53 |
tschrock5252 | after an apt-get install on it | 16:53 |
*** krypto has quit IRC | 16:53 | |
RageLtMan | in that paste, rbd0p1 is the actual VM volume exposed in a compute node via RBD | 16:54 |
tschrock5252 | Does Ubuntu support it? If so, what do I need to do in order to install it | 16:54 |
*** aopincar has joined #openstack | 16:54 | |
*** krypto has joined #openstack | 16:54 | |
Sam-I-Am | RageLtMan: problem is i think the VM itself is looking for the wrong UUID (in grub?) | 16:54 |
*** ajmiller has joined #openstack | 16:55 | |
*** salv-orlando has quit IRC | 16:55 | |
*** salv-orlando has joined #openstack | 16:55 | |
RageLtMan | grub is looking for 7683e12a-b09c-46fb-8083-a01afa77e356 | 16:55 |
Sam-I-Am | tschrock5252: 1.0.8 is the version supported by cloud-archive for kilo | 16:56 |
RageLtMan | lemme check | 16:56 |
Diplomat | grub, pls | 16:56 |
*** pumaranikar has quit IRC | 16:56 | |
*** laurent\ has quit IRC | 16:56 | |
*** asheesh_ has joined #openstack | 16:56 | |
*** pumaranikar has joined #openstack | 16:56 | |
Sam-I-Am | RageLtMan: but fstab is looking for the old id? something here did not get word about the new ID of the disk. | 16:56 |
RageLtMan | linux/boot/vmlinuz-3.13.0-73-generic root=UUID=7683e12a-b09c-46fb-8083-a01afa77e356 ro console=tty1 console=ttyS0 | 16:56 |
*** dipk has joined #openstack | 16:56 | |
tschrock5252 | Sam-I-Am, so anything newer than that should be considered unsupported/a huge install risk | 16:56 |
Sam-I-Am | RageLtMan: so thats how you're getting down the kernel a bit | 16:57 |
Sam-I-Am | then you hit fstab for rootfs, and uuid is wrong? | 16:57 |
RageLtMan | i think initramfs isnt building the /dev/disk/by-* tree properly | 16:57 |
RageLtMan | no | 16:57 |
RageLtMan | well | 16:57 |
RageLtMan | maybe | 16:57 |
RageLtMan | opaque in that i cant touch it | 16:57 |
*** Romik has joined #openstack | 16:57 | |
*** asheesh_ has quit IRC | 16:57 | |
manu95 | Sam 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 tgus | 16:58 |
RageLtMan | but i then get the error in dmesg of the volume being missing and at the same time get the libvirt error underneath about RBD failing | 16:58 |
manu95 | his | 16:58 |
manu95 | this | 16:58 |
Sam-I-Am | tschrock5252: ceilometer should work in kilo | 16:58 |
Diplomat | Guys, I have a quick random thought, has anyone tried to install Windows 7 from ISO to OS ? | 16:58 |
RageLtMan | yes | 16:58 |
RageLtMan | i have everythig from 7-10 running here | 16:58 |
Diplomat | I'm thinking about making myself a "virtual desktop" | 16:58 |
Diplomat | oooo | 16:58 |
Sam-I-Am | iso installs can be iffy | 16:58 |
*** pkennedy_ has joined #openstack | 16:58 | |
*** asheesh_ has joined #openstack | 16:58 | |
RageLtMan | 10 is a PITA requires nova run in core2duo CPU mode | 16:58 |
Diplomat | yea Sam, that's what Im thinking | 16:58 |
Diplomat | well I just want win7 | 16:59 |
RageLtMan | we ended up building in separate KVM and importing | 16:59 |
*** jckasper has joined #openstack | 16:59 | |
*** asheesh_ has quit IRC | 16:59 | |
*** morazi has joined #openstack | 16:59 | |
Sam-I-Am | a lot of things are like "hey where the cdrom? hey wheres the cdrom? hello?" | 16:59 |
manu95 | Sam- I have an neutron error : NeutronClientException: Authentication required | 16:59 |
Diplomat | I gotta figure out how to do it.. would be fun | 16:59 |
Sam-I-Am | manu95: sounds like a problem with [keystone_authtoken] somewhere? | 16:59 |
Sam-I-Am | or perhaps the nova-neutron auth bits | 17:00 |
*** laron has quit IRC | 17:00 | |
RageLtMan | bawls. brb | 17:00 |
*** ju5t has quit IRC | 17:00 | |
*** pumaranikar has quit IRC | 17:00 | |
*** laurent\ has joined #openstack | 17:00 | |
*** laron has joined #openstack | 17:00 | |
Diplomat | Looks like the easiest way would be to install it in ubuntu and then upload it to um.. glance and then use it with volume | 17:01 |
*** eghobo has joined #openstack | 17:01 | |
*** k_stev1 has joined #openstack | 17:01 | |
*** pkennedy has quit IRC | 17:01 | |
*** pumaranikar has joined #openstack | 17:01 | |
*** mixomathoze_i_ has quit IRC | 17:01 | |
Diplomat | man, uploading 20gb file behind 40mbps upload doesnt sound fun :( | 17:02 |
*** qg_ has joined #openstack | 17:02 | |
*** k_stev has quit IRC | 17:03 | |
manu95 | Sam , if a keystone password is not correctly set, I should have sth in the keystore.log file ? | 17:03 |
Sam-I-Am | manu95: not necessarily | 17:04 |
Sam-I-Am | keystone wont log auth errors by default | 17:04 |
*** laron_ has joined #openstack | 17:04 | |
*** pradk has quit IRC | 17:05 | |
manu95 | I have this in keystone file :2015-12-18 16:13:28.902 6536 WARNING keystone.common.wsgi [-] Could not find token: aaedc06f7b7b4cb2baa989bacea315cd | 17:05 |
*** Mudpuppy has joined #openstack | 17:05 | |
*** aopincar has quit IRC | 17:05 | |
tschrock5252 | Sam-I-Am, it SHOULD, but I do not think it does. | 17:06 |
*** gyee has joined #openstack | 17:06 | |
*** qg_ has quit IRC | 17:06 | |
tschrock5252 | Does anyone here have a working config of Kilo with Ceilometer? | 17:06 |
*** vexoon has quit IRC | 17:06 | |
Sam-I-Am | tschrock5252: it works here - https://github.com/openstack/openstack-ansible/tree/kilo/playbooks/roles/os_ceilometer | 17:07 |
*** vexoon has joined #openstack | 17:07 | |
*** laron has quit IRC | 17:08 | |
Sam-I-Am | so if you dont mind parsing some ansible, you can probably figure out what its doing | 17:08 |
Sam-I-Am | or just deploy it :) | 17:08 |
tschrock5252 | No ansible deployment process in place for me here | 17:08 |
tschrock5252 | Have to pick apart what it's doing I guess | 17:08 |
*** pkennedy has joined #openstack | 17:09 | |
*** Zer0Byte__ has joined #openstack | 17:09 | |
*** achampion has quit IRC | 17:09 | |
Sam-I-Am | well, the ceilometer.conf file is pretty simple | 17:09 |
Sam-I-Am | its using the old auth methods | 17:09 |
tschrock5252 | ^^ Kinda my thoughts too | 17:09 |
tschrock5252 | Simple | 17:09 |
tschrock5252 | Sadly, I do not know ansible at all | 17:11 |
*** pkennedy_ has quit IRC | 17:11 | |
*** piet has quit IRC | 17:11 | |
tschrock5252 | Ahh, there is my config reference | 17:12 |
*** e0ne has quit IRC | 17:13 | |
*** piet has joined #openstack | 17:13 | |
*** achampion has joined #openstack | 17:14 | |
*** neilus has joined #openstack | 17:14 | |
*** mikeoutland has joined #openstack | 17:14 | |
*** mikeoutland has quit IRC | 17:14 | |
*** mikeoutland has joined #openstack | 17:15 | |
*** davideagle_ has quit IRC | 17:17 | |
*** marrusl has joined #openstack | 17:17 | |
*** ThunderEmperor has joined #openstack | 17:18 | |
*** avarner has quit IRC | 17:18 | |
*** Guest11667 is now known as ioni | 17:18 | |
*** neilus has quit IRC | 17:19 | |
*** ioni is now known as Guest40259 | 17:19 | |
*** mikeoutland has quit IRC | 17:19 | |
*** mikeoutland has joined #openstack | 17:20 | |
*** _cjones_ has joined #openstack | 17:20 | |
tschrock5252 | Sam-I-Am, still doesn't work. Even following their configuration | 17:21 |
tschrock5252 | About to add-apt-repository cloud-archive:liberty | 17:21 |
tschrock5252 | apt-get install python-ceilometerclient | 17:21 |
tschrock5252 | But that greatly concerns me | 17:22 |
*** jckasper has quit IRC | 17:22 | |
tschrock5252 | I 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 #openstack | 17:22 | |
*** mikeoutl_ has quit IRC | 17:22 | |
*** jckasper has joined #openstack | 17:22 | |
*** jckasper has quit IRC | 17:23 | |
*** toscalix has quit IRC | 17:23 | |
*** jckasper has joined #openstack | 17:23 | |
manu95 | [root@controller neutron]# fgrep -i "Authorization failed for token" /var/log/neutron/server.log | 17:23 |
manu95 | 2015-12-18 16:07:40.914 5530 WARNING keystonemiddleware.auth_token [req-0bd613e9-2b96-4194-8616-8d37813516ca ] Authorization failed for token | 17:23 |
*** mikeoutl_ has joined #openstack | 17:23 | |
manu95 | Sam - I have an issue with authentication: | 17:24 |
*** baker has quit IRC | 17:24 | |
*** bdrich has joined #openstack | 17:24 | |
*** atrius has quit IRC | 17:24 | |
manu95 | perhaps a behavior with url called ? | 17:24 |
*** baker has joined #openstack | 17:24 | |
*** jf2 has joined #openstack | 17:24 | |
*** NetHawk has quit IRC | 17:24 | |
*** markvoelker has joined #openstack | 17:24 | |
*** Zer0Byte__ has quit IRC | 17:25 | |
*** mikeoutland has quit IRC | 17:25 | |
manu95 | I found this on web : export OS_AUTH_URL=http://kilocontroller:35357/v3 ( <- must add v3 ) ? | 17:25 |
manu95 | on kilo ? | 17:25 |
*** baker has quit IRC | 17:25 | |
tschrock5252 | Thanks manu95. Been down that road man | 17:25 |
tschrock5252 | Doesn't fix it | 17:25 |
*** NetHawk has joined #openstack | 17:25 | |
*** pblaho has quit IRC | 17:25 | |
*** woodard has quit IRC | 17:25 | |
tschrock5252 | I get an error that the service catalog is empty after that | 17:26 |
tschrock5252 | And i have admins in OS-telemetry channel saying that they think v1.0.13 of the python-ceilometerclient is broken | 17:27 |
tschrock5252 | in Kilo | 17:27 |
*** ronis__ has joined #openstack | 17:27 | |
*** asheesh_ has joined #openstack | 17:28 | |
*** bobh has joined #openstack | 17:28 | |
*** jmckind_ has joined #openstack | 17:29 | |
*** _cjones_ has quit IRC | 17:29 | |
*** markvoelker has quit IRC | 17:29 | |
*** erolozcan has quit IRC | 17:29 | |
*** k_stev has joined #openstack | 17:29 | |
*** cprmrf has quit IRC | 17:29 | |
*** bobh has quit IRC | 17:30 | |
*** bobh has joined #openstack | 17:30 | |
*** aimon has joined #openstack | 17:31 | |
*** piet has quit IRC | 17:31 | |
*** k_stev1 has quit IRC | 17:32 | |
*** jmckind has quit IRC | 17:32 | |
*** potato_farmer has joined #openstack | 17:32 | |
*** asheesh_ has quit IRC | 17:32 | |
*** TREllis has quit IRC | 17:33 | |
*** bobh has quit IRC | 17:34 | |
*** aimon has quit IRC | 17:35 | |
*** ThunderEmperor has quit IRC | 17:36 | |
*** aimon has joined #openstack | 17:36 | |
*** trifon has quit IRC | 17:37 | |
*** jmckind has joined #openstack | 17:37 | |
*** fzdarsky is now known as fzdarsky|afk | 17:37 | |
*** WANG_Feng has quit IRC | 17:37 | |
*** ultimateboy1 has joined #openstack | 17:38 | |
*** TREllis has joined #openstack | 17:38 | |
*** simondodsley has quit IRC | 17:38 | |
*** _cjones_ has joined #openstack | 17:40 | |
*** beejee has quit IRC | 17:40 | |
*** jmckind_ has quit IRC | 17:40 | |
*** penick has joined #openstack | 17:40 | |
*** Romik has quit IRC | 17:40 | |
*** ultimateboy has quit IRC | 17:41 | |
*** szhem has joined #openstack | 17:41 | |
*** urban has joined #openstack | 17:41 | |
*** Zer0Byte__ has joined #openstack | 17:41 | |
*** asheesh_ has joined #openstack | 17:42 | |
urban | I'm trying to figureout how to shrink an kvm instance image. virt-resize complains that "This partition contains a ext4 filesystem | 17:42 |
urban | which will be damaged by shrinking" | 17:42 |
*** ikcerog_ has joined #openstack | 17:42 | |
urban | is there any way to shrink that disk image? | 17:42 |
urban | I'm just migrating to cheaper instance | 17:42 |
*** asheesh_ has quit IRC | 17:43 | |
Sam-I-Am | tschrock5252: you can fire up a different vm, pip install python-ceilometerclient and see if it will talk to your openstack deployment | 17:43 |
Sam-I-Am | tschrock5252: or you can pip install it into a venv | 17:43 |
Sam-I-Am | if you've used venvs... thats probably easier | 17:43 |
*** piet has joined #openstack | 17:43 | |
*** ivan_mironov has quit IRC | 17:44 | |
*** andrewschoen_ is now known as andrewschoen | 17:44 | |
*** icezimm has joined #openstack | 17:44 | |
*** AmirBaleghi11119 has quit IRC | 17:45 | |
*** ikcerog has quit IRC | 17:46 | |
*** vexoon has quit IRC | 17:46 | |
*** jcarter2 has quit IRC | 17:46 | |
*** ikcerog_ has quit IRC | 17:47 | |
*** diogogmt has joined #openstack | 17:47 | |
*** asheesh_ has joined #openstack | 17:48 | |
*** yamamoto has quit IRC | 17:48 | |
*** bobh has joined #openstack | 17:49 | |
*** jcarter2 has joined #openstack | 17:50 | |
*** Zer0Byte__ has quit IRC | 17:50 | |
*** yamamoto has joined #openstack | 17:50 | |
*** SuprGreg has quit IRC | 17:51 | |
*** k_stev has quit IRC | 17:51 | |
*** elnin0 has joined #openstack | 17:51 | |
*** trifon has joined #openstack | 17:53 | |
*** fsimonce has quit IRC | 17:53 | |
*** obedmr has quit IRC | 17:54 | |
*** Mudpuppy has quit IRC | 17:54 | |
*** aopincar has joined #openstack | 17:54 | |
*** hyphenated has joined #openstack | 17:54 | |
*** yamamoto has quit IRC | 17:55 | |
*** obedmr has joined #openstack | 17:56 | |
*** AmirBaleghi11119 has joined #openstack | 17:56 | |
*** qg_ has joined #openstack | 17:57 | |
*** shardy has quit IRC | 17:57 | |
*** pixelbeat_ has quit IRC | 17:58 | |
*** piet has quit IRC | 17:58 | |
*** groen692 has quit IRC | 17:58 | |
*** aimon has quit IRC | 17:59 | |
*** ThunderEmperor has joined #openstack | 17:59 | |
*** e0ne has joined #openstack | 18:00 | |
*** manu95 has left #openstack | 18:02 | |
*** diogogmt has quit IRC | 18:02 | |
tschrock5252 | Sam-I-Am, thank you | 18:02 |
*** yamahata has quit IRC | 18:02 | |
*** _cjones_ has quit IRC | 18:02 | |
*** ikcerog has joined #openstack | 18:03 | |
*** diogogmt has joined #openstack | 18:03 | |
*** ikcerog has joined #openstack | 18:03 | |
*** aimon has joined #openstack | 18:04 | |
*** bdrich_ has joined #openstack | 18:04 | |
*** piet has joined #openstack | 18:04 | |
*** rushiagr is now known as rushiagr_away | 18:06 | |
*** kkoski has quit IRC | 18:06 | |
*** rcernin has joined #openstack | 18:06 | |
*** bdrich has quit IRC | 18:08 | |
*** derekh has quit IRC | 18:08 | |
*** gfidente has quit IRC | 18:09 | |
*** EricGonc_ has quit IRC | 18:09 | |
*** bobh has quit IRC | 18:10 | |
*** bdrich_ has quit IRC | 18:11 | |
*** Zer0Byte__ has joined #openstack | 18:12 | |
*** EricGonczer_ has joined #openstack | 18:12 | |
*** fhubik has joined #openstack | 18:12 | |
*** Mudpuppy has joined #openstack | 18:13 | |
*** annegentle has joined #openstack | 18:13 | |
*** fhubik has quit IRC | 18:14 | |
*** hardbot has quit IRC | 18:15 | |
*** fhubik has joined #openstack | 18:15 | |
*** kkoski has joined #openstack | 18:15 | |
*** KLevenstein has quit IRC | 18:16 | |
*** ultimateboy1 has quit IRC | 18:16 | |
*** jckasper has quit IRC | 18:18 | |
*** AmirBaleghi11111 has joined #openstack | 18:19 | |
*** Guest40259 is now known as ioni | 18:19 | |
*** AmirBaleghi11119 has quit IRC | 18:20 | |
*** ioni is now known as Guest21336 | 18:20 | |
*** potato_farmer has left #openstack | 18:20 | |
*** jmckind_ has joined #openstack | 18:21 | |
*** rossella_s has quit IRC | 18:21 | |
*** Zer0Byte__ has quit IRC | 18:21 | |
*** rossella_s has joined #openstack | 18:22 | |
*** e0ne has quit IRC | 18:22 | |
*** mikeoutl_ has quit IRC | 18:22 | |
*** asheesh__ has joined #openstack | 18:23 | |
*** cptwease_ has quit IRC | 18:23 | |
*** Mudpuppy has quit IRC | 18:23 | |
*** otter768 has joined #openstack | 18:24 | |
*** jmckind has quit IRC | 18:24 | |
*** burgerk has quit IRC | 18:24 | |
*** _cjones_ has joined #openstack | 18:24 | |
*** diogogmt has quit IRC | 18:25 | |
*** asheesh_ has quit IRC | 18:25 | |
*** johnsterdotcom has joined #openstack | 18:26 | |
*** spotz is now known as spotz_zzz | 18:26 | |
*** SurajD has quit IRC | 18:26 | |
*** johnsterdotcom has quit IRC | 18:26 | |
*** _cjones_ has quit IRC | 18:26 | |
*** krypto has quit IRC | 18:26 | |
*** krypto has joined #openstack | 18:27 | |
*** _cjones_ has joined #openstack | 18:27 | |
*** aimon has quit IRC | 18:27 | |
*** SurajD has joined #openstack | 18:28 | |
*** yamahata has joined #openstack | 18:28 | |
*** otter768 has quit IRC | 18:28 | |
*** HenryG is now known as HenryG_afk | 18:29 | |
*** jmckind has joined #openstack | 18:29 | |
*** lotharn3 is now known as lotharn | 18:30 | |
*** piet has quit IRC | 18:30 | |
*** ikcerog_ has joined #openstack | 18:30 | |
*** mikeoutland has joined #openstack | 18:31 | |
*** e0ne has joined #openstack | 18:31 | |
*** jmckind_ has quit IRC | 18:32 | |
*** Marga_ has quit IRC | 18:32 | |
*** ikcerog has quit IRC | 18:34 | |
*** jonaspaulo has joined #openstack | 18:34 | |
*** iota_pi has quit IRC | 18:35 | |
*** pravins has quit IRC | 18:35 | |
*** ikcerog_ has quit IRC | 18:35 | |
*** rcernin has quit IRC | 18:36 | |
*** ThunderEmperor has quit IRC | 18:36 | |
*** walterheck has joined #openstack | 18:37 | |
*** geaaru has quit IRC | 18:38 | |
*** Zer0Byte__ has joined #openstack | 18:38 | |
*** VW has joined #openstack | 18:39 | |
*** bdrich_ has joined #openstack | 18:40 | |
*** mturpin has quit IRC | 18:40 | |
*** leeantho has joined #openstack | 18:40 | |
*** diogogmt has joined #openstack | 18:41 | |
*** e0ne has quit IRC | 18:42 | |
*** FunnyLookinHat has joined #openstack | 18:43 | |
john5223 | hmm... 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 snapshot | 18:44 |
john5223 | so basically...cant create snapshots on liberty install | 18:44 |
john5223 | i had it on ubuntu 15.10... and so i went to ubuntu 14.04 to see what happens there and i get same error | 18:44 |
john5223 | so its not something with 15.10 after all... still trying to debug further | 18:45 |
*** Diplomat has quit IRC | 18:45 | |
john5223 | if i disable apparmor though i can create snapshot | 18:45 |
*** skapunker has quit IRC | 18:46 | |
*** krypto has quit IRC | 18:46 | |
*** jguy_ has quit IRC | 18:46 | |
*** krypto has joined #openstack | 18:46 | |
*** finisherr has joined #openstack | 18:49 | |
*** cprmrf has joined #openstack | 18:50 | |
*** PaulCapestany has quit IRC | 18:51 | |
*** SurajD has quit IRC | 18:51 | |
*** annegentle has quit IRC | 18:52 | |
*** yamamoto has joined #openstack | 18:53 | |
*** PaulCapestany has joined #openstack | 18:54 | |
*** AmirBaleghi11112 has joined #openstack | 18:56 | |
*** NetHawk has quit IRC | 18:56 | |
*** AmirBaleghi11111 has quit IRC | 18:56 | |
*** annegentle has joined #openstack | 18:57 | |
*** Sucks has quit IRC | 18:58 | |
*** yamamoto has quit IRC | 18:58 | |
*** fhubik has quit IRC | 18:59 | |
*** skapunker has joined #openstack | 18:59 | |
*** elo has quit IRC | 19:00 | |
*** knighthawk1 has joined #openstack | 19:01 | |
*** jayeshsolanki has joined #openstack | 19:01 | |
tschrock5252 | sad panda | 19:01 |
*** jckasper has joined #openstack | 19:01 | |
*** neilus has joined #openstack | 19:02 | |
*** maveric7911 has quit IRC | 19:03 | |
*** dt23 has quit IRC | 19:04 | |
*** aimon has joined #openstack | 19:05 | |
*** zhenq has quit IRC | 19:05 | |
*** jbell8 has joined #openstack | 19:06 | |
*** neilus has quit IRC | 19:07 | |
*** Sucks has joined #openstack | 19:07 | |
*** _cjones_ has quit IRC | 19:08 | |
*** tpsilva has quit IRC | 19:08 | |
*** zhenq has joined #openstack | 19:09 | |
*** rromans is now known as rromans_afk | 19:10 | |
*** salv-orlando has quit IRC | 19:12 | |
*** SuprGreg has joined #openstack | 19:13 | |
*** linuxgeek_ has joined #openstack | 19:15 | |
*** linuxgeek_ has quit IRC | 19:16 | |
*** S0NiC_ has joined #openstack | 19:16 | |
*** evidex has quit IRC | 19:18 | |
*** AmirBaleghi11112 has quit IRC | 19:19 | |
*** S0NiC has quit IRC | 19:19 | |
*** AmirBaleghi11112 has joined #openstack | 19:19 | |
*** Guest21336 is now known as ioni | 19:20 | |
*** jlvillal has joined #openstack | 19:20 | |
*** ioni is now known as Guest16868 | 19:20 | |
*** SuprGreg has quit IRC | 19:21 | |
*** jlvillal has left #openstack | 19:21 | |
*** aopincar has quit IRC | 19:22 | |
*** GentileBen has joined #openstack | 19:23 | |
*** oxsyn has joined #openstack | 19:24 | |
*** tpsilva has joined #openstack | 19:24 | |
*** markvoelker has joined #openstack | 19:25 | |
*** rfolco has quit IRC | 19:27 | |
*** icezimm has quit IRC | 19:27 | |
*** SuprGreg has joined #openstack | 19:28 | |
*** cdash has quit IRC | 19:30 | |
*** JamesHarrison has quit IRC | 19:30 | |
*** markvoelker has quit IRC | 19:30 | |
*** aeperezt has quit IRC | 19:30 | |
*** elo has joined #openstack | 19:30 | |
*** JamesHarrison has joined #openstack | 19:30 | |
*** aryklein has joined #openstack | 19:31 | |
*** icezimm has joined #openstack | 19:31 | |
*** jmckind has quit IRC | 19:36 | |
*** jmckind has joined #openstack | 19:36 | |
*** pepijn has joined #openstack | 19:37 | |
*** ikcerog has joined #openstack | 19:37 | |
tty00 | hi, i'm following http://docs.openstack.org/liberty/install-guide-ubuntu/neutron-controller-install.html | 19:37 |
*** icezimm has quit IRC | 19:38 | |
*** pepijn has quit IRC | 19:38 | |
tty00 | what do you mean with the note under "Configure networking options"? | 19:38 |
*** jmckind_ has joined #openstack | 19:39 | |
tty00 | sentence 1 is: Option 2 augments option 1 with the layer-3 (routing) service and enables self-service (private) networks | 19:39 |
*** icezimm has joined #openstack | 19:39 | |
tty00 | sentense 2 is: If you want to use public (provider) and private (self-service) networks, choose option 2. | 19:39 |
*** e0ne has joined #openstack | 19:39 | |
*** devth_ has quit IRC | 19:39 | |
*** EricGonczer_ has quit IRC | 19:40 | |
tty00 | if 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 #openstack | 19:40 | |
*** DPrince871 has joined #openstack | 19:41 | |
*** jmckind has quit IRC | 19:42 | |
*** HenryG_afk is now known as HenryG | 19:42 | |
*** e0ne has quit IRC | 19:42 | |
*** Sucks has quit IRC | 19:43 | |
*** jmckind_ has quit IRC | 19:43 | |
*** jmckind has joined #openstack | 19:44 | |
*** jtomasek has quit IRC | 19:44 | |
Sam-I-Am | tty00: so... | 19:45 |
*** makije has quit IRC | 19:45 | |
DPrince871 | hi, 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 list | 19:45 |
DPrince871 | ERROR: openstack No valid authentication is available" | 19:45 |
Sam-I-Am | option 1 supports attaching a VM to a physical network directly... no routing/nat/whatever | 19:45 |
*** asheesh__ has quit IRC | 19:45 | |
*** davi has quit IRC | 19:45 | |
Sam-I-Am | option 1 enables you to create private virtual networks, attach vms to them, and use virtual routers/floating IPs | 19:46 |
*** bobh has joined #openstack | 19:46 | |
*** fedgoat has quit IRC | 19:47 | |
*** pratikmallya has joined #openstack | 19:47 | |
*** Diplomat has joined #openstack | 19:47 | |
*** pratikma_ has joined #openstack | 19:49 | |
*** makije has joined #openstack | 19:52 | |
*** baker has joined #openstack | 19:52 | |
*** vivek-ebay has joined #openstack | 19:52 | |
*** pratikmallya has quit IRC | 19:53 | |
*** tpsilva has quit IRC | 19:53 | |
*** bobh has quit IRC | 19:55 | |
*** bobh has joined #openstack | 19:56 | |
*** LikeVinyl has quit IRC | 19:58 | |
*** cdash has joined #openstack | 19:59 | |
*** bobh has quit IRC | 19:59 | |
*** jpsandiego42 has joined #openstack | 20:00 | |
*** LikeVinyl has joined #openstack | 20:01 | |
*** devth has joined #openstack | 20:01 | |
*** esker has joined #openstack | 20:01 | |
*** esker has quit IRC | 20:01 | |
*** aopincar has joined #openstack | 20:01 | |
*** esker has joined #openstack | 20:02 | |
*** esker has quit IRC | 20:02 | |
*** esker has joined #openstack | 20:03 | |
*** urban has quit IRC | 20:05 | |
*** avarner has joined #openstack | 20:05 | |
*** hybridpollo has joined #openstack | 20:05 | |
*** manous has quit IRC | 20:06 | |
*** baoli_ has quit IRC | 20:07 | |
*** walterheck has quit IRC | 20:08 | |
*** Marga_ has joined #openstack | 20:09 | |
*** fedgoat has joined #openstack | 20:10 | |
*** Lee1092 has quit IRC | 20:11 | |
*** avarner has quit IRC | 20:12 | |
*** superdan has quit IRC | 20:12 | |
*** dansmith has joined #openstack | 20:12 | |
*** Marga_ has quit IRC | 20:15 | |
*** Pavo has joined #openstack | 20:16 | |
*** achampion has quit IRC | 20:17 | |
*** DavidDudson has joined #openstack | 20:19 | |
*** Sucks has joined #openstack | 20:20 | |
*** Guest16868 is now known as ioni | 20:21 | |
*** ioni is now known as Guest62666 | 20:21 | |
*** esker has quit IRC | 20:22 | |
*** kkoski has quit IRC | 20:23 | |
*** kkoski has joined #openstack | 20:23 | |
*** walterheck has joined #openstack | 20:23 | |
*** aopincar has quit IRC | 20:23 | |
*** DavidDudson has quit IRC | 20:24 | |
*** otter768 has joined #openstack | 20:25 | |
*** DavidDudson has joined #openstack | 20:25 | |
*** baker_ has joined #openstack | 20:25 | |
*** laron_ has quit IRC | 20:26 | |
*** mosburn has quit IRC | 20:26 | |
*** slaweq has joined #openstack | 20:28 | |
*** annegentle has quit IRC | 20:28 | |
*** baker has quit IRC | 20:28 | |
*** otter768 has quit IRC | 20:29 | |
*** slaweq_ has joined #openstack | 20:32 | |
*** slaweq has quit IRC | 20:32 | |
*** jayeshsolanki has quit IRC | 20:35 | |
*** rotbeard has quit IRC | 20:38 | |
*** rotbeard has joined #openstack | 20:40 | |
*** e0ne has joined #openstack | 20:40 | |
*** kkoski has quit IRC | 20:41 | |
*** signed8bit has joined #openstack | 20:43 | |
*** signed8b_ has joined #openstack | 20:47 | |
*** signed8bit has quit IRC | 20:48 | |
*** signed8b_ has quit IRC | 20:48 | |
*** slaweq_ has quit IRC | 20:48 | |
*** lucendio has joined #openstack | 20:48 | |
*** neilus has joined #openstack | 20:50 | |
*** annegentle has joined #openstack | 20:52 | |
*** slaweq_ has joined #openstack | 20:53 | |
*** e0ne has quit IRC | 20:53 | |
*** neilus has quit IRC | 20:55 | |
*** piet has joined #openstack | 20:56 | |
*** linuxaddicts has joined #openstack | 20:56 | |
*** aryklein has quit IRC | 20:59 | |
*** racedo has quit IRC | 21:00 | |
*** nunchuck has joined #openstack | 21:01 | |
*** gyee has quit IRC | 21:01 | |
*** pratikma_ has quit IRC | 21:01 | |
*** rebase has joined #openstack | 21:02 | |
*** VW has quit IRC | 21:02 | |
*** rotbeard has quit IRC | 21:03 | |
*** jfran has joined #openstack | 21:04 | |
*** vivek-ebay has quit IRC | 21:04 | |
*** fys_ has quit IRC | 21:05 | |
*** jfran has quit IRC | 21:05 | |
*** jbell8 has quit IRC | 21:06 | |
*** rebase has quit IRC | 21:06 | |
*** pratikmallya has joined #openstack | 21:09 | |
*** pratikma_ has joined #openstack | 21:10 | |
tty00 | do i need to do option 1 before option 2? | 21:11 |
tty00 | i read augments as "extends" | 21:11 |
*** pratikmallya has quit IRC | 21:14 | |
*** OutBackDingo has joined #openstack | 21:15 | |
*** salv-orlando has joined #openstack | 21:16 | |
*** Guest62666 is now known as ioni | 21:21 | |
*** ioni is now known as Guest27628 | 21:22 | |
*** sevone_tom has joined #openstack | 21:22 | |
*** nllrte has quit IRC | 21:23 | |
*** changbl has quit IRC | 21:26 | |
*** markvoelker has joined #openstack | 21:26 | |
*** DrBacchus has quit IRC | 21:27 | |
*** jckasper has quit IRC | 21:28 | |
*** aberdine has left #openstack | 21:29 | |
*** pumaranikar has quit IRC | 21:30 | |
*** markvoelker has quit IRC | 21:31 | |
*** mtanino has quit IRC | 21:31 | |
*** gyee has joined #openstack | 21:32 | |
*** diogogmt has quit IRC | 21:32 | |
*** diogogmt has joined #openstack | 21:33 | |
*** vivek-ebay has joined #openstack | 21:35 | |
*** LikeVinyl has quit IRC | 21:36 | |
*** bnwit has joined #openstack | 21:38 | |
*** changbl has joined #openstack | 21:39 | |
*** sevone_tom has quit IRC | 21:39 | |
*** GentileBen has quit IRC | 21:39 | |
*** gord0 has joined #openstack | 21:41 | |
*** melmoth has quit IRC | 21:43 | |
*** DrBacchus has joined #openstack | 21:43 | |
*** finisherr has quit IRC | 21:44 | |
brad[] | hi all, in a Juno - kilo update, how do I upgrade the SQL schema for heat? | 21:44 |
*** ronis__ has quit IRC | 21:45 | |
*** pkennedy has quit IRC | 21:46 | |
*** cdash has quit IRC | 21:47 | |
*** BOKALDO has quit IRC | 21:48 | |
*** BOKALDO has joined #openstack | 21:48 | |
brad[] | got it | 21:49 |
brad[] | heat-manage db_sync | 21:49 |
*** devth has quit IRC | 21:49 | |
*** annegentle has quit IRC | 21:49 | |
*** Zer0Byte__ has quit IRC | 21:49 | |
*** AmirBaleghi11112 has quit IRC | 21:50 | |
*** devth has joined #openstack | 21:50 | |
*** sturlry has quit IRC | 21:51 | |
*** trifon has quit IRC | 21:52 | |
*** jguy_ has joined #openstack | 21:52 | |
*** Zer0Byte__ has joined #openstack | 21:52 | |
*** bnwit has quit IRC | 21:54 | |
*** electrofelix has quit IRC | 21:54 | |
*** sturlry has joined #openstack | 21:55 | |
*** bbcmicrocomputer has quit IRC | 21:55 | |
*** salv-orlando has quit IRC | 21:56 | |
*** BOKALDO has quit IRC | 21:59 | |
*** sturlry_ has joined #openstack | 21:59 | |
*** sturlry has quit IRC | 21:59 | |
*** lascii is now known as alaski | 22:01 | |
*** jf2 has quit IRC | 22:02 | |
*** mattronix has quit IRC | 22:02 | |
*** xemdetia has quit IRC | 22:02 | |
*** balajiiyer has quit IRC | 22:02 | |
*** mattronix has joined #openstack | 22:03 | |
*** fultonj has quit IRC | 22:04 | |
*** JamesHa has quit IRC | 22:05 | |
*** gyee has quit IRC | 22:06 | |
*** slaweq_ has quit IRC | 22:06 | |
*** slaweq_ has joined #openstack | 22:07 | |
*** tonythomas has quit IRC | 22:07 | |
*** DrBacchus has quit IRC | 22:08 | |
*** bdrich_ has quit IRC | 22:09 | |
*** mattronix has quit IRC | 22:09 | |
*** krobzaur has quit IRC | 22:09 | |
*** mattronix has joined #openstack | 22:09 | |
*** robbiew has left #openstack | 22:14 | |
*** bobh has joined #openstack | 22:14 | |
*** bobh has quit IRC | 22:14 | |
*** EricGonc_ has joined #openstack | 22:15 | |
*** gwildoe has joined #openstack | 22:18 | |
gwildoe | hi all | 22:18 |
*** gwildoe has quit IRC | 22:19 | |
*** EricGonczer_ has quit IRC | 22:19 | |
*** fzdarsky|afk is now known as fzdarsky | 22:19 | |
*** rossella_s has quit IRC | 22:21 | |
*** rossella_s has joined #openstack | 22:21 | |
*** Guest27628 is now known as ioni | 22:22 | |
*** ioni is now known as Guest78127 | 22:22 | |
Diplomat | hello gwildoe, how's it going ? | 22:23 |
*** jguy_ has quit IRC | 22:24 | |
*** cbader has quit IRC | 22:25 | |
*** otter768 has joined #openstack | 22:25 | |
*** lborda has quit IRC | 22:26 | |
*** annegentle has joined #openstack | 22:28 | |
*** krypto has quit IRC | 22:28 | |
*** krypto has joined #openstack | 22:28 | |
*** piet has quit IRC | 22:29 | |
*** otter768 has quit IRC | 22:30 | |
*** skapunker has quit IRC | 22:30 | |
*** SuprGreg has quit IRC | 22:35 | |
*** thrash is now known as thrash|wknd | 22:36 | |
*** neilus has joined #openstack | 22:39 | |
*** two_oes has quit IRC | 22:40 | |
*** skapunker has joined #openstack | 22:41 | |
*** neilus has quit IRC | 22:43 | |
*** skapunker has quit IRC | 22:43 | |
*** Reepicheep has quit IRC | 22:43 | |
*** skapunker has joined #openstack | 22:44 | |
*** skapunker has quit IRC | 22:45 | |
*** jckasper has joined #openstack | 22:45 | |
*** ppradhan has left #openstack | 22:46 | |
john5223 | so tracking down my libvirt apparmor error when suspending vm i get this: https://gist.githubusercontent.com/john5223/7667478327f59354837d/raw/10d5b52124f080d79a64da3bb76b65bc37d88d16/gistfile1.txt | 22:47 |
*** skapunker has joined #openstack | 22:47 | |
*** krypto has quit IRC | 22:47 | |
*** finisherr has joined #openstack | 22:47 | |
*** slaweq_ has quit IRC | 22:51 | |
*** skapunker has quit IRC | 22:52 | |
*** rcernin has joined #openstack | 22:53 | |
*** jckasper has quit IRC | 22:53 | |
*** mdenny has quit IRC | 22:53 | |
*** kbringard has quit IRC | 22:53 | |
*** lcurtis has quit IRC | 22:54 | |
*** devth_ has joined #openstack | 22:54 | |
*** annegentle has quit IRC | 22:56 | |
*** jmckind has quit IRC | 22:56 | |
*** pratikma_ has quit IRC | 22:56 | |
*** ikcerog_ has joined #openstack | 22:57 | |
Sam-I-Am | tty00: yeah, you always do option 1 | 22:58 |
*** devth has quit IRC | 22:58 | |
*** bnwit has joined #openstack | 23:00 | |
*** ikcerog has quit IRC | 23:00 | |
*** salv-orlando has joined #openstack | 23:01 | |
*** skapunker has joined #openstack | 23:01 | |
*** trifon has joined #openstack | 23:01 | |
*** ikcerog_ has quit IRC | 23:01 | |
*** pratikmallya has joined #openstack | 23:02 | |
*** pratikmallya has quit IRC | 23:03 | |
*** cprmrf has quit IRC | 23:03 | |
*** pratikmallya has joined #openstack | 23:03 | |
*** bnwit has quit IRC | 23:04 | |
*** baker_ has quit IRC | 23:04 | |
*** pratikmallya has quit IRC | 23:05 | |
*** mr_chris has left #openstack | 23:05 | |
*** rcernin has quit IRC | 23:08 | |
*** walterheck has quit IRC | 23:09 | |
*** ianbrown has quit IRC | 23:12 | |
*** markvoelker has joined #openstack | 23:12 | |
*** kevin__b has quit IRC | 23:12 | |
*** ianbrown has joined #openstack | 23:12 | |
*** pixelbeat_ has joined #openstack | 23:12 | |
*** jpsandiego42 has quit IRC | 23:12 | |
*** DavidDudson has quit IRC | 23:14 | |
*** FunnyLookinHat has quit IRC | 23:14 | |
*** jbell8 has joined #openstack | 23:15 | |
*** morazi has quit IRC | 23:16 | |
*** jbell8 has quit IRC | 23:16 | |
*** markvoelker has quit IRC | 23:17 | |
*** SorinSen has quit IRC | 23:17 | |
*** salv-orlando has quit IRC | 23:18 | |
*** skapunker_ has joined #openstack | 23:18 | |
*** skapunker has quit IRC | 23:19 | |
*** Guest78127 is now known as ioni | 23:23 | |
*** ioni is now known as Guest27630 | 23:23 | |
*** fys_ has joined #openstack | 23:24 | |
tty00 | Sam-I-Am: went trough option 1, and it isn't needed if you choose option 2 | 23:26 |
tty00 | but, 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 |
tty00 | but thats just a humble opinion | 23:28 |
* jidar groans | 23:28 | |
jidar | horizon keeps throwning an exception when trying to pull the tenant/project list | 23:29 |
jidar | this stupid thing | 23:29 |
*** vivek-ebay has quit IRC | 23:30 | |
*** rushiagr_away is now known as rushiagr | 23:31 | |
*** fzdarsky is now known as fzdarsky|afk | 23:32 | |
*** zenoway has joined #openstack | 23:32 | |
*** jguy_ has joined #openstack | 23:33 | |
*** gregmark has quit IRC | 23:33 | |
Sam-I-Am | tty00: err yeah thats what i meant | 23:33 |
Sam-I-Am | option 1 only supports provider nets, option 2 supports both | 23:34 |
*** fedgoat has quit IRC | 23:34 | |
Sam-I-Am | i originally tried to write it so one would really build on the other, but neutron's config wouldnt have that | 23:34 |
Sam-I-Am | john5223: could be a bug in the apparmor profiles | 23:35 |
*** vivek-ebay has joined #openstack | 23:36 | |
*** zenoway has quit IRC | 23:37 | |
*** EricGonczer_ has joined #openstack | 23:37 | |
*** vivek-ebay has quit IRC | 23:37 | |
*** jrcloud has joined #openstack | 23:38 | |
*** obedmr_ has joined #openstack | 23:39 | |
*** pratikmallya has joined #openstack | 23:39 | |
*** EricGonc_ has quit IRC | 23:40 | |
*** annegentle has joined #openstack | 23:40 | |
*** obedmr has quit IRC | 23:40 | |
*** davidmichaelkarr has quit IRC | 23:42 | |
*** zackf has quit IRC | 23:42 | |
brad[] | In trying to run a heat stack I'm getting errors regarding neutron policy - http://pastebin.com/jxCdECnP | 23:45 |
brad[] | The user I'm logged in with has heat_stack_owner role applied | 23:45 |
Sam-I-Am | non-admins cannot create --shared networks | 23:46 |
brad[] | I don't think I want to grant some of those to regular_user role either | 23:46 |
brad[] | ah | 23:46 |
Sam-I-Am | or create provider netwrks | 23:46 |
brad[] | It's strange that corekube (the stack I'm using) assumes a person will be an admin | 23:47 |
brad[] | (devs these days...) | 23:47 |
Sam-I-Am | eh? | 23:47 |
brad[] | odd thing though - the stack itself doesn't have mention of wanting to create a shared network or a provider network | 23:48 |
*** pighunt has joined #openstack | 23:49 | |
*** qg_ has quit IRC | 23:51 | |
*** annegentle has quit IRC | 23:51 | |
Sam-I-Am | must be somewhere in there | 23:52 |
*** devth_ has quit IRC | 23:55 | |
*** jengeb has quit IRC | 23: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 #openstack | 23:58 | |
*** rushiagr is now known as rushiagr_away | 23:59 | |
Sam-I-Am | probably | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!